thuban 0.3.3 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (960) hide show
  1. package/README.md +2 -0
  2. package/dist/LICENSE +21 -0
  3. package/dist/README.md +187 -0
  4. package/dist/cli.js +2 -0
  5. package/dist/packages/crucible/.golden/golden-master.json +414 -0
  6. package/dist/packages/crucible/badge-generator.js +1 -0
  7. package/dist/packages/crucible/banner.js +1 -0
  8. package/dist/packages/crucible/ci-integration.js +1 -0
  9. package/dist/packages/crucible/golden-master.js +1 -0
  10. package/dist/packages/crucible/index.js +1 -0
  11. package/dist/packages/crucible/kenny-mode.js +1 -0
  12. package/dist/packages/crucible/leaderboard.js +1 -0
  13. package/dist/packages/crucible/mutation-engine.js +1 -0
  14. package/dist/packages/crucible/pattern-learner.js +1 -0
  15. package/dist/packages/crucible/report-generator.js +1 -0
  16. package/dist/packages/crucible/rule-loader.js +1 -0
  17. package/dist/packages/crucible/seeding-engine.js +1 -0
  18. package/dist/packages/crucible/seeds/csharp/seed-001.cs +28 -0
  19. package/dist/packages/crucible/seeds/csharp/seed-002.cs +24 -0
  20. package/dist/packages/crucible/seeds/csharp/seed-003.cs +30 -0
  21. package/dist/packages/crucible/seeds/csharp/seed-004.cs +31 -0
  22. package/dist/packages/crucible/seeds/csharp/seed-005.cs +28 -0
  23. package/dist/packages/crucible/seeds/csharp/seed-006.cs +25 -0
  24. package/dist/packages/crucible/seeds/csharp/seed-007.cs +34 -0
  25. package/dist/packages/crucible/seeds/csharp/seed-008.cs +23 -0
  26. package/dist/packages/crucible/seeds/csharp/seed-009.cs +27 -0
  27. package/dist/packages/crucible/seeds/csharp/seed-010.cs +29 -0
  28. package/dist/packages/crucible/seeds/csharp/seed-011.cs +32 -0
  29. package/dist/packages/crucible/seeds/csharp/seed-012.cs +27 -0
  30. package/dist/packages/crucible/seeds/csharp/seed-013.cs +27 -0
  31. package/dist/packages/crucible/seeds/csharp/seed-014.cs +26 -0
  32. package/dist/packages/crucible/seeds/csharp/seed-015.cs +33 -0
  33. package/dist/packages/crucible/seeds/csharp/seed-016.cs +25 -0
  34. package/dist/packages/crucible/seeds/csharp/seed-017.cs +22 -0
  35. package/dist/packages/crucible/seeds/csharp/seed-018.cs +26 -0
  36. package/dist/packages/crucible/seeds/csharp/seed-019.cs +25 -0
  37. package/dist/packages/crucible/seeds/csharp/seed-020.cs +22 -0
  38. package/dist/packages/crucible/seeds/csharp/seed-021.cs +28 -0
  39. package/dist/packages/crucible/seeds/csharp/seed-022.cs +25 -0
  40. package/dist/packages/crucible/seeds/csharp/seed-023.cs +33 -0
  41. package/dist/packages/crucible/seeds/csharp/seed-024.cs +31 -0
  42. package/dist/packages/crucible/seeds/csharp/seed-025.cs +31 -0
  43. package/dist/packages/crucible/seeds/csharp/seed-026.cs +25 -0
  44. package/dist/packages/crucible/seeds/csharp/seed-027.cs +29 -0
  45. package/dist/packages/crucible/seeds/csharp/seed-028.cs +25 -0
  46. package/dist/packages/crucible/seeds/csharp/seed-029.cs +27 -0
  47. package/dist/packages/crucible/seeds/csharp/seed-030.cs +27 -0
  48. package/dist/packages/crucible/seeds/csharp/seed-031.cs +28 -0
  49. package/dist/packages/crucible/seeds/csharp/seed-032.cs +30 -0
  50. package/dist/packages/crucible/seeds/csharp/seed-033.cs +27 -0
  51. package/dist/packages/crucible/seeds/csharp/seed-034.cs +25 -0
  52. package/dist/packages/crucible/seeds/csharp/seed-035.cs +32 -0
  53. package/dist/packages/crucible/seeds/csharp/seed-036.cs +28 -0
  54. package/dist/packages/crucible/seeds/csharp/seed-037.cs +29 -0
  55. package/dist/packages/crucible/seeds/csharp/seed-038.cs +28 -0
  56. package/dist/packages/crucible/seeds/csharp/seed-039.cs +29 -0
  57. package/dist/packages/crucible/seeds/csharp/seed-040.cs +28 -0
  58. package/dist/packages/crucible/seeds/csharp/seed-041.cs +33 -0
  59. package/dist/packages/crucible/seeds/csharp/seed-042.cs +27 -0
  60. package/dist/packages/crucible/seeds/csharp/seed-043.cs +27 -0
  61. package/dist/packages/crucible/seeds/csharp/seed-044.cs +25 -0
  62. package/dist/packages/crucible/seeds/csharp/seed-045.cs +30 -0
  63. package/dist/packages/crucible/seeds/csharp/seed-046.cs +29 -0
  64. package/dist/packages/crucible/seeds/csharp/seed-047.cs +26 -0
  65. package/dist/packages/crucible/seeds/csharp/seed-048.cs +31 -0
  66. package/dist/packages/crucible/seeds/csharp/seed-049.cs +27 -0
  67. package/dist/packages/crucible/seeds/csharp/seed-050.cs +30 -0
  68. package/dist/packages/crucible/seeds/csharp/seed-051.cs +34 -0
  69. package/dist/packages/crucible/seeds/csharp/seed-052.cs +36 -0
  70. package/dist/packages/crucible/seeds/go/seed-001.go +29 -0
  71. package/dist/packages/crucible/seeds/go/seed-002.go +27 -0
  72. package/dist/packages/crucible/seeds/go/seed-003.go +31 -0
  73. package/dist/packages/crucible/seeds/go/seed-004.go +27 -0
  74. package/dist/packages/crucible/seeds/go/seed-005.go +27 -0
  75. package/dist/packages/crucible/seeds/go/seed-006.go +29 -0
  76. package/dist/packages/crucible/seeds/go/seed-007.go +24 -0
  77. package/dist/packages/crucible/seeds/go/seed-008.go +25 -0
  78. package/dist/packages/crucible/seeds/go/seed-009.go +30 -0
  79. package/dist/packages/crucible/seeds/go/seed-010.go +35 -0
  80. package/dist/packages/crucible/seeds/go/seed-011.go +24 -0
  81. package/dist/packages/crucible/seeds/go/seed-012.go +24 -0
  82. package/dist/packages/crucible/seeds/go/seed-013.go +31 -0
  83. package/dist/packages/crucible/seeds/go/seed-014.go +35 -0
  84. package/dist/packages/crucible/seeds/go/seed-015.go +25 -0
  85. package/dist/packages/crucible/seeds/go/seed-016.go +19 -0
  86. package/dist/packages/crucible/seeds/go/seed-017.go +23 -0
  87. package/dist/packages/crucible/seeds/go/seed-018.go +23 -0
  88. package/dist/packages/crucible/seeds/go/seed-019.go +22 -0
  89. package/dist/packages/crucible/seeds/go/seed-020.go +31 -0
  90. package/dist/packages/crucible/seeds/go/seed-021.go +22 -0
  91. package/dist/packages/crucible/seeds/go/seed-022.go +29 -0
  92. package/dist/packages/crucible/seeds/go/seed-023.go +26 -0
  93. package/dist/packages/crucible/seeds/go/seed-024.go +27 -0
  94. package/dist/packages/crucible/seeds/go/seed-025.go +23 -0
  95. package/dist/packages/crucible/seeds/go/seed-026.go +29 -0
  96. package/dist/packages/crucible/seeds/go/seed-027.go +26 -0
  97. package/dist/packages/crucible/seeds/go/seed-028.go +23 -0
  98. package/dist/packages/crucible/seeds/go/seed-029.go +28 -0
  99. package/dist/packages/crucible/seeds/go/seed-030.go +27 -0
  100. package/dist/packages/crucible/seeds/go/seed-031.go +28 -0
  101. package/dist/packages/crucible/seeds/go/seed-032.go +27 -0
  102. package/dist/packages/crucible/seeds/go/seed-033.go +29 -0
  103. package/dist/packages/crucible/seeds/go/seed-034.go +22 -0
  104. package/dist/packages/crucible/seeds/go/seed-035.go +32 -0
  105. package/dist/packages/crucible/seeds/go/seed-036.go +27 -0
  106. package/dist/packages/crucible/seeds/go/seed-037.go +27 -0
  107. package/dist/packages/crucible/seeds/go/seed-038.go +27 -0
  108. package/dist/packages/crucible/seeds/go/seed-039.go +26 -0
  109. package/dist/packages/crucible/seeds/go/seed-040.go +37 -0
  110. package/dist/packages/crucible/seeds/go/seed-041.go +23 -0
  111. package/dist/packages/crucible/seeds/go/seed-042.go +32 -0
  112. package/dist/packages/crucible/seeds/go/seed-043.go +35 -0
  113. package/dist/packages/crucible/seeds/go/seed-044.go +25 -0
  114. package/dist/packages/crucible/seeds/go/seed-045.go +26 -0
  115. package/dist/packages/crucible/seeds/go/seed-046.go +34 -0
  116. package/dist/packages/crucible/seeds/go/seed-047.go +26 -0
  117. package/dist/packages/crucible/seeds/go/seed-048.go +29 -0
  118. package/dist/packages/crucible/seeds/go/seed-049.go +24 -0
  119. package/dist/packages/crucible/seeds/go/seed-050.go +27 -0
  120. package/dist/packages/crucible/seeds/go/seed-051.go +38 -0
  121. package/dist/packages/crucible/seeds/go/seed-052.go +27 -0
  122. package/dist/packages/crucible/seeds/java/seed-001.java +23 -0
  123. package/dist/packages/crucible/seeds/java/seed-002.java +22 -0
  124. package/dist/packages/crucible/seeds/java/seed-003.java +28 -0
  125. package/dist/packages/crucible/seeds/java/seed-004.java +26 -0
  126. package/dist/packages/crucible/seeds/java/seed-005.java +33 -0
  127. package/dist/packages/crucible/seeds/java/seed-006.java +22 -0
  128. package/dist/packages/crucible/seeds/java/seed-007.java +21 -0
  129. package/dist/packages/crucible/seeds/java/seed-008.java +29 -0
  130. package/dist/packages/crucible/seeds/java/seed-009.java +24 -0
  131. package/dist/packages/crucible/seeds/java/seed-010.java +30 -0
  132. package/dist/packages/crucible/seeds/java/seed-011.java +25 -0
  133. package/dist/packages/crucible/seeds/java/seed-012.java +20 -0
  134. package/dist/packages/crucible/seeds/java/seed-013.java +26 -0
  135. package/dist/packages/crucible/seeds/java/seed-014.java +23 -0
  136. package/dist/packages/crucible/seeds/java/seed-015.java +25 -0
  137. package/dist/packages/crucible/seeds/java/seed-016.java +22 -0
  138. package/dist/packages/crucible/seeds/java/seed-017.java +24 -0
  139. package/dist/packages/crucible/seeds/java/seed-018.java +24 -0
  140. package/dist/packages/crucible/seeds/java/seed-019.java +38 -0
  141. package/dist/packages/crucible/seeds/java/seed-020.java +24 -0
  142. package/dist/packages/crucible/seeds/java/seed-021.java +22 -0
  143. package/dist/packages/crucible/seeds/java/seed-022.java +22 -0
  144. package/dist/packages/crucible/seeds/java/seed-023.java +22 -0
  145. package/dist/packages/crucible/seeds/java/seed-024.java +25 -0
  146. package/dist/packages/crucible/seeds/java/seed-025.java +27 -0
  147. package/dist/packages/crucible/seeds/java/seed-026.java +25 -0
  148. package/dist/packages/crucible/seeds/java/seed-027.java +22 -0
  149. package/dist/packages/crucible/seeds/java/seed-028.java +21 -0
  150. package/dist/packages/crucible/seeds/java/seed-029.java +28 -0
  151. package/dist/packages/crucible/seeds/java/seed-030.java +27 -0
  152. package/dist/packages/crucible/seeds/java/seed-031.java +23 -0
  153. package/dist/packages/crucible/seeds/java/seed-032.java +22 -0
  154. package/dist/packages/crucible/seeds/java/seed-033.java +24 -0
  155. package/dist/packages/crucible/seeds/java/seed-034.java +24 -0
  156. package/dist/packages/crucible/seeds/java/seed-035.java +29 -0
  157. package/dist/packages/crucible/seeds/java/seed-036.java +25 -0
  158. package/dist/packages/crucible/seeds/java/seed-037.java +30 -0
  159. package/dist/packages/crucible/seeds/java/seed-038.java +29 -0
  160. package/dist/packages/crucible/seeds/java/seed-039.java +26 -0
  161. package/dist/packages/crucible/seeds/java/seed-040.java +31 -0
  162. package/dist/packages/crucible/seeds/java/seed-041.java +20 -0
  163. package/dist/packages/crucible/seeds/java/seed-042.java +26 -0
  164. package/dist/packages/crucible/seeds/java/seed-043.java +31 -0
  165. package/dist/packages/crucible/seeds/java/seed-044.java +22 -0
  166. package/dist/packages/crucible/seeds/java/seed-045.java +25 -0
  167. package/dist/packages/crucible/seeds/java/seed-046.java +22 -0
  168. package/dist/packages/crucible/seeds/java/seed-047.java +26 -0
  169. package/dist/packages/crucible/seeds/java/seed-048.java +24 -0
  170. package/dist/packages/crucible/seeds/java/seed-049.java +28 -0
  171. package/dist/packages/crucible/seeds/java/seed-050.java +29 -0
  172. package/dist/packages/crucible/seeds/java/seed-051.java +25 -0
  173. package/dist/packages/crucible/seeds/java/seed-052.java +32 -0
  174. package/dist/packages/crucible/seeds/js/seed-001.js +27 -0
  175. package/dist/packages/crucible/seeds/js/seed-002.js +28 -0
  176. package/dist/packages/crucible/seeds/js/seed-003.js +30 -0
  177. package/dist/packages/crucible/seeds/js/seed-004.js +28 -0
  178. package/dist/packages/crucible/seeds/js/seed-005.js +31 -0
  179. package/dist/packages/crucible/seeds/js/seed-006.js +28 -0
  180. package/dist/packages/crucible/seeds/js/seed-007.js +26 -0
  181. package/dist/packages/crucible/seeds/js/seed-008.js +30 -0
  182. package/dist/packages/crucible/seeds/js/seed-009.js +30 -0
  183. package/dist/packages/crucible/seeds/js/seed-010.js +29 -0
  184. package/dist/packages/crucible/seeds/js/seed-011.js +34 -0
  185. package/dist/packages/crucible/seeds/js/seed-012.js +32 -0
  186. package/dist/packages/crucible/seeds/js/seed-013.js +29 -0
  187. package/dist/packages/crucible/seeds/js/seed-014.js +29 -0
  188. package/dist/packages/crucible/seeds/js/seed-015.js +31 -0
  189. package/dist/packages/crucible/seeds/js/seed-016.js +31 -0
  190. package/dist/packages/crucible/seeds/js/seed-017.js +30 -0
  191. package/dist/packages/crucible/seeds/js/seed-018.js +29 -0
  192. package/dist/packages/crucible/seeds/js/seed-019.js +32 -0
  193. package/dist/packages/crucible/seeds/js/seed-020.js +29 -0
  194. package/dist/packages/crucible/seeds/js/seed-021.js +31 -0
  195. package/dist/packages/crucible/seeds/js/seed-022.js +31 -0
  196. package/dist/packages/crucible/seeds/js/seed-023.js +29 -0
  197. package/dist/packages/crucible/seeds/js/seed-024.js +29 -0
  198. package/dist/packages/crucible/seeds/js/seed-025.js +34 -0
  199. package/dist/packages/crucible/seeds/js/seed-026.js +31 -0
  200. package/dist/packages/crucible/seeds/js/seed-027.js +31 -0
  201. package/dist/packages/crucible/seeds/js/seed-028.js +33 -0
  202. package/dist/packages/crucible/seeds/js/seed-029.js +33 -0
  203. package/dist/packages/crucible/seeds/js/seed-030.js +30 -0
  204. package/dist/packages/crucible/seeds/js/seed-031.js +31 -0
  205. package/dist/packages/crucible/seeds/js/seed-032.js +34 -0
  206. package/dist/packages/crucible/seeds/js/seed-033.js +33 -0
  207. package/dist/packages/crucible/seeds/js/seed-034.js +33 -0
  208. package/dist/packages/crucible/seeds/js/seed-035.js +30 -0
  209. package/dist/packages/crucible/seeds/js/seed-036.js +30 -0
  210. package/dist/packages/crucible/seeds/js/seed-037.js +29 -0
  211. package/dist/packages/crucible/seeds/js/seed-038.js +31 -0
  212. package/dist/packages/crucible/seeds/js/seed-039.js +34 -0
  213. package/dist/packages/crucible/seeds/js/seed-040.js +35 -0
  214. package/dist/packages/crucible/seeds/js/seed-041.js +32 -0
  215. package/dist/packages/crucible/seeds/js/seed-042.js +32 -0
  216. package/dist/packages/crucible/seeds/js/seed-043.js +27 -0
  217. package/dist/packages/crucible/seeds/js/seed-044.js +29 -0
  218. package/dist/packages/crucible/seeds/js/seed-045.js +33 -0
  219. package/dist/packages/crucible/seeds/js/seed-046.js +33 -0
  220. package/dist/packages/crucible/seeds/js/seed-047.js +29 -0
  221. package/dist/packages/crucible/seeds/js/seed-048.js +29 -0
  222. package/dist/packages/crucible/seeds/js/seed-049.js +34 -0
  223. package/dist/packages/crucible/seeds/js/seed-050.js +34 -0
  224. package/dist/packages/crucible/seeds/js/seed-051.js +30 -0
  225. package/dist/packages/crucible/seeds/js/seed-052.js +30 -0
  226. package/dist/packages/crucible/seeds/js/seed-053.js +26 -0
  227. package/dist/packages/crucible/seeds/js/seed-054.js +35 -0
  228. package/dist/packages/crucible/seeds/js/seed-055.js +33 -0
  229. package/dist/packages/crucible/seeds/kotlin/seed-001.kt +24 -0
  230. package/dist/packages/crucible/seeds/kotlin/seed-002.kt +27 -0
  231. package/dist/packages/crucible/seeds/kotlin/seed-003.kt +29 -0
  232. package/dist/packages/crucible/seeds/kotlin/seed-004.kt +24 -0
  233. package/dist/packages/crucible/seeds/kotlin/seed-005.kt +29 -0
  234. package/dist/packages/crucible/seeds/kotlin/seed-006.kt +21 -0
  235. package/dist/packages/crucible/seeds/kotlin/seed-007.kt +23 -0
  236. package/dist/packages/crucible/seeds/kotlin/seed-008.kt +25 -0
  237. package/dist/packages/crucible/seeds/kotlin/seed-009.kt +21 -0
  238. package/dist/packages/crucible/seeds/kotlin/seed-010.kt +28 -0
  239. package/dist/packages/crucible/seeds/kotlin/seed-011.kt +22 -0
  240. package/dist/packages/crucible/seeds/kotlin/seed-012.kt +25 -0
  241. package/dist/packages/crucible/seeds/kotlin/seed-013.kt +30 -0
  242. package/dist/packages/crucible/seeds/kotlin/seed-014.kt +27 -0
  243. package/dist/packages/crucible/seeds/kotlin/seed-015.kt +24 -0
  244. package/dist/packages/crucible/seeds/kotlin/seed-016.kt +28 -0
  245. package/dist/packages/crucible/seeds/kotlin/seed-017.kt +33 -0
  246. package/dist/packages/crucible/seeds/kotlin/seed-018.kt +31 -0
  247. package/dist/packages/crucible/seeds/kotlin/seed-019.kt +28 -0
  248. package/dist/packages/crucible/seeds/kotlin/seed-020.kt +31 -0
  249. package/dist/packages/crucible/seeds/kotlin/seed-021.kt +34 -0
  250. package/dist/packages/crucible/seeds/kotlin/seed-022.kt +29 -0
  251. package/dist/packages/crucible/seeds/kotlin/seed-023.kt +20 -0
  252. package/dist/packages/crucible/seeds/kotlin/seed-024.kt +23 -0
  253. package/dist/packages/crucible/seeds/kotlin/seed-025.kt +23 -0
  254. package/dist/packages/crucible/seeds/kotlin/seed-026.kt +26 -0
  255. package/dist/packages/crucible/seeds/kotlin/seed-027.kt +29 -0
  256. package/dist/packages/crucible/seeds/kotlin/seed-028.kt +24 -0
  257. package/dist/packages/crucible/seeds/kotlin/seed-029.kt +27 -0
  258. package/dist/packages/crucible/seeds/kotlin/seed-030.kt +26 -0
  259. package/dist/packages/crucible/seeds/kotlin/seed-031.kt +28 -0
  260. package/dist/packages/crucible/seeds/kotlin/seed-032.kt +29 -0
  261. package/dist/packages/crucible/seeds/kotlin/seed-033.kt +30 -0
  262. package/dist/packages/crucible/seeds/kotlin/seed-034.kt +26 -0
  263. package/dist/packages/crucible/seeds/kotlin/seed-035.kt +33 -0
  264. package/dist/packages/crucible/seeds/kotlin/seed-036.kt +25 -0
  265. package/dist/packages/crucible/seeds/kotlin/seed-037.kt +26 -0
  266. package/dist/packages/crucible/seeds/kotlin/seed-038.kt +25 -0
  267. package/dist/packages/crucible/seeds/kotlin/seed-039.kt +29 -0
  268. package/dist/packages/crucible/seeds/kotlin/seed-040.kt +28 -0
  269. package/dist/packages/crucible/seeds/kotlin/seed-041.kt +31 -0
  270. package/dist/packages/crucible/seeds/kotlin/seed-042.kt +27 -0
  271. package/dist/packages/crucible/seeds/kotlin/seed-043.kt +26 -0
  272. package/dist/packages/crucible/seeds/kotlin/seed-044.kt +27 -0
  273. package/dist/packages/crucible/seeds/kotlin/seed-045.kt +27 -0
  274. package/dist/packages/crucible/seeds/kotlin/seed-046.kt +33 -0
  275. package/dist/packages/crucible/seeds/kotlin/seed-047.kt +32 -0
  276. package/dist/packages/crucible/seeds/kotlin/seed-048.kt +20 -0
  277. package/dist/packages/crucible/seeds/kotlin/seed-049.kt +23 -0
  278. package/dist/packages/crucible/seeds/kotlin/seed-050.kt +19 -0
  279. package/dist/packages/crucible/seeds/php/seed-001.php +23 -0
  280. package/dist/packages/crucible/seeds/php/seed-002.php +18 -0
  281. package/dist/packages/crucible/seeds/php/seed-003.php +25 -0
  282. package/dist/packages/crucible/seeds/php/seed-004.php +21 -0
  283. package/dist/packages/crucible/seeds/php/seed-005.php +21 -0
  284. package/dist/packages/crucible/seeds/php/seed-006.php +21 -0
  285. package/dist/packages/crucible/seeds/php/seed-007.php +18 -0
  286. package/dist/packages/crucible/seeds/php/seed-008.php +19 -0
  287. package/dist/packages/crucible/seeds/php/seed-009.php +24 -0
  288. package/dist/packages/crucible/seeds/php/seed-010.php +24 -0
  289. package/dist/packages/crucible/seeds/php/seed-011.php +18 -0
  290. package/dist/packages/crucible/seeds/php/seed-012.php +24 -0
  291. package/dist/packages/crucible/seeds/php/seed-013.php +23 -0
  292. package/dist/packages/crucible/seeds/php/seed-014.php +20 -0
  293. package/dist/packages/crucible/seeds/php/seed-015.php +18 -0
  294. package/dist/packages/crucible/seeds/php/seed-016.php +18 -0
  295. package/dist/packages/crucible/seeds/php/seed-017.php +18 -0
  296. package/dist/packages/crucible/seeds/php/seed-018.php +17 -0
  297. package/dist/packages/crucible/seeds/php/seed-019.php +24 -0
  298. package/dist/packages/crucible/seeds/php/seed-020.php +19 -0
  299. package/dist/packages/crucible/seeds/php/seed-021.php +22 -0
  300. package/dist/packages/crucible/seeds/php/seed-022.php +15 -0
  301. package/dist/packages/crucible/seeds/php/seed-023.php +24 -0
  302. package/dist/packages/crucible/seeds/php/seed-024.php +22 -0
  303. package/dist/packages/crucible/seeds/php/seed-025.php +20 -0
  304. package/dist/packages/crucible/seeds/php/seed-026.php +22 -0
  305. package/dist/packages/crucible/seeds/php/seed-027.php +15 -0
  306. package/dist/packages/crucible/seeds/php/seed-028.php +15 -0
  307. package/dist/packages/crucible/seeds/php/seed-029.php +21 -0
  308. package/dist/packages/crucible/seeds/php/seed-030.php +21 -0
  309. package/dist/packages/crucible/seeds/php/seed-031.php +23 -0
  310. package/dist/packages/crucible/seeds/php/seed-032.php +18 -0
  311. package/dist/packages/crucible/seeds/php/seed-033.php +18 -0
  312. package/dist/packages/crucible/seeds/php/seed-034.php +24 -0
  313. package/dist/packages/crucible/seeds/php/seed-035.php +22 -0
  314. package/dist/packages/crucible/seeds/php/seed-036.php +17 -0
  315. package/dist/packages/crucible/seeds/php/seed-037.php +19 -0
  316. package/dist/packages/crucible/seeds/php/seed-038.php +20 -0
  317. package/dist/packages/crucible/seeds/php/seed-039.php +15 -0
  318. package/dist/packages/crucible/seeds/php/seed-040.php +21 -0
  319. package/dist/packages/crucible/seeds/php/seed-041.php +20 -0
  320. package/dist/packages/crucible/seeds/php/seed-042.php +21 -0
  321. package/dist/packages/crucible/seeds/php/seed-043.php +21 -0
  322. package/dist/packages/crucible/seeds/php/seed-044.php +25 -0
  323. package/dist/packages/crucible/seeds/php/seed-045.php +25 -0
  324. package/dist/packages/crucible/seeds/php/seed-046.php +20 -0
  325. package/dist/packages/crucible/seeds/php/seed-047.php +21 -0
  326. package/dist/packages/crucible/seeds/php/seed-048.php +19 -0
  327. package/dist/packages/crucible/seeds/php/seed-049.php +18 -0
  328. package/dist/packages/crucible/seeds/php/seed-050.php +20 -0
  329. package/dist/packages/crucible/seeds/python/seed-001.py +33 -0
  330. package/dist/packages/crucible/seeds/python/seed-002.py +39 -0
  331. package/dist/packages/crucible/seeds/python/seed-003.py +31 -0
  332. package/dist/packages/crucible/seeds/python/seed-004.py +33 -0
  333. package/dist/packages/crucible/seeds/python/seed-005.py +33 -0
  334. package/dist/packages/crucible/seeds/python/seed-006.py +34 -0
  335. package/dist/packages/crucible/seeds/python/seed-007.py +33 -0
  336. package/dist/packages/crucible/seeds/python/seed-008.py +38 -0
  337. package/dist/packages/crucible/seeds/python/seed-009.py +38 -0
  338. package/dist/packages/crucible/seeds/python/seed-010.py +42 -0
  339. package/dist/packages/crucible/seeds/python/seed-011.py +30 -0
  340. package/dist/packages/crucible/seeds/python/seed-012.py +35 -0
  341. package/dist/packages/crucible/seeds/python/seed-013.py +33 -0
  342. package/dist/packages/crucible/seeds/python/seed-014.py +40 -0
  343. package/dist/packages/crucible/seeds/python/seed-015.py +33 -0
  344. package/dist/packages/crucible/seeds/python/seed-016.py +34 -0
  345. package/dist/packages/crucible/seeds/python/seed-017.py +34 -0
  346. package/dist/packages/crucible/seeds/python/seed-018.py +30 -0
  347. package/dist/packages/crucible/seeds/python/seed-019.py +33 -0
  348. package/dist/packages/crucible/seeds/python/seed-020.py +37 -0
  349. package/dist/packages/crucible/seeds/python/seed-021 2.py +37 -0
  350. package/dist/packages/crucible/seeds/python/seed-021 3.py +37 -0
  351. package/dist/packages/crucible/seeds/python/seed-021.py +37 -0
  352. package/dist/packages/crucible/seeds/python/seed-022 2.py +34 -0
  353. package/dist/packages/crucible/seeds/python/seed-022 3.py +34 -0
  354. package/dist/packages/crucible/seeds/python/seed-022.py +34 -0
  355. package/dist/packages/crucible/seeds/python/seed-023 2.py +37 -0
  356. package/dist/packages/crucible/seeds/python/seed-023 3.py +37 -0
  357. package/dist/packages/crucible/seeds/python/seed-023.py +37 -0
  358. package/dist/packages/crucible/seeds/python/seed-024 2.py +38 -0
  359. package/dist/packages/crucible/seeds/python/seed-024 3.py +38 -0
  360. package/dist/packages/crucible/seeds/python/seed-024.py +38 -0
  361. package/dist/packages/crucible/seeds/python/seed-025 2.py +40 -0
  362. package/dist/packages/crucible/seeds/python/seed-025 3.py +40 -0
  363. package/dist/packages/crucible/seeds/python/seed-025.py +40 -0
  364. package/dist/packages/crucible/seeds/python/seed-026 2.py +35 -0
  365. package/dist/packages/crucible/seeds/python/seed-026 3.py +35 -0
  366. package/dist/packages/crucible/seeds/python/seed-026.py +35 -0
  367. package/dist/packages/crucible/seeds/python/seed-027 2.py +35 -0
  368. package/dist/packages/crucible/seeds/python/seed-027 3.py +35 -0
  369. package/dist/packages/crucible/seeds/python/seed-027.py +35 -0
  370. package/dist/packages/crucible/seeds/python/seed-028 2.py +42 -0
  371. package/dist/packages/crucible/seeds/python/seed-028 3.py +42 -0
  372. package/dist/packages/crucible/seeds/python/seed-028.py +42 -0
  373. package/dist/packages/crucible/seeds/python/seed-029.py +42 -0
  374. package/dist/packages/crucible/seeds/python/seed-030 2.py +37 -0
  375. package/dist/packages/crucible/seeds/python/seed-030 3.py +37 -0
  376. package/dist/packages/crucible/seeds/python/seed-030.py +37 -0
  377. package/dist/packages/crucible/seeds/python/seed-031 2.py +34 -0
  378. package/dist/packages/crucible/seeds/python/seed-031 3.py +34 -0
  379. package/dist/packages/crucible/seeds/python/seed-031.py +34 -0
  380. package/dist/packages/crucible/seeds/python/seed-032.py +33 -0
  381. package/dist/packages/crucible/seeds/python/seed-033.py +32 -0
  382. package/dist/packages/crucible/seeds/python/seed-034.py +38 -0
  383. package/dist/packages/crucible/seeds/python/seed-035.py +35 -0
  384. package/dist/packages/crucible/seeds/python/seed-036 2.py +33 -0
  385. package/dist/packages/crucible/seeds/python/seed-036 3.py +33 -0
  386. package/dist/packages/crucible/seeds/python/seed-036.py +33 -0
  387. package/dist/packages/crucible/seeds/python/seed-037 2.py +41 -0
  388. package/dist/packages/crucible/seeds/python/seed-037 3.py +41 -0
  389. package/dist/packages/crucible/seeds/python/seed-037.py +41 -0
  390. package/dist/packages/crucible/seeds/python/seed-038 2.py +33 -0
  391. package/dist/packages/crucible/seeds/python/seed-038 3.py +33 -0
  392. package/dist/packages/crucible/seeds/python/seed-038.py +33 -0
  393. package/dist/packages/crucible/seeds/python/seed-039 2.py +39 -0
  394. package/dist/packages/crucible/seeds/python/seed-039 3.py +39 -0
  395. package/dist/packages/crucible/seeds/python/seed-039.py +39 -0
  396. package/dist/packages/crucible/seeds/python/seed-040 2.py +39 -0
  397. package/dist/packages/crucible/seeds/python/seed-040 3.py +39 -0
  398. package/dist/packages/crucible/seeds/python/seed-040.py +39 -0
  399. package/dist/packages/crucible/seeds/python/seed-041 2.py +37 -0
  400. package/dist/packages/crucible/seeds/python/seed-041 3.py +37 -0
  401. package/dist/packages/crucible/seeds/python/seed-041.py +37 -0
  402. package/dist/packages/crucible/seeds/python/seed-042 2.py +38 -0
  403. package/dist/packages/crucible/seeds/python/seed-042 3.py +38 -0
  404. package/dist/packages/crucible/seeds/python/seed-042.py +38 -0
  405. package/dist/packages/crucible/seeds/python/seed-043 2.py +32 -0
  406. package/dist/packages/crucible/seeds/python/seed-043 3.py +32 -0
  407. package/dist/packages/crucible/seeds/python/seed-043.py +32 -0
  408. package/dist/packages/crucible/seeds/python/seed-044 2.py +38 -0
  409. package/dist/packages/crucible/seeds/python/seed-044 3.py +38 -0
  410. package/dist/packages/crucible/seeds/python/seed-044.py +38 -0
  411. package/dist/packages/crucible/seeds/python/seed-045 2.py +36 -0
  412. package/dist/packages/crucible/seeds/python/seed-045 3.py +36 -0
  413. package/dist/packages/crucible/seeds/python/seed-045.py +36 -0
  414. package/dist/packages/crucible/seeds/python/seed-046 2.py +33 -0
  415. package/dist/packages/crucible/seeds/python/seed-046 3.py +33 -0
  416. package/dist/packages/crucible/seeds/python/seed-046.py +33 -0
  417. package/dist/packages/crucible/seeds/python/seed-047 2.py +44 -0
  418. package/dist/packages/crucible/seeds/python/seed-047 3.py +44 -0
  419. package/dist/packages/crucible/seeds/python/seed-047.py +44 -0
  420. package/dist/packages/crucible/seeds/python/seed-048 2.py +35 -0
  421. package/dist/packages/crucible/seeds/python/seed-048 3.py +35 -0
  422. package/dist/packages/crucible/seeds/python/seed-048.py +35 -0
  423. package/dist/packages/crucible/seeds/python/seed-049 2.py +39 -0
  424. package/dist/packages/crucible/seeds/python/seed-049 3.py +39 -0
  425. package/dist/packages/crucible/seeds/python/seed-049.py +39 -0
  426. package/dist/packages/crucible/seeds/python/seed-050 2.py +39 -0
  427. package/dist/packages/crucible/seeds/python/seed-050 3.py +39 -0
  428. package/dist/packages/crucible/seeds/python/seed-050.py +39 -0
  429. package/dist/packages/crucible/seeds/python/seed-051 2.py +38 -0
  430. package/dist/packages/crucible/seeds/python/seed-051 3.py +38 -0
  431. package/dist/packages/crucible/seeds/python/seed-051.py +38 -0
  432. package/dist/packages/crucible/seeds/python/seed-052 2.py +41 -0
  433. package/dist/packages/crucible/seeds/python/seed-052 3.py +41 -0
  434. package/dist/packages/crucible/seeds/python/seed-052.py +41 -0
  435. package/dist/packages/crucible/seeds/ruby/seed-001 2.rb +15 -0
  436. package/dist/packages/crucible/seeds/ruby/seed-001 3.rb +15 -0
  437. package/dist/packages/crucible/seeds/ruby/seed-001.rb +15 -0
  438. package/dist/packages/crucible/seeds/ruby/seed-002 2.rb +22 -0
  439. package/dist/packages/crucible/seeds/ruby/seed-002 3.rb +22 -0
  440. package/dist/packages/crucible/seeds/ruby/seed-002.rb +22 -0
  441. package/dist/packages/crucible/seeds/ruby/seed-003 2.rb +25 -0
  442. package/dist/packages/crucible/seeds/ruby/seed-003 3.rb +25 -0
  443. package/dist/packages/crucible/seeds/ruby/seed-003.rb +25 -0
  444. package/dist/packages/crucible/seeds/ruby/seed-004 2.rb +17 -0
  445. package/dist/packages/crucible/seeds/ruby/seed-004 3.rb +17 -0
  446. package/dist/packages/crucible/seeds/ruby/seed-004.rb +17 -0
  447. package/dist/packages/crucible/seeds/ruby/seed-005 2.rb +21 -0
  448. package/dist/packages/crucible/seeds/ruby/seed-005 3.rb +21 -0
  449. package/dist/packages/crucible/seeds/ruby/seed-005.rb +21 -0
  450. package/dist/packages/crucible/seeds/ruby/seed-006 2.rb +17 -0
  451. package/dist/packages/crucible/seeds/ruby/seed-006 3.rb +17 -0
  452. package/dist/packages/crucible/seeds/ruby/seed-006.rb +17 -0
  453. package/dist/packages/crucible/seeds/ruby/seed-007 2.rb +16 -0
  454. package/dist/packages/crucible/seeds/ruby/seed-007 3.rb +16 -0
  455. package/dist/packages/crucible/seeds/ruby/seed-007.rb +16 -0
  456. package/dist/packages/crucible/seeds/ruby/seed-008 2.rb +18 -0
  457. package/dist/packages/crucible/seeds/ruby/seed-008 3.rb +18 -0
  458. package/dist/packages/crucible/seeds/ruby/seed-008.rb +18 -0
  459. package/dist/packages/crucible/seeds/ruby/seed-009 2.rb +20 -0
  460. package/dist/packages/crucible/seeds/ruby/seed-009 3.rb +20 -0
  461. package/dist/packages/crucible/seeds/ruby/seed-009.rb +20 -0
  462. package/dist/packages/crucible/seeds/ruby/seed-010 2.rb +24 -0
  463. package/dist/packages/crucible/seeds/ruby/seed-010 3.rb +24 -0
  464. package/dist/packages/crucible/seeds/ruby/seed-010.rb +24 -0
  465. package/dist/packages/crucible/seeds/ruby/seed-011 2.rb +21 -0
  466. package/dist/packages/crucible/seeds/ruby/seed-011 3.rb +21 -0
  467. package/dist/packages/crucible/seeds/ruby/seed-011.rb +21 -0
  468. package/dist/packages/crucible/seeds/ruby/seed-012 2.rb +22 -0
  469. package/dist/packages/crucible/seeds/ruby/seed-012 3.rb +22 -0
  470. package/dist/packages/crucible/seeds/ruby/seed-012.rb +22 -0
  471. package/dist/packages/crucible/seeds/ruby/seed-013 2.rb +21 -0
  472. package/dist/packages/crucible/seeds/ruby/seed-013 3.rb +21 -0
  473. package/dist/packages/crucible/seeds/ruby/seed-013.rb +21 -0
  474. package/dist/packages/crucible/seeds/ruby/seed-014 2.rb +16 -0
  475. package/dist/packages/crucible/seeds/ruby/seed-014 3.rb +16 -0
  476. package/dist/packages/crucible/seeds/ruby/seed-014.rb +16 -0
  477. package/dist/packages/crucible/seeds/ruby/seed-015 2.rb +18 -0
  478. package/dist/packages/crucible/seeds/ruby/seed-015 3.rb +18 -0
  479. package/dist/packages/crucible/seeds/ruby/seed-015.rb +18 -0
  480. package/dist/packages/crucible/seeds/ruby/seed-016 2.rb +17 -0
  481. package/dist/packages/crucible/seeds/ruby/seed-016 3.rb +17 -0
  482. package/dist/packages/crucible/seeds/ruby/seed-016.rb +17 -0
  483. package/dist/packages/crucible/seeds/ruby/seed-017 2.rb +25 -0
  484. package/dist/packages/crucible/seeds/ruby/seed-017 3.rb +25 -0
  485. package/dist/packages/crucible/seeds/ruby/seed-017.rb +25 -0
  486. package/dist/packages/crucible/seeds/ruby/seed-018 2.rb +23 -0
  487. package/dist/packages/crucible/seeds/ruby/seed-018 3.rb +23 -0
  488. package/dist/packages/crucible/seeds/ruby/seed-018.rb +23 -0
  489. package/dist/packages/crucible/seeds/ruby/seed-019 2.rb +20 -0
  490. package/dist/packages/crucible/seeds/ruby/seed-019 3.rb +20 -0
  491. package/dist/packages/crucible/seeds/ruby/seed-019.rb +20 -0
  492. package/dist/packages/crucible/seeds/ruby/seed-020 2.rb +17 -0
  493. package/dist/packages/crucible/seeds/ruby/seed-020 3.rb +17 -0
  494. package/dist/packages/crucible/seeds/ruby/seed-020.rb +17 -0
  495. package/dist/packages/crucible/seeds/ruby/seed-021 2.rb +20 -0
  496. package/dist/packages/crucible/seeds/ruby/seed-021 3.rb +20 -0
  497. package/dist/packages/crucible/seeds/ruby/seed-021.rb +20 -0
  498. package/dist/packages/crucible/seeds/ruby/seed-022 2.rb +21 -0
  499. package/dist/packages/crucible/seeds/ruby/seed-022 3.rb +21 -0
  500. package/dist/packages/crucible/seeds/ruby/seed-022.rb +21 -0
  501. package/dist/packages/crucible/seeds/ruby/seed-023 2.rb +19 -0
  502. package/dist/packages/crucible/seeds/ruby/seed-023 3.rb +19 -0
  503. package/dist/packages/crucible/seeds/ruby/seed-023.rb +19 -0
  504. package/dist/packages/crucible/seeds/ruby/seed-024 2.rb +17 -0
  505. package/dist/packages/crucible/seeds/ruby/seed-024 3.rb +17 -0
  506. package/dist/packages/crucible/seeds/ruby/seed-024.rb +17 -0
  507. package/dist/packages/crucible/seeds/ruby/seed-025 2.rb +17 -0
  508. package/dist/packages/crucible/seeds/ruby/seed-025 3.rb +17 -0
  509. package/dist/packages/crucible/seeds/ruby/seed-025.rb +17 -0
  510. package/dist/packages/crucible/seeds/ruby/seed-026 2.rb +18 -0
  511. package/dist/packages/crucible/seeds/ruby/seed-026 3.rb +18 -0
  512. package/dist/packages/crucible/seeds/ruby/seed-026.rb +18 -0
  513. package/dist/packages/crucible/seeds/ruby/seed-027 2.rb +21 -0
  514. package/dist/packages/crucible/seeds/ruby/seed-027 3.rb +21 -0
  515. package/dist/packages/crucible/seeds/ruby/seed-027.rb +21 -0
  516. package/dist/packages/crucible/seeds/ruby/seed-028 2.rb +22 -0
  517. package/dist/packages/crucible/seeds/ruby/seed-028 3.rb +22 -0
  518. package/dist/packages/crucible/seeds/ruby/seed-028.rb +22 -0
  519. package/dist/packages/crucible/seeds/ruby/seed-029 2.rb +19 -0
  520. package/dist/packages/crucible/seeds/ruby/seed-029 3.rb +19 -0
  521. package/dist/packages/crucible/seeds/ruby/seed-029.rb +19 -0
  522. package/dist/packages/crucible/seeds/ruby/seed-030 2.rb +20 -0
  523. package/dist/packages/crucible/seeds/ruby/seed-030 3.rb +20 -0
  524. package/dist/packages/crucible/seeds/ruby/seed-030.rb +20 -0
  525. package/dist/packages/crucible/seeds/ruby/seed-031 2.rb +17 -0
  526. package/dist/packages/crucible/seeds/ruby/seed-031 3.rb +17 -0
  527. package/dist/packages/crucible/seeds/ruby/seed-031.rb +17 -0
  528. package/dist/packages/crucible/seeds/ruby/seed-032 2.rb +22 -0
  529. package/dist/packages/crucible/seeds/ruby/seed-032 3.rb +22 -0
  530. package/dist/packages/crucible/seeds/ruby/seed-032.rb +22 -0
  531. package/dist/packages/crucible/seeds/ruby/seed-033 2.rb +18 -0
  532. package/dist/packages/crucible/seeds/ruby/seed-033 3.rb +18 -0
  533. package/dist/packages/crucible/seeds/ruby/seed-033.rb +18 -0
  534. package/dist/packages/crucible/seeds/ruby/seed-034 2.rb +19 -0
  535. package/dist/packages/crucible/seeds/ruby/seed-034 3.rb +19 -0
  536. package/dist/packages/crucible/seeds/ruby/seed-034.rb +19 -0
  537. package/dist/packages/crucible/seeds/ruby/seed-035 2.rb +19 -0
  538. package/dist/packages/crucible/seeds/ruby/seed-035 3.rb +19 -0
  539. package/dist/packages/crucible/seeds/ruby/seed-035.rb +19 -0
  540. package/dist/packages/crucible/seeds/ruby/seed-036 2.rb +18 -0
  541. package/dist/packages/crucible/seeds/ruby/seed-036 3.rb +18 -0
  542. package/dist/packages/crucible/seeds/ruby/seed-036.rb +18 -0
  543. package/dist/packages/crucible/seeds/ruby/seed-037 2.rb +21 -0
  544. package/dist/packages/crucible/seeds/ruby/seed-037 3.rb +21 -0
  545. package/dist/packages/crucible/seeds/ruby/seed-037.rb +21 -0
  546. package/dist/packages/crucible/seeds/ruby/seed-038 2.rb +24 -0
  547. package/dist/packages/crucible/seeds/ruby/seed-038 3.rb +24 -0
  548. package/dist/packages/crucible/seeds/ruby/seed-038.rb +24 -0
  549. package/dist/packages/crucible/seeds/ruby/seed-039 2.rb +24 -0
  550. package/dist/packages/crucible/seeds/ruby/seed-039 3.rb +24 -0
  551. package/dist/packages/crucible/seeds/ruby/seed-039.rb +24 -0
  552. package/dist/packages/crucible/seeds/ruby/seed-040 2.rb +22 -0
  553. package/dist/packages/crucible/seeds/ruby/seed-040 3.rb +22 -0
  554. package/dist/packages/crucible/seeds/ruby/seed-040.rb +22 -0
  555. package/dist/packages/crucible/seeds/ruby/seed-041 2.rb +23 -0
  556. package/dist/packages/crucible/seeds/ruby/seed-041 3.rb +23 -0
  557. package/dist/packages/crucible/seeds/ruby/seed-041.rb +23 -0
  558. package/dist/packages/crucible/seeds/ruby/seed-042 2.rb +25 -0
  559. package/dist/packages/crucible/seeds/ruby/seed-042 3.rb +25 -0
  560. package/dist/packages/crucible/seeds/ruby/seed-042.rb +25 -0
  561. package/dist/packages/crucible/seeds/ruby/seed-043 2.rb +23 -0
  562. package/dist/packages/crucible/seeds/ruby/seed-043 3.rb +23 -0
  563. package/dist/packages/crucible/seeds/ruby/seed-043.rb +23 -0
  564. package/dist/packages/crucible/seeds/ruby/seed-044 2.rb +16 -0
  565. package/dist/packages/crucible/seeds/ruby/seed-044 3.rb +16 -0
  566. package/dist/packages/crucible/seeds/ruby/seed-044.rb +16 -0
  567. package/dist/packages/crucible/seeds/ruby/seed-045 2.rb +22 -0
  568. package/dist/packages/crucible/seeds/ruby/seed-045 3.rb +22 -0
  569. package/dist/packages/crucible/seeds/ruby/seed-045.rb +22 -0
  570. package/dist/packages/crucible/seeds/ruby/seed-046 2.rb +27 -0
  571. package/dist/packages/crucible/seeds/ruby/seed-046 3.rb +27 -0
  572. package/dist/packages/crucible/seeds/ruby/seed-046.rb +27 -0
  573. package/dist/packages/crucible/seeds/ruby/seed-047 2.rb +26 -0
  574. package/dist/packages/crucible/seeds/ruby/seed-047 3.rb +26 -0
  575. package/dist/packages/crucible/seeds/ruby/seed-047.rb +26 -0
  576. package/dist/packages/crucible/seeds/ruby/seed-048 2.rb +24 -0
  577. package/dist/packages/crucible/seeds/ruby/seed-048 3.rb +24 -0
  578. package/dist/packages/crucible/seeds/ruby/seed-048.rb +24 -0
  579. package/dist/packages/crucible/seeds/ruby/seed-049 2.rb +20 -0
  580. package/dist/packages/crucible/seeds/ruby/seed-049 3.rb +20 -0
  581. package/dist/packages/crucible/seeds/ruby/seed-049.rb +20 -0
  582. package/dist/packages/crucible/seeds/ruby/seed-050 2.rb +27 -0
  583. package/dist/packages/crucible/seeds/ruby/seed-050 3.rb +27 -0
  584. package/dist/packages/crucible/seeds/ruby/seed-050.rb +27 -0
  585. package/dist/packages/crucible/seeds/rust/seed-001 2.rs +25 -0
  586. package/dist/packages/crucible/seeds/rust/seed-001 3.rs +25 -0
  587. package/dist/packages/crucible/seeds/rust/seed-001.rs +25 -0
  588. package/dist/packages/crucible/seeds/rust/seed-002 2.rs +20 -0
  589. package/dist/packages/crucible/seeds/rust/seed-002 3.rs +20 -0
  590. package/dist/packages/crucible/seeds/rust/seed-002.rs +20 -0
  591. package/dist/packages/crucible/seeds/rust/seed-003 2.rs +23 -0
  592. package/dist/packages/crucible/seeds/rust/seed-003 3.rs +23 -0
  593. package/dist/packages/crucible/seeds/rust/seed-003.rs +23 -0
  594. package/dist/packages/crucible/seeds/rust/seed-004 2.rs +21 -0
  595. package/dist/packages/crucible/seeds/rust/seed-004 3.rs +21 -0
  596. package/dist/packages/crucible/seeds/rust/seed-004.rs +21 -0
  597. package/dist/packages/crucible/seeds/rust/seed-005 2.rs +21 -0
  598. package/dist/packages/crucible/seeds/rust/seed-005 3.rs +21 -0
  599. package/dist/packages/crucible/seeds/rust/seed-005.rs +21 -0
  600. package/dist/packages/crucible/seeds/rust/seed-006 2.rs +24 -0
  601. package/dist/packages/crucible/seeds/rust/seed-006 3.rs +24 -0
  602. package/dist/packages/crucible/seeds/rust/seed-006.rs +24 -0
  603. package/dist/packages/crucible/seeds/rust/seed-007 2.rs +20 -0
  604. package/dist/packages/crucible/seeds/rust/seed-007 3.rs +20 -0
  605. package/dist/packages/crucible/seeds/rust/seed-007.rs +20 -0
  606. package/dist/packages/crucible/seeds/rust/seed-008 2.rs +19 -0
  607. package/dist/packages/crucible/seeds/rust/seed-008 3.rs +19 -0
  608. package/dist/packages/crucible/seeds/rust/seed-008.rs +19 -0
  609. package/dist/packages/crucible/seeds/rust/seed-009 2.rs +28 -0
  610. package/dist/packages/crucible/seeds/rust/seed-009 3.rs +28 -0
  611. package/dist/packages/crucible/seeds/rust/seed-009.rs +28 -0
  612. package/dist/packages/crucible/seeds/rust/seed-010 2.rs +28 -0
  613. package/dist/packages/crucible/seeds/rust/seed-010 3.rs +28 -0
  614. package/dist/packages/crucible/seeds/rust/seed-010.rs +28 -0
  615. package/dist/packages/crucible/seeds/rust/seed-011 2.rs +25 -0
  616. package/dist/packages/crucible/seeds/rust/seed-011 3.rs +25 -0
  617. package/dist/packages/crucible/seeds/rust/seed-011.rs +25 -0
  618. package/dist/packages/crucible/seeds/rust/seed-012 2.rs +31 -0
  619. package/dist/packages/crucible/seeds/rust/seed-012 3.rs +31 -0
  620. package/dist/packages/crucible/seeds/rust/seed-012.rs +31 -0
  621. package/dist/packages/crucible/seeds/rust/seed-013 2.rs +27 -0
  622. package/dist/packages/crucible/seeds/rust/seed-013 3.rs +27 -0
  623. package/dist/packages/crucible/seeds/rust/seed-013.rs +27 -0
  624. package/dist/packages/crucible/seeds/rust/seed-014 2.rs +30 -0
  625. package/dist/packages/crucible/seeds/rust/seed-014 3.rs +30 -0
  626. package/dist/packages/crucible/seeds/rust/seed-014.rs +30 -0
  627. package/dist/packages/crucible/seeds/rust/seed-015 2.rs +33 -0
  628. package/dist/packages/crucible/seeds/rust/seed-015 3.rs +33 -0
  629. package/dist/packages/crucible/seeds/rust/seed-015.rs +33 -0
  630. package/dist/packages/crucible/seeds/rust/seed-016 2.rs +22 -0
  631. package/dist/packages/crucible/seeds/rust/seed-016 3.rs +22 -0
  632. package/dist/packages/crucible/seeds/rust/seed-016.rs +22 -0
  633. package/dist/packages/crucible/seeds/rust/seed-017 2.rs +28 -0
  634. package/dist/packages/crucible/seeds/rust/seed-017 3.rs +28 -0
  635. package/dist/packages/crucible/seeds/rust/seed-017.rs +28 -0
  636. package/dist/packages/crucible/seeds/rust/seed-018 2.rs +21 -0
  637. package/dist/packages/crucible/seeds/rust/seed-018 3.rs +21 -0
  638. package/dist/packages/crucible/seeds/rust/seed-018.rs +21 -0
  639. package/dist/packages/crucible/seeds/rust/seed-019 2.rs +36 -0
  640. package/dist/packages/crucible/seeds/rust/seed-019 3.rs +36 -0
  641. package/dist/packages/crucible/seeds/rust/seed-019.rs +36 -0
  642. package/dist/packages/crucible/seeds/rust/seed-020 2.rs +27 -0
  643. package/dist/packages/crucible/seeds/rust/seed-020 3.rs +27 -0
  644. package/dist/packages/crucible/seeds/rust/seed-020.rs +27 -0
  645. package/dist/packages/crucible/seeds/rust/seed-021 2.rs +26 -0
  646. package/dist/packages/crucible/seeds/rust/seed-021 3.rs +26 -0
  647. package/dist/packages/crucible/seeds/rust/seed-021.rs +26 -0
  648. package/dist/packages/crucible/seeds/rust/seed-022 2.rs +23 -0
  649. package/dist/packages/crucible/seeds/rust/seed-022 3.rs +23 -0
  650. package/dist/packages/crucible/seeds/rust/seed-022.rs +23 -0
  651. package/dist/packages/crucible/seeds/rust/seed-023 2.rs +22 -0
  652. package/dist/packages/crucible/seeds/rust/seed-023 3.rs +22 -0
  653. package/dist/packages/crucible/seeds/rust/seed-023.rs +22 -0
  654. package/dist/packages/crucible/seeds/rust/seed-024 2.rs +24 -0
  655. package/dist/packages/crucible/seeds/rust/seed-024 3.rs +24 -0
  656. package/dist/packages/crucible/seeds/rust/seed-024.rs +24 -0
  657. package/dist/packages/crucible/seeds/rust/seed-025 2.rs +29 -0
  658. package/dist/packages/crucible/seeds/rust/seed-025 3.rs +29 -0
  659. package/dist/packages/crucible/seeds/rust/seed-025.rs +29 -0
  660. package/dist/packages/crucible/seeds/rust/seed-026 2.rs +23 -0
  661. package/dist/packages/crucible/seeds/rust/seed-026 3.rs +23 -0
  662. package/dist/packages/crucible/seeds/rust/seed-026.rs +23 -0
  663. package/dist/packages/crucible/seeds/rust/seed-027 2.rs +24 -0
  664. package/dist/packages/crucible/seeds/rust/seed-027 3.rs +24 -0
  665. package/dist/packages/crucible/seeds/rust/seed-027.rs +24 -0
  666. package/dist/packages/crucible/seeds/rust/seed-028 2.rs +25 -0
  667. package/dist/packages/crucible/seeds/rust/seed-028 3.rs +25 -0
  668. package/dist/packages/crucible/seeds/rust/seed-028.rs +25 -0
  669. package/dist/packages/crucible/seeds/rust/seed-029 2.rs +25 -0
  670. package/dist/packages/crucible/seeds/rust/seed-029 3.rs +25 -0
  671. package/dist/packages/crucible/seeds/rust/seed-029.rs +25 -0
  672. package/dist/packages/crucible/seeds/rust/seed-030 2.rs +30 -0
  673. package/dist/packages/crucible/seeds/rust/seed-030 3.rs +30 -0
  674. package/dist/packages/crucible/seeds/rust/seed-030.rs +30 -0
  675. package/dist/packages/crucible/seeds/rust/seed-031 2.rs +22 -0
  676. package/dist/packages/crucible/seeds/rust/seed-031 3.rs +22 -0
  677. package/dist/packages/crucible/seeds/rust/seed-031.rs +22 -0
  678. package/dist/packages/crucible/seeds/rust/seed-032 2.rs +25 -0
  679. package/dist/packages/crucible/seeds/rust/seed-032 3.rs +25 -0
  680. package/dist/packages/crucible/seeds/rust/seed-032.rs +25 -0
  681. package/dist/packages/crucible/seeds/rust/seed-033 2.rs +25 -0
  682. package/dist/packages/crucible/seeds/rust/seed-033 3.rs +25 -0
  683. package/dist/packages/crucible/seeds/rust/seed-033.rs +25 -0
  684. package/dist/packages/crucible/seeds/rust/seed-034 2.rs +20 -0
  685. package/dist/packages/crucible/seeds/rust/seed-034 3.rs +20 -0
  686. package/dist/packages/crucible/seeds/rust/seed-034.rs +20 -0
  687. package/dist/packages/crucible/seeds/rust/seed-035 2.rs +28 -0
  688. package/dist/packages/crucible/seeds/rust/seed-035 3.rs +28 -0
  689. package/dist/packages/crucible/seeds/rust/seed-035.rs +28 -0
  690. package/dist/packages/crucible/seeds/rust/seed-036 2.rs +26 -0
  691. package/dist/packages/crucible/seeds/rust/seed-036 3.rs +26 -0
  692. package/dist/packages/crucible/seeds/rust/seed-036.rs +26 -0
  693. package/dist/packages/crucible/seeds/rust/seed-037 2.rs +31 -0
  694. package/dist/packages/crucible/seeds/rust/seed-037 3.rs +31 -0
  695. package/dist/packages/crucible/seeds/rust/seed-037.rs +31 -0
  696. package/dist/packages/crucible/seeds/rust/seed-038 2.rs +25 -0
  697. package/dist/packages/crucible/seeds/rust/seed-038 3.rs +25 -0
  698. package/dist/packages/crucible/seeds/rust/seed-038.rs +25 -0
  699. package/dist/packages/crucible/seeds/rust/seed-039 2.rs +28 -0
  700. package/dist/packages/crucible/seeds/rust/seed-039 3.rs +28 -0
  701. package/dist/packages/crucible/seeds/rust/seed-039.rs +28 -0
  702. package/dist/packages/crucible/seeds/rust/seed-040 2.rs +27 -0
  703. package/dist/packages/crucible/seeds/rust/seed-040 3.rs +27 -0
  704. package/dist/packages/crucible/seeds/rust/seed-040.rs +27 -0
  705. package/dist/packages/crucible/seeds/rust/seed-041 2.rs +32 -0
  706. package/dist/packages/crucible/seeds/rust/seed-041 3.rs +32 -0
  707. package/dist/packages/crucible/seeds/rust/seed-041.rs +32 -0
  708. package/dist/packages/crucible/seeds/rust/seed-042 2.rs +27 -0
  709. package/dist/packages/crucible/seeds/rust/seed-042 3.rs +27 -0
  710. package/dist/packages/crucible/seeds/rust/seed-042.rs +27 -0
  711. package/dist/packages/crucible/seeds/rust/seed-043 2.rs +29 -0
  712. package/dist/packages/crucible/seeds/rust/seed-043 3.rs +29 -0
  713. package/dist/packages/crucible/seeds/rust/seed-043.rs +29 -0
  714. package/dist/packages/crucible/seeds/rust/seed-044 2.rs +25 -0
  715. package/dist/packages/crucible/seeds/rust/seed-044 3.rs +25 -0
  716. package/dist/packages/crucible/seeds/rust/seed-044.rs +25 -0
  717. package/dist/packages/crucible/seeds/rust/seed-045 2.rs +28 -0
  718. package/dist/packages/crucible/seeds/rust/seed-045 3.rs +28 -0
  719. package/dist/packages/crucible/seeds/rust/seed-045.rs +28 -0
  720. package/dist/packages/crucible/seeds/rust/seed-046 2.rs +25 -0
  721. package/dist/packages/crucible/seeds/rust/seed-046 3.rs +25 -0
  722. package/dist/packages/crucible/seeds/rust/seed-046.rs +25 -0
  723. package/dist/packages/crucible/seeds/rust/seed-047 2.rs +34 -0
  724. package/dist/packages/crucible/seeds/rust/seed-047 3.rs +34 -0
  725. package/dist/packages/crucible/seeds/rust/seed-047.rs +34 -0
  726. package/dist/packages/crucible/seeds/rust/seed-048 2.rs +21 -0
  727. package/dist/packages/crucible/seeds/rust/seed-048 3.rs +21 -0
  728. package/dist/packages/crucible/seeds/rust/seed-048.rs +21 -0
  729. package/dist/packages/crucible/seeds/rust/seed-049 2.rs +26 -0
  730. package/dist/packages/crucible/seeds/rust/seed-049 3.rs +26 -0
  731. package/dist/packages/crucible/seeds/rust/seed-049.rs +26 -0
  732. package/dist/packages/crucible/seeds/rust/seed-050 2.rs +23 -0
  733. package/dist/packages/crucible/seeds/rust/seed-050 3.rs +23 -0
  734. package/dist/packages/crucible/seeds/rust/seed-050.rs +23 -0
  735. package/dist/packages/crucible/seeds/ts/seed-001 2.ts +32 -0
  736. package/dist/packages/crucible/seeds/ts/seed-001 3.ts +32 -0
  737. package/dist/packages/crucible/seeds/ts/seed-001.ts +32 -0
  738. package/dist/packages/crucible/seeds/ts/seed-002 2.ts +34 -0
  739. package/dist/packages/crucible/seeds/ts/seed-002 3.ts +34 -0
  740. package/dist/packages/crucible/seeds/ts/seed-002.ts +34 -0
  741. package/dist/packages/crucible/seeds/ts/seed-003 2.ts +28 -0
  742. package/dist/packages/crucible/seeds/ts/seed-003 3.ts +28 -0
  743. package/dist/packages/crucible/seeds/ts/seed-003.ts +28 -0
  744. package/dist/packages/crucible/seeds/ts/seed-004 2.ts +34 -0
  745. package/dist/packages/crucible/seeds/ts/seed-004 3.ts +34 -0
  746. package/dist/packages/crucible/seeds/ts/seed-004.ts +34 -0
  747. package/dist/packages/crucible/seeds/ts/seed-005 2.ts +32 -0
  748. package/dist/packages/crucible/seeds/ts/seed-005 3.ts +32 -0
  749. package/dist/packages/crucible/seeds/ts/seed-005.ts +32 -0
  750. package/dist/packages/crucible/seeds/ts/seed-006 2.ts +31 -0
  751. package/dist/packages/crucible/seeds/ts/seed-006 3.ts +31 -0
  752. package/dist/packages/crucible/seeds/ts/seed-006.ts +31 -0
  753. package/dist/packages/crucible/seeds/ts/seed-007 2.ts +28 -0
  754. package/dist/packages/crucible/seeds/ts/seed-007 3.ts +28 -0
  755. package/dist/packages/crucible/seeds/ts/seed-007.ts +28 -0
  756. package/dist/packages/crucible/seeds/ts/seed-008 2.ts +40 -0
  757. package/dist/packages/crucible/seeds/ts/seed-008 3.ts +40 -0
  758. package/dist/packages/crucible/seeds/ts/seed-008.ts +40 -0
  759. package/dist/packages/crucible/seeds/ts/seed-009 2.ts +31 -0
  760. package/dist/packages/crucible/seeds/ts/seed-009 3.ts +31 -0
  761. package/dist/packages/crucible/seeds/ts/seed-009.ts +31 -0
  762. package/dist/packages/crucible/seeds/ts/seed-010 2.ts +33 -0
  763. package/dist/packages/crucible/seeds/ts/seed-010 3.ts +33 -0
  764. package/dist/packages/crucible/seeds/ts/seed-010.ts +33 -0
  765. package/dist/packages/crucible/seeds/ts/seed-011 2.ts +29 -0
  766. package/dist/packages/crucible/seeds/ts/seed-011 3.ts +29 -0
  767. package/dist/packages/crucible/seeds/ts/seed-011.ts +29 -0
  768. package/dist/packages/crucible/seeds/ts/seed-012 2.ts +34 -0
  769. package/dist/packages/crucible/seeds/ts/seed-012 3.ts +34 -0
  770. package/dist/packages/crucible/seeds/ts/seed-012.ts +34 -0
  771. package/dist/packages/crucible/seeds/ts/seed-013 2.ts +31 -0
  772. package/dist/packages/crucible/seeds/ts/seed-013 3.ts +31 -0
  773. package/dist/packages/crucible/seeds/ts/seed-013.ts +31 -0
  774. package/dist/packages/crucible/seeds/ts/seed-014 2.ts +36 -0
  775. package/dist/packages/crucible/seeds/ts/seed-014 3.ts +36 -0
  776. package/dist/packages/crucible/seeds/ts/seed-014.ts +36 -0
  777. package/dist/packages/crucible/seeds/ts/seed-015 2.ts +31 -0
  778. package/dist/packages/crucible/seeds/ts/seed-015 3.ts +31 -0
  779. package/dist/packages/crucible/seeds/ts/seed-015.ts +31 -0
  780. package/dist/packages/crucible/seeds/ts/seed-016 2.ts +37 -0
  781. package/dist/packages/crucible/seeds/ts/seed-016 3.ts +37 -0
  782. package/dist/packages/crucible/seeds/ts/seed-016.ts +37 -0
  783. package/dist/packages/crucible/seeds/ts/seed-017 2.ts +44 -0
  784. package/dist/packages/crucible/seeds/ts/seed-017 3.ts +44 -0
  785. package/dist/packages/crucible/seeds/ts/seed-017.ts +44 -0
  786. package/dist/packages/crucible/seeds/ts/seed-018 2.ts +33 -0
  787. package/dist/packages/crucible/seeds/ts/seed-018 3.ts +33 -0
  788. package/dist/packages/crucible/seeds/ts/seed-018.ts +33 -0
  789. package/dist/packages/crucible/seeds/ts/seed-019 2.ts +32 -0
  790. package/dist/packages/crucible/seeds/ts/seed-019 3.ts +32 -0
  791. package/dist/packages/crucible/seeds/ts/seed-019.ts +32 -0
  792. package/dist/packages/crucible/seeds/ts/seed-020 2.ts +33 -0
  793. package/dist/packages/crucible/seeds/ts/seed-020 3.ts +33 -0
  794. package/dist/packages/crucible/seeds/ts/seed-020.ts +33 -0
  795. package/dist/packages/crucible/seeds/ts/seed-021 2.ts +33 -0
  796. package/dist/packages/crucible/seeds/ts/seed-021 3.ts +33 -0
  797. package/dist/packages/crucible/seeds/ts/seed-021.ts +33 -0
  798. package/dist/packages/crucible/seeds/ts/seed-022 2.ts +34 -0
  799. package/dist/packages/crucible/seeds/ts/seed-022 3.ts +34 -0
  800. package/dist/packages/crucible/seeds/ts/seed-022.ts +34 -0
  801. package/dist/packages/crucible/seeds/ts/seed-023 2.ts +33 -0
  802. package/dist/packages/crucible/seeds/ts/seed-023 3.ts +33 -0
  803. package/dist/packages/crucible/seeds/ts/seed-023.ts +33 -0
  804. package/dist/packages/crucible/seeds/ts/seed-024 2.ts +35 -0
  805. package/dist/packages/crucible/seeds/ts/seed-024 3.ts +35 -0
  806. package/dist/packages/crucible/seeds/ts/seed-024.ts +35 -0
  807. package/dist/packages/crucible/seeds/ts/seed-025 2.ts +29 -0
  808. package/dist/packages/crucible/seeds/ts/seed-025 3.ts +29 -0
  809. package/dist/packages/crucible/seeds/ts/seed-025.ts +29 -0
  810. package/dist/packages/crucible/seeds/ts/seed-026 2.ts +36 -0
  811. package/dist/packages/crucible/seeds/ts/seed-026 3.ts +36 -0
  812. package/dist/packages/crucible/seeds/ts/seed-026.ts +36 -0
  813. package/dist/packages/crucible/seeds/ts/seed-027 2.ts +30 -0
  814. package/dist/packages/crucible/seeds/ts/seed-027 3.ts +30 -0
  815. package/dist/packages/crucible/seeds/ts/seed-027.ts +30 -0
  816. package/dist/packages/crucible/seeds/ts/seed-028 2.ts +32 -0
  817. package/dist/packages/crucible/seeds/ts/seed-028 3.ts +32 -0
  818. package/dist/packages/crucible/seeds/ts/seed-028.ts +32 -0
  819. package/dist/packages/crucible/seeds/ts/seed-029 2.ts +34 -0
  820. package/dist/packages/crucible/seeds/ts/seed-029 3.ts +34 -0
  821. package/dist/packages/crucible/seeds/ts/seed-029.ts +34 -0
  822. package/dist/packages/crucible/seeds/ts/seed-030 2.ts +37 -0
  823. package/dist/packages/crucible/seeds/ts/seed-030 3.ts +37 -0
  824. package/dist/packages/crucible/seeds/ts/seed-030.ts +37 -0
  825. package/dist/packages/crucible/seeds/ts/seed-031 2.ts +31 -0
  826. package/dist/packages/crucible/seeds/ts/seed-031 3.ts +31 -0
  827. package/dist/packages/crucible/seeds/ts/seed-031.ts +31 -0
  828. package/dist/packages/crucible/seeds/ts/seed-032 2.ts +32 -0
  829. package/dist/packages/crucible/seeds/ts/seed-032 3.ts +32 -0
  830. package/dist/packages/crucible/seeds/ts/seed-032.ts +32 -0
  831. package/dist/packages/crucible/seeds/ts/seed-033 2.ts +32 -0
  832. package/dist/packages/crucible/seeds/ts/seed-033 3.ts +32 -0
  833. package/dist/packages/crucible/seeds/ts/seed-033.ts +32 -0
  834. package/dist/packages/crucible/seeds/ts/seed-034 2.ts +34 -0
  835. package/dist/packages/crucible/seeds/ts/seed-034 3.ts +34 -0
  836. package/dist/packages/crucible/seeds/ts/seed-034.ts +34 -0
  837. package/dist/packages/crucible/seeds/ts/seed-035 2.ts +29 -0
  838. package/dist/packages/crucible/seeds/ts/seed-035 3.ts +29 -0
  839. package/dist/packages/crucible/seeds/ts/seed-035.ts +29 -0
  840. package/dist/packages/crucible/seeds/ts/seed-036 2.ts +34 -0
  841. package/dist/packages/crucible/seeds/ts/seed-036 3.ts +34 -0
  842. package/dist/packages/crucible/seeds/ts/seed-036.ts +34 -0
  843. package/dist/packages/crucible/seeds/ts/seed-037 2.ts +33 -0
  844. package/dist/packages/crucible/seeds/ts/seed-037 3.ts +33 -0
  845. package/dist/packages/crucible/seeds/ts/seed-037.ts +33 -0
  846. package/dist/packages/crucible/seeds/ts/seed-038 2.ts +29 -0
  847. package/dist/packages/crucible/seeds/ts/seed-038 3.ts +29 -0
  848. package/dist/packages/crucible/seeds/ts/seed-038.ts +29 -0
  849. package/dist/packages/crucible/seeds/ts/seed-039 2.ts +35 -0
  850. package/dist/packages/crucible/seeds/ts/seed-039 3.ts +35 -0
  851. package/dist/packages/crucible/seeds/ts/seed-039.ts +35 -0
  852. package/dist/packages/crucible/seeds/ts/seed-040 2.ts +31 -0
  853. package/dist/packages/crucible/seeds/ts/seed-040 3.ts +31 -0
  854. package/dist/packages/crucible/seeds/ts/seed-040.ts +31 -0
  855. package/dist/packages/crucible/seeds/ts/seed-041 2.ts +29 -0
  856. package/dist/packages/crucible/seeds/ts/seed-041 3.ts +29 -0
  857. package/dist/packages/crucible/seeds/ts/seed-041.ts +29 -0
  858. package/dist/packages/crucible/seeds/ts/seed-042 2.ts +33 -0
  859. package/dist/packages/crucible/seeds/ts/seed-042 3.ts +33 -0
  860. package/dist/packages/crucible/seeds/ts/seed-042.ts +33 -0
  861. package/dist/packages/crucible/seeds/ts/seed-043 2.ts +32 -0
  862. package/dist/packages/crucible/seeds/ts/seed-043 3.ts +32 -0
  863. package/dist/packages/crucible/seeds/ts/seed-043.ts +32 -0
  864. package/dist/packages/crucible/seeds/ts/seed-044 2.ts +36 -0
  865. package/dist/packages/crucible/seeds/ts/seed-044 3.ts +36 -0
  866. package/dist/packages/crucible/seeds/ts/seed-044.ts +36 -0
  867. package/dist/packages/crucible/seeds/ts/seed-045 2.ts +39 -0
  868. package/dist/packages/crucible/seeds/ts/seed-045 3.ts +39 -0
  869. package/dist/packages/crucible/seeds/ts/seed-045.ts +39 -0
  870. package/dist/packages/crucible/seeds/ts/seed-046 2.ts +41 -0
  871. package/dist/packages/crucible/seeds/ts/seed-046 3.ts +41 -0
  872. package/dist/packages/crucible/seeds/ts/seed-046.ts +41 -0
  873. package/dist/packages/crucible/seeds/ts/seed-047 2.ts +33 -0
  874. package/dist/packages/crucible/seeds/ts/seed-047 3.ts +33 -0
  875. package/dist/packages/crucible/seeds/ts/seed-047.ts +33 -0
  876. package/dist/packages/crucible/seeds/ts/seed-048 2.ts +33 -0
  877. package/dist/packages/crucible/seeds/ts/seed-048 3.ts +33 -0
  878. package/dist/packages/crucible/seeds/ts/seed-048.ts +33 -0
  879. package/dist/packages/crucible/seeds/ts/seed-049 2.ts +34 -0
  880. package/dist/packages/crucible/seeds/ts/seed-049 3.ts +34 -0
  881. package/dist/packages/crucible/seeds/ts/seed-049.ts +34 -0
  882. package/dist/packages/crucible/seeds/ts/seed-050 2.ts +41 -0
  883. package/dist/packages/crucible/seeds/ts/seed-050 3.ts +41 -0
  884. package/dist/packages/crucible/seeds/ts/seed-050.ts +41 -0
  885. package/dist/packages/crucible/seeds/ts/seed-051 2.ts +34 -0
  886. package/dist/packages/crucible/seeds/ts/seed-051 3.ts +34 -0
  887. package/dist/packages/crucible/seeds/ts/seed-051.ts +34 -0
  888. package/dist/packages/crucible/seeds/ts/seed-052 2.ts +36 -0
  889. package/dist/packages/crucible/seeds/ts/seed-052 3.ts +36 -0
  890. package/dist/packages/crucible/seeds/ts/seed-052.ts +36 -0
  891. package/dist/packages/crucible/self-attack.js +1 -0
  892. package/dist/packages/scanner/ai-confidence-scorer.js +1 -0
  893. package/dist/packages/scanner/alert-manager.js +1 -0
  894. package/dist/packages/scanner/ast-analyzer.js +1 -0
  895. package/dist/packages/scanner/baseline-manager.js +1 -0
  896. package/dist/packages/scanner/cfg-analyzer.js +1 -0
  897. package/dist/packages/scanner/code-scanner.js +1 -0
  898. package/dist/packages/scanner/codebase-passport.js +1 -0
  899. package/dist/packages/scanner/copy-paste-detector.js +1 -0
  900. package/dist/packages/scanner/dependency-graph.js +1 -0
  901. package/dist/packages/scanner/drift-detector.js +1 -0
  902. package/dist/packages/scanner/executive-report.js +1 -0
  903. package/dist/packages/scanner/export-verifier.js +1 -0
  904. package/dist/packages/scanner/file-collector.js +1 -0
  905. package/dist/packages/scanner/file-watcher.js +1 -0
  906. package/dist/packages/scanner/ghost-code-detector.js +1 -0
  907. package/dist/packages/scanner/go-ast-analyzer.js +1 -0
  908. package/dist/packages/scanner/hallucination-detector.js +1 -0
  909. package/dist/packages/scanner/health-checker.js +1 -0
  910. package/dist/packages/scanner/html-report.js +1 -0
  911. package/dist/packages/scanner/index.js +1 -0
  912. package/dist/packages/scanner/license-manager.js +1 -0
  913. package/dist/packages/scanner/master-health-checker.js +1 -0
  914. package/dist/packages/scanner/monitor-notifier.js +1 -0
  915. package/dist/packages/scanner/monitor-service.js +1 -0
  916. package/dist/packages/scanner/monitor-store.js +1 -0
  917. package/dist/packages/scanner/pre-commit-gate.js +1 -0
  918. package/dist/packages/scanner/python-ast-analyzer.js +1 -0
  919. package/dist/packages/scanner/scan-diff.js +1 -0
  920. package/dist/packages/scanner/scan-runner.js +1 -0
  921. package/dist/packages/scanner/secret-scanner.js +1 -0
  922. package/dist/packages/scanner/sentinel-core.js +1 -0
  923. package/dist/packages/scanner/sentinel-knowledge.js +1 -0
  924. package/dist/packages/scanner/taint-tracker.js +1 -0
  925. package/dist/packages/scanner/tech-debt-analyzer.js +1 -0
  926. package/dist/packages/scanner/tech-debt-cost.js +1 -0
  927. package/dist/packages/scanner/widget-generator.js +1 -0
  928. package/package.json +15 -7
  929. package/cli.js +0 -2627
  930. package/packages/scanner/ai-confidence-scorer.js +0 -260
  931. package/packages/scanner/alert-manager.js +0 -398
  932. package/packages/scanner/baseline-manager.js +0 -109
  933. package/packages/scanner/code-scanner.js +0 -758
  934. package/packages/scanner/codebase-passport.js +0 -299
  935. package/packages/scanner/copy-paste-detector.js +0 -276
  936. package/packages/scanner/dependency-graph.js +0 -541
  937. package/packages/scanner/drift-detector.js +0 -423
  938. package/packages/scanner/executive-report.js +0 -774
  939. package/packages/scanner/file-collector.js +0 -64
  940. package/packages/scanner/file-watcher.js +0 -323
  941. package/packages/scanner/ghost-code-detector.js +0 -301
  942. package/packages/scanner/hallucination-detector.js +0 -822
  943. package/packages/scanner/health-checker.js +0 -586
  944. package/packages/scanner/html-report.js +0 -634
  945. package/packages/scanner/index.js +0 -100
  946. package/packages/scanner/license-manager.js +0 -331
  947. package/packages/scanner/master-health-checker.js +0 -513
  948. package/packages/scanner/monitor-notifier.js +0 -64
  949. package/packages/scanner/monitor-service.js +0 -103
  950. package/packages/scanner/monitor-store.js +0 -117
  951. package/packages/scanner/pre-commit-gate.js +0 -216
  952. package/packages/scanner/scan-diff.js +0 -50
  953. package/packages/scanner/scan-runner.js +0 -172
  954. package/packages/scanner/secret-scanner.js +0 -612
  955. package/packages/scanner/secret-scanner.test.js +0 -103
  956. package/packages/scanner/sentinel-core.js +0 -616
  957. package/packages/scanner/sentinel-knowledge.js +0 -322
  958. package/packages/scanner/tech-debt-analyzer.js +0 -583
  959. package/packages/scanner/tech-debt-cost.js +0 -194
  960. package/packages/scanner/widget-generator.js +0 -415
@@ -0,0 +1,25 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: ssrf
4
+ // severity: critical
5
+ // language: php
6
+ // expected: file_get_contents with user-supplied URL — SSRF
7
+
8
+ $url = $_GET['url'];
9
+ $timeout = (int) ($_GET['timeout'] ?? 10);
10
+
11
+ $context = stream_context_create(['http' => ['timeout' => $timeout]]);
12
+ $content = file_get_contents($url, false, $context);
13
+
14
+ if ($content === false) {
15
+ http_response_code(502);
16
+ echo json_encode(['error' => 'Failed to fetch URL', 'url' => $url]);
17
+ } else {
18
+ echo $content;
19
+ }
20
+
21
+ $imageUrl = $_POST['image_url'];
22
+ $format = $_POST['format'] ?? 'jpg';
23
+ $data = file_get_contents($imageUrl);
24
+ file_put_contents("/tmp/image.$format", $data);
25
+ echo json_encode(['saved' => "/tmp/image.$format", 'size' => strlen($data)]);
@@ -0,0 +1,25 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: ssrf
4
+ // severity: critical
5
+ // language: php
6
+ // expected: cURL request to user-controlled URL — SSRF enabling internal network access
7
+
8
+ function fetchExternalUrl(string $url): string {
9
+ $ch = curl_init($url);
10
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
11
+ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
12
+ curl_setopt($ch, CURLOPT_TIMEOUT, 10);
13
+ $response = curl_exec($ch);
14
+ curl_close($ch);
15
+ return $response ?: '';
16
+ }
17
+
18
+ $target = $_POST['webhook_url'];
19
+ $payload = json_encode(['event' => 'test', 'data' => $_POST]);
20
+
21
+ $ch = curl_init($target);
22
+ curl_setopt($ch, CURLOPT_POST, true);
23
+ curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
24
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
25
+ curl_exec($ch);
@@ -0,0 +1,20 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: ssrf
4
+ // severity: critical
5
+ // language: php
6
+ // expected: URL composed from user-supplied hostname — SSRF to internal services
7
+
8
+ $host = $_GET['host'];
9
+ $port = $_GET['port'] ?? '80';
10
+ $path = $_GET['path'] ?? '/';
11
+
12
+ $url = "http://$host:$port$path";
13
+ $ch = curl_init($url);
14
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
15
+ curl_setopt($ch, CURLOPT_TIMEOUT, 5);
16
+ $result = curl_exec($ch);
17
+ $status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
18
+ curl_close($ch);
19
+
20
+ echo "Status: $status\n" . $result;
@@ -0,0 +1,21 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: ssrf
4
+ // severity: high
5
+ // language: php
6
+ // expected: Import/export feature fetches user-supplied URL with no scheme restriction
7
+
8
+ function importDataFromUrl(string $sourceUrl): array {
9
+ $allowed_schemes = ['http', 'https'];
10
+ $scheme = strtolower(parse_url($sourceUrl, PHP_URL_SCHEME));
11
+ if (!in_array($scheme, $allowed_schemes)) {
12
+ return ['error' => 'Invalid scheme'];
13
+ }
14
+ // Still vulnerable: http://169.254.169.254/ or http://localhost/
15
+ $data = file_get_contents($sourceUrl);
16
+ return json_decode($data, true) ?? [];
17
+ }
18
+
19
+ $url = $_POST['import_url'];
20
+ $result = importDataFromUrl($url);
21
+ echo json_encode($result);
@@ -0,0 +1,19 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: open_redirect
4
+ // severity: high
5
+ // language: php
6
+ // expected: header('Location') with unvalidated user-supplied URL — open redirect
7
+
8
+ $url = $_GET['url'];
9
+ $referer = $_SERVER['HTTP_REFERER'] ?? '';
10
+
11
+ if (empty($url)) {
12
+ $url = '/';
13
+ }
14
+
15
+ // Log the redirect for analytics
16
+ error_log("Redirecting user from $referer to: $url");
17
+
18
+ header('Location: ' . $url);
19
+ exit;
@@ -0,0 +1,18 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: open_redirect
4
+ // severity: high
5
+ // language: php
6
+ // expected: Redirect after login using 'next' or 'return_to' parameter without validation
7
+
8
+ function redirectAfterLogin(): void {
9
+ $next = $_GET['next'] ?? $_POST['return_to'] ?? '/dashboard';
10
+ header('Location: ' . $next);
11
+ exit;
12
+ }
13
+
14
+ function redirectWithMessage(string $msg): void {
15
+ $redirect = $_REQUEST['redirect'];
16
+ header("Location: $redirect?msg=" . urlencode($msg));
17
+ exit;
18
+ }
@@ -0,0 +1,20 @@
1
+ <?php
2
+ // [CRUCIBLE-SEED]
3
+ // category: open_redirect
4
+ // severity: medium
5
+ // language: php
6
+ // expected: Redirect target partially validated with strpos — bypassable with subdomain trick
7
+
8
+ function safeRedirect(string $url): void {
9
+ $allowed_host = 'example.com';
10
+ if (strpos($url, $allowed_host) !== false) {
11
+ header('Location: ' . $url);
12
+ exit;
13
+ }
14
+ header('Location: /error?msg=invalid_redirect');
15
+ exit;
16
+ }
17
+
18
+ $target = $_GET['to'];
19
+ safeRedirect($target);
20
+ // Attacker passes: https://evil.com?foo=example.com → strpos match!
@@ -0,0 +1,33 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: critical
4
+ # language: python
5
+ # expected: hardcoded AWS access key and secret key
6
+
7
+ import boto3
8
+
9
+ AWS_ACCESS_KEY_ID = "AKIAIOSFODNN7EXAMPLE"
10
+ AWS_SECRET_ACCESS_KEY = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
11
+ AWS_REGION = "us-east-1"
12
+
13
+ s3_client = boto3.client(
14
+ "s3",
15
+ aws_access_key_id=AWS_ACCESS_KEY_ID,
16
+ aws_secret_access_key=AWS_SECRET_ACCESS_KEY,
17
+ region_name=AWS_REGION,
18
+ )
19
+
20
+
21
+ def upload_file(file_path: str, bucket: str, key: str) -> dict:
22
+ with open(file_path, "rb") as f:
23
+ response = s3_client.put_object(Bucket=bucket, Key=key, Body=f)
24
+ return response
25
+
26
+
27
+ def list_buckets() -> list:
28
+ response = s3_client.list_buckets()
29
+ return [b["Name"] for b in response.get("Buckets", [])]
30
+
31
+
32
+ if __name__ == "__main__":
33
+ print(list_buckets())
@@ -0,0 +1,39 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: critical
4
+ # language: python
5
+ # expected: hardcoded database password in connection string
6
+
7
+ import psycopg2
8
+ from psycopg2.extras import RealDictCursor
9
+
10
+ DB_HOST = "prod-db.internal.company.com"
11
+ DB_PORT = 5432
12
+ DB_NAME = "users_production"
13
+ DB_USER = "db_admin"
14
+ DB_PASSWORD = "Sup3rS3cr3tPa$$w0rd!"
15
+
16
+
17
+ def get_connection():
18
+ return psycopg2.connect(
19
+ host=DB_HOST,
20
+ port=DB_PORT,
21
+ dbname=DB_NAME,
22
+ user=DB_USER,
23
+ password=DB_PASSWORD,
24
+ cursor_factory=RealDictCursor,
25
+ )
26
+
27
+
28
+ def get_user(user_id: int) -> dict:
29
+ conn = get_connection()
30
+ with conn.cursor() as cur:
31
+ cur.execute("SELECT * FROM users WHERE id = %s", (user_id,))
32
+ return cur.fetchone()
33
+
34
+
35
+ def list_users() -> list:
36
+ conn = get_connection()
37
+ with conn.cursor() as cur:
38
+ cur.execute("SELECT id, email, created_at FROM users")
39
+ return cur.fetchall()
@@ -0,0 +1,31 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: critical
4
+ # language: python
5
+ # expected: hardcoded Django SECRET_KEY and debug credentials
6
+
7
+ SECRET_KEY = "django-insecure-3abc$xyz!hardcoded-secret-key-never-rotate-this-one"
8
+ DEBUG = True
9
+
10
+ DATABASES = {
11
+ "default": {
12
+ "ENGINE": "django.db.backends.postgresql",
13
+ "NAME": "production_db",
14
+ "USER": "django_app",
15
+ "PASSWORD": "DjangoDBPass!@#2024",
16
+ "HOST": "db.internal",
17
+ "PORT": "5432",
18
+ }
19
+ }
20
+
21
+ EMAIL_HOST = "smtp.company.com"
22
+ EMAIL_HOST_USER = "noreply@company.com"
23
+ EMAIL_HOST_PASSWORD = "SmtpPa$$w0rd#2024"
24
+ EMAIL_PORT = 587
25
+ EMAIL_USE_TLS = True
26
+
27
+ STRIPE_SECRET_KEY = "sk_live_51HqT3kLkjhGHJKL9mNoPqRst1234567890abcdef"
28
+ STRIPE_WEBHOOK_SECRET = "whsec_abcdefghijklmnopqrstuvwxyz12345678"
29
+
30
+ REDIS_PASSWORD = "r3disPa$$w0rd"
31
+ REDIS_URL = f"redis://:r3disPa$$w0rd@redis.internal:6379/0"
@@ -0,0 +1,33 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: critical
4
+ # language: python
5
+ # expected: hardcoded Stripe and PayPal API credentials
6
+
7
+ import stripe
8
+ import requests
9
+
10
+ # Stripe configuration
11
+ STRIPE_SECRET_KEY = "sk_live_51HqT3kLkjhGHJKL9mNoPqRstuvWxYz1234567890abcdef"
12
+ STRIPE_PUBLISHABLE_KEY = "pk_live_51HqT3kLkjhGHJKL9mNoPqRstuvWxYz0987654321"
13
+ STRIPE_WEBHOOK_SECRET = "whsec_abcdefghijklmnopqrstuvwxyz1234567890ABCDEF"
14
+
15
+ stripe.api_key = STRIPE_SECRET_KEY
16
+
17
+ # PayPal configuration
18
+ PAYPAL_CLIENT_ID = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz12345678"
19
+ PAYPAL_CLIENT_SECRET = "EeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz123456781234"
20
+ PAYPAL_BASE_URL = "https://api.paypal.com"
21
+
22
+
23
+ def get_paypal_token() -> str:
24
+ response = requests.post(
25
+ f"{PAYPAL_BASE_URL}/v1/oauth2/token",
26
+ auth=(PAYPAL_CLIENT_ID, PAYPAL_CLIENT_SECRET),
27
+ data={"grant_type": "client_credentials"},
28
+ )
29
+ return response.json()["access_token"]
30
+
31
+
32
+ def create_payment_intent(amount: int, currency: str = "usd") -> dict:
33
+ return stripe.PaymentIntent.create(amount=amount, currency=currency)
@@ -0,0 +1,33 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: critical
4
+ # language: python
5
+ # expected: hardcoded JWT secret and admin credentials in Flask app
6
+
7
+ from flask import Flask, request, jsonify
8
+ import jwt
9
+
10
+ app = Flask(__name__)
11
+
12
+ JWT_SECRET = "my-super-secret-flask-jwt-key-never-change-abc123!"
13
+ ADMIN_USERNAME = "admin"
14
+ ADMIN_PASSWORD = "AdminP@ssw0rd!#$2024"
15
+ API_MASTER_KEY = "master-api-key-production-xYz9876543210"
16
+
17
+
18
+ def generate_token(user_id: int, role: str) -> str:
19
+ payload = {"user_id": user_id, "role": role}
20
+ return jwt.encode(payload, JWT_SECRET, algorithm="HS256")
21
+
22
+
23
+ def verify_token(token: str) -> dict:
24
+ return jwt.decode(token, JWT_SECRET, algorithms=["HS256"])
25
+
26
+
27
+ @app.route("/admin/login", methods=["POST"])
28
+ def admin_login():
29
+ data = request.get_json()
30
+ if data["username"] == ADMIN_USERNAME and data["password"] == ADMIN_PASSWORD:
31
+ token = generate_token(0, "admin")
32
+ return jsonify({"token": token})
33
+ return jsonify({"error": "Invalid credentials"}), 401
@@ -0,0 +1,34 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: high
4
+ # language: python
5
+ # expected: hardcoded GitHub token and Slack webhook URL
6
+
7
+ import requests
8
+
9
+ GITHUB_TOKEN = "ghp_aBcDeFgHiJkLmNoPqRsTuVwXyZ1234567890"
10
+ GITHUB_ORG = "my-company"
11
+
12
+ SLACK_WEBHOOK_URL = "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
13
+ SLACK_BOT_TOKEN = "xoxb-1234567890-1234567890123-abcdefghijklmnopqrstuvwx"
14
+
15
+ GITHUB_HEADERS = {"Authorization": f"token {GITHUB_TOKEN}", "Accept": "application/vnd.github.v3+json"}
16
+
17
+
18
+ def create_github_issue(repo: str, title: str, body: str) -> dict:
19
+ url = f"https://api.github.com/repos/{GITHUB_ORG}/{repo}/issues"
20
+ response = requests.post(url, json={"title": title, "body": body}, headers=GITHUB_HEADERS)
21
+ return response.json()
22
+
23
+
24
+ def post_slack_message(text: str, channel: str = "#general") -> dict:
25
+ response = requests.post(
26
+ "https://slack.com/api/chat.postMessage",
27
+ headers={"Authorization": f"Bearer {SLACK_BOT_TOKEN}"},
28
+ json={"channel": channel, "text": text},
29
+ )
30
+ return response.json()
31
+
32
+
33
+ def notify_slack_webhook(payload: dict) -> None:
34
+ requests.post(SLACK_WEBHOOK_URL, json=payload)
@@ -0,0 +1,33 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: high
4
+ # language: python
5
+ # expected: hardcoded encryption key and IV in Python crypto utility
6
+
7
+ from Crypto.Cipher import AES
8
+ import base64
9
+
10
+ # 32-byte AES key — hardcoded, never rotated
11
+ ENCRYPTION_KEY = b"12345678901234567890123456789012"
12
+ # 16-byte IV — static, reused for every encryption operation
13
+ STATIC_IV = b"abcdef1234567890"
14
+
15
+ BLOCK_SIZE = AES.block_size
16
+
17
+
18
+ def pad(data: bytes) -> bytes:
19
+ pad_len = BLOCK_SIZE - len(data) % BLOCK_SIZE
20
+ return data + bytes([pad_len] * pad_len)
21
+
22
+
23
+ def encrypt(plaintext: str) -> str:
24
+ cipher = AES.new(ENCRYPTION_KEY, AES.MODE_CBC, STATIC_IV)
25
+ encrypted = cipher.encrypt(pad(plaintext.encode()))
26
+ return base64.b64encode(encrypted).decode()
27
+
28
+
29
+ def decrypt(ciphertext: str) -> str:
30
+ cipher = AES.new(ENCRYPTION_KEY, AES.MODE_CBC, STATIC_IV)
31
+ decrypted = cipher.decrypt(base64.b64decode(ciphertext))
32
+ pad_len = decrypted[-1]
33
+ return decrypted[:-pad_len].decode()
@@ -0,0 +1,38 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: hardcoded_secret
3
+ # severity: high
4
+ # language: python
5
+ # expected: hardcoded OAuth2 client credentials and SMTP password in FastAPI app
6
+
7
+ from fastapi import FastAPI, HTTPException
8
+ import httpx
9
+
10
+ app = FastAPI()
11
+
12
+ OAUTH_CLIENT_ID = "oauth2-client-production-id-abc123"
13
+ OAUTH_CLIENT_SECRET = "oauth2-client-secret-XyZ9876543210abcdefGHIJKL"
14
+ OAUTH_TOKEN_URL = "https://auth.provider.com/oauth/token"
15
+
16
+ SMTP_HOST = "smtp.company.com"
17
+ SMTP_USER = "noreply@company.com"
18
+ SMTP_PASSWORD = "Smtp$Pass#2024Production!"
19
+
20
+ INTERNAL_API_KEY = "internal-service-api-key-prod-abc123xyz789"
21
+
22
+
23
+ async def get_oauth_token() -> str:
24
+ async with httpx.AsyncClient() as client:
25
+ resp = await client.post(
26
+ OAUTH_TOKEN_URL,
27
+ data={
28
+ "grant_type": "client_credentials",
29
+ "client_id": OAUTH_CLIENT_ID,
30
+ "client_secret": OAUTH_CLIENT_SECRET,
31
+ },
32
+ )
33
+ return resp.json()["access_token"]
34
+
35
+
36
+ @app.get("/health")
37
+ async def health():
38
+ return {"status": "ok"}
@@ -0,0 +1,38 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: sql_injection
3
+ # severity: critical
4
+ # language: python
5
+ # expected: SQL injection via string formatting in cursor.execute
6
+
7
+ import sqlite3
8
+
9
+
10
+ def get_user_by_name(username: str) -> dict:
11
+ conn = sqlite3.connect("app.db")
12
+ cursor = conn.cursor()
13
+ # Direct string formatting — attacker sends: "' OR '1'='1"
14
+ query = "SELECT * FROM users WHERE username = '%s'" % username
15
+ cursor.execute(query)
16
+ row = cursor.fetchone()
17
+ conn.close()
18
+ return row
19
+
20
+
21
+ def search_products(term: str, category: str) -> list:
22
+ conn = sqlite3.connect("app.db")
23
+ cursor = conn.cursor()
24
+ query = (
25
+ "SELECT * FROM products WHERE name LIKE '%%%s%%' AND category = '%s'" % (term, category)
26
+ )
27
+ cursor.execute(query)
28
+ results = cursor.fetchall()
29
+ conn.close()
30
+ return results
31
+
32
+
33
+ def delete_user(user_id: str) -> None:
34
+ conn = sqlite3.connect("app.db")
35
+ cursor = conn.cursor()
36
+ cursor.execute("DELETE FROM users WHERE id = " + user_id)
37
+ conn.commit()
38
+ conn.close()
@@ -0,0 +1,42 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: sql_injection
3
+ # severity: critical
4
+ # language: python
5
+ # expected: SQL injection in Flask route via f-string in SQL query
6
+
7
+ from flask import Flask, request, jsonify
8
+ import psycopg2
9
+
10
+ app = Flask(__name__)
11
+
12
+
13
+ def get_db():
14
+ return psycopg2.connect(dbname="appdb", user="app", password="app", host="localhost")
15
+
16
+
17
+ @app.route("/users/login", methods=["POST"])
18
+ def login():
19
+ data = request.get_json()
20
+ username = data.get("username", "")
21
+ password = data.get("password", "")
22
+
23
+ conn = get_db()
24
+ cur = conn.cursor()
25
+ # Classic SQL injection auth bypass
26
+ query = f"SELECT * FROM users WHERE username = '{username}' AND password = '{password}'"
27
+ cur.execute(query)
28
+ user = cur.fetchone()
29
+
30
+ if not user:
31
+ return jsonify({"error": "Invalid credentials"}), 401
32
+ return jsonify({"user_id": user[0], "username": user[1]})
33
+
34
+
35
+ @app.route("/products")
36
+ def products():
37
+ category = request.args.get("category", "")
38
+ sort_by = request.args.get("sort", "name")
39
+ conn = get_db()
40
+ cur = conn.cursor()
41
+ cur.execute(f"SELECT * FROM products WHERE category = '{category}' ORDER BY {sort_by}")
42
+ return jsonify(cur.fetchall())
@@ -0,0 +1,30 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: sql_injection
3
+ # severity: critical
4
+ # language: python
5
+ # expected: SQL injection via .format() string interpolation in Django raw query
6
+
7
+ from django.db import connection
8
+ from django.http import JsonResponse
9
+
10
+
11
+ def search_articles(request):
12
+ query = request.GET.get("q", "")
13
+ tag = request.GET.get("tag", "")
14
+ author = request.GET.get("author", "")
15
+
16
+ with connection.cursor() as cursor:
17
+ # All three params injected via .format()
18
+ sql = """
19
+ SELECT a.id, a.title, a.summary, u.username as author
20
+ FROM articles a
21
+ JOIN users u ON a.author_id = u.id
22
+ WHERE a.published = true
23
+ AND (a.title ILIKE '%{query}%' OR a.content ILIKE '%{query}%')
24
+ AND a.tag = '{tag}'
25
+ AND u.username = '{author}'
26
+ ORDER BY a.created_at DESC
27
+ """.format(query=query, tag=tag, author=author)
28
+ cursor.execute(sql)
29
+ cols = [col[0] for col in cursor.description]
30
+ return JsonResponse({"results": [dict(zip(cols, row)) for row in cursor.fetchall()]})
@@ -0,0 +1,35 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: sql_injection
3
+ # severity: critical
4
+ # language: python
5
+ # expected: SQL injection via SQLAlchemy text() with string concatenation
6
+
7
+ from sqlalchemy import text, create_engine
8
+ from sqlalchemy.orm import Session
9
+
10
+ engine = create_engine("postgresql://user:pass@localhost/appdb")
11
+
12
+
13
+ def find_orders(user_id: str, status: str, sort_field: str) -> list:
14
+ with Session(engine) as session:
15
+ # text() used correctly — but string concatenation defeats parameterization
16
+ sql = text(
17
+ "SELECT * FROM orders WHERE user_id = '"
18
+ + user_id
19
+ + "' AND status = '"
20
+ + status
21
+ + "' ORDER BY "
22
+ + sort_field
23
+ )
24
+ result = session.execute(sql)
25
+ return result.fetchall()
26
+
27
+
28
+ def bulk_update_status(ids: list, new_status: str) -> int:
29
+ id_list = ", ".join(str(i) for i in ids)
30
+ with Session(engine) as session:
31
+ result = session.execute(
32
+ text(f"UPDATE orders SET status = '{new_status}' WHERE id IN ({id_list})")
33
+ )
34
+ session.commit()
35
+ return result.rowcount
@@ -0,0 +1,33 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: sql_injection
3
+ # severity: high
4
+ # language: python
5
+ # expected: SQL injection in FastAPI route via % operator in SQL string
6
+
7
+ from fastapi import FastAPI, Query
8
+ import asyncpg
9
+
10
+ app = FastAPI()
11
+ DB_URL = "postgresql://user:pass@localhost/appdb"
12
+
13
+
14
+ @app.get("/employees")
15
+ async def list_employees(
16
+ department: str = Query(default="Engineering"),
17
+ sort: str = Query(default="last_name"),
18
+ ):
19
+ conn = await asyncpg.connect(DB_URL)
20
+ # Both department and sort directly interpolated
21
+ query = "SELECT * FROM employees WHERE department = '%s' ORDER BY %s" % (department, sort)
22
+ rows = await conn.fetch(query)
23
+ await conn.close()
24
+ return [dict(row) for row in rows]
25
+
26
+
27
+ @app.get("/employees/{emp_id}/activity")
28
+ async def get_activity(emp_id: str, action: str = Query(default="login")):
29
+ conn = await asyncpg.connect(DB_URL)
30
+ sql = f"SELECT * FROM audit_log WHERE employee_id = '{emp_id}' AND action = '{action}'"
31
+ rows = await conn.fetch(sql)
32
+ await conn.close()
33
+ return [dict(r) for r in rows]
@@ -0,0 +1,40 @@
1
+ # [CRUCIBLE-SEED]
2
+ # category: sql_injection
3
+ # severity: critical
4
+ # language: python
5
+ # expected: SQL injection via string concatenation in bulk IN clause
6
+
7
+ import psycopg2
8
+
9
+
10
+ def get_db():
11
+ return psycopg2.connect(host="localhost", dbname="shop", user="app", password="app")
12
+
13
+
14
+ def get_items_by_ids(item_ids: list) -> list:
15
+ """Fetch multiple items — ids come from user input."""
16
+ conn = get_db()
17
+ cur = conn.cursor()
18
+ # item_ids is user-controlled — attacker can inject into IN() clause
19
+ id_list = ", ".join(str(i) for i in item_ids)
20
+ query = f"SELECT * FROM items WHERE id IN ({id_list}) AND active = true"
21
+ cur.execute(query)
22
+ return cur.fetchall()
23
+
24
+
25
+ def archive_items(item_ids: list, reason: str) -> int:
26
+ conn = get_db()
27
+ cur = conn.cursor()
28
+ id_list = ", ".join(str(i) for i in item_ids)
29
+ sql = f"UPDATE items SET archived = true, archive_reason = '{reason}' WHERE id IN ({id_list})"
30
+ cur.execute(sql)
31
+ conn.commit()
32
+ return cur.rowcount
33
+
34
+
35
+ def get_report(from_date: str, to_date: str, group_by: str) -> list:
36
+ conn = get_db()
37
+ cur = conn.cursor()
38
+ sql = f"SELECT {group_by}, COUNT(*), SUM(price) FROM orders WHERE created_at BETWEEN '{from_date}' AND '{to_date}' GROUP BY {group_by}"
39
+ cur.execute(sql)
40
+ return cur.fetchall()