agentic-qe 3.8.1 → 3.8.3

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 (448) hide show
  1. package/.claude/agents/v3/qe-security-scanner.md +2 -2
  2. package/.claude/commands/claude-flow-help.md +1 -1
  3. package/.claude/helpers/github-setup.sh +4 -4
  4. package/.claude/helpers/post-commit +1 -1
  5. package/.claude/helpers/pre-commit +1 -1
  6. package/.claude/helpers/quick-start.sh +4 -4
  7. package/.claude/helpers/setup-mcp.sh +3 -3
  8. package/.claude/helpers/statusline-v3.cjs +1 -1
  9. package/.claude/helpers/validation-pipeline.cjs +625 -0
  10. package/.claude/skills/README.md +29 -7
  11. package/.claude/skills/TRUST-TIERS.md +26 -10
  12. package/.claude/skills/a11y-ally/SKILL.md +10 -2
  13. package/.claude/skills/accessibility-testing/SKILL.md +2 -1
  14. package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -2
  15. package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
  16. package/.claude/skills/api-testing-patterns/config.json +14 -0
  17. package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
  18. package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
  19. package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -1
  20. package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
  21. package/.claude/skills/code-review-quality/SKILL.md +14 -1
  22. package/.claude/skills/compatibility-testing/SKILL.md +1 -54
  23. package/.claude/skills/compliance-testing/SKILL.md +8 -1
  24. package/.claude/skills/compliance-testing/config.json +13 -0
  25. package/.claude/skills/consultancy-practices/SKILL.md +1 -33
  26. package/.claude/skills/context-driven-testing/SKILL.md +0 -42
  27. package/.claude/skills/contract-testing/SKILL.md +12 -0
  28. package/.claude/skills/contract-testing/config.json +13 -0
  29. package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
  30. package/.claude/skills/contract-testing/references/provider-states.md +45 -0
  31. package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
  32. package/.claude/skills/coverage-guard/SKILL.md +82 -0
  33. package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
  34. package/.claude/skills/database-testing/SKILL.md +0 -10
  35. package/.claude/skills/debug-loop/SKILL.md +1 -1
  36. package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
  37. package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
  38. package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -1
  39. package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
  40. package/.claude/skills/freeze-tests/SKILL.md +67 -0
  41. package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
  42. package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
  43. package/.claude/skills/iterative-loop/SKILL.md +6 -6
  44. package/.claude/skills/localization-testing/SKILL.md +0 -18
  45. package/.claude/skills/mobile-testing/SKILL.md +2 -50
  46. package/.claude/skills/mutation-testing/SKILL.md +26 -1
  47. package/.claude/skills/mutation-testing/config.json +14 -0
  48. package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
  49. package/.claude/skills/mutation-testing/run-history.json +6 -0
  50. package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
  51. package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
  52. package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
  53. package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
  54. package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
  55. package/.claude/skills/no-skip/SKILL.md +74 -0
  56. package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
  57. package/.claude/skills/pair-programming/SKILL.md +1 -1
  58. package/.claude/skills/pentest-validation/SKILL.md +2 -3
  59. package/.claude/skills/performance-testing/SKILL.md +21 -0
  60. package/.claude/skills/performance-testing/config.json +18 -0
  61. package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
  62. package/.claude/skills/performance-testing/run-history.json +6 -0
  63. package/.claude/skills/pr-review/SKILL.md +3 -3
  64. package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -2
  65. package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -2
  66. package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -2
  67. package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -2
  68. package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
  69. package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
  70. package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -2
  71. package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
  72. package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -3
  73. package/.claude/skills/qe-code-intelligence/SKILL.md +9 -2
  74. package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -2
  75. package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
  76. package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -2
  77. package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
  78. package/.claude/skills/qe-learning-optimization/SKILL.md +1 -2
  79. package/.claude/skills/qe-quality-assessment/SKILL.md +29 -3
  80. package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
  81. package/.claude/skills/qe-requirements-validation/SKILL.md +1 -2
  82. package/.claude/skills/qe-test-execution/SKILL.md +9 -2
  83. package/.claude/skills/qe-test-generation/SKILL.md +15 -2
  84. package/.claude/skills/qe-test-generation/config.json +14 -0
  85. package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
  86. package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -2
  87. package/.claude/skills/quality-metrics/SKILL.md +3 -78
  88. package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
  89. package/.claude/skills/regression-testing/SKILL.md +13 -49
  90. package/.claude/skills/risk-based-testing/SKILL.md +6 -52
  91. package/.claude/skills/security-testing/SKILL.md +30 -0
  92. package/.claude/skills/security-testing/config.json +13 -0
  93. package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
  94. package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
  95. package/.claude/skills/security-testing/run-history.json +6 -0
  96. package/.claude/skills/security-testing/templates/security-report.md +44 -0
  97. package/.claude/skills/security-visual-testing/SKILL.md +0 -1
  98. package/.claude/skills/security-watch/SKILL.md +93 -0
  99. package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
  100. package/.claude/skills/sherlock-review/SKILL.md +0 -1
  101. package/.claude/skills/shift-left-testing/SKILL.md +16 -88
  102. package/.claude/skills/shift-right-testing/SKILL.md +0 -1
  103. package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
  104. package/.claude/skills/skill-stats/SKILL.md +79 -0
  105. package/.claude/skills/skills-manifest.json +1 -1
  106. package/.claude/skills/strict-tdd/SKILL.md +72 -0
  107. package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
  108. package/.claude/skills/tdd-london-chicago/SKILL.md +8 -1
  109. package/.claude/skills/technical-writing/SKILL.md +0 -1
  110. package/.claude/skills/test-automation-strategy/SKILL.md +13 -65
  111. package/.claude/skills/test-data-management/SKILL.md +1 -105
  112. package/.claude/skills/test-design-techniques/SKILL.md +2 -152
  113. package/.claude/skills/test-environment-management/SKILL.md +0 -48
  114. package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
  115. package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
  116. package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
  117. package/.claude/skills/trust-tier-manifest.json +135 -61
  118. package/.claude/skills/validation-pipeline/SKILL.md +5 -6
  119. package/.claude/skills/verification-quality/SKILL.md +15 -1
  120. package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
  121. package/.claude/skills/xp-practices/SKILL.md +2 -110
  122. package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
  123. package/.opencode/agents/ddd-domain-expert.yaml +49 -0
  124. package/.opencode/agents/memory-specialist.yaml +49 -0
  125. package/.opencode/agents/performance-engineer.yaml +53 -0
  126. package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
  127. package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
  128. package/.opencode/agents/qe-bdd-generator.yaml +83 -0
  129. package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
  130. package/.opencode/agents/qe-code-complexity.yaml +82 -0
  131. package/.opencode/agents/qe-code-intelligence.yaml +80 -0
  132. package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
  133. package/.opencode/agents/qe-defect-predictor.yaml +81 -0
  134. package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
  135. package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
  136. package/.opencode/agents/qe-devils-advocate.yaml +63 -0
  137. package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
  138. package/.opencode/agents/qe-fleet-commander.yaml +83 -0
  139. package/.opencode/agents/qe-gap-detector.yaml +81 -0
  140. package/.opencode/agents/qe-graphql-tester.yaml +84 -0
  141. package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
  142. package/.opencode/agents/qe-integration-architect.yaml +46 -0
  143. package/.opencode/agents/qe-integration-tester.yaml +84 -0
  144. package/.opencode/agents/qe-kg-builder.yaml +75 -0
  145. package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
  146. package/.opencode/agents/qe-load-tester.yaml +84 -0
  147. package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
  148. package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
  149. package/.opencode/agents/qe-middleware-validator.yaml +92 -0
  150. package/.opencode/agents/qe-mutation-tester.yaml +84 -0
  151. package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
  152. package/.opencode/agents/qe-parallel-executor.yaml +79 -0
  153. package/.opencode/agents/qe-pattern-learner.yaml +80 -0
  154. package/.opencode/agents/qe-pentest-validator.yaml +137 -0
  155. package/.opencode/agents/qe-performance-tester.yaml +83 -0
  156. package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
  157. package/.opencode/agents/qe-property-tester.yaml +82 -0
  158. package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
  159. package/.opencode/agents/qe-quality-gate.yaml +80 -0
  160. package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
  161. package/.opencode/agents/qe-qx-partner.yaml +75 -0
  162. package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
  163. package/.opencode/agents/qe-requirements-validator.yaml +111 -0
  164. package/.opencode/agents/qe-responsive-tester.yaml +85 -0
  165. package/.opencode/agents/qe-retry-handler.yaml +82 -0
  166. package/.opencode/agents/qe-risk-assessor.yaml +81 -0
  167. package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
  168. package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
  169. package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
  170. package/.opencode/agents/qe-security-auditor.yaml +90 -0
  171. package/.opencode/agents/qe-security-scanner.yaml +80 -0
  172. package/.opencode/agents/qe-soap-tester.yaml +93 -0
  173. package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
  174. package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
  175. package/.opencode/agents/qe-test-generator.yaml +78 -0
  176. package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
  177. package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
  178. package/.opencode/agents/qe-visual-tester.yaml +82 -0
  179. package/.opencode/agents/security-architect.yaml +51 -0
  180. package/.opencode/agents/security-auditor.yaml +50 -0
  181. package/.opencode/permissions.yaml +74 -0
  182. package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
  183. package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
  184. package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
  185. package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
  186. package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
  187. package/.opencode/skills/qe-a11y-ally.yaml +45 -0
  188. package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
  189. package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
  190. package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
  191. package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
  192. package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
  193. package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
  194. package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
  195. package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
  196. package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
  197. package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
  198. package/.opencode/skills/qe-code-intelligence.yaml +45 -0
  199. package/.opencode/skills/qe-code-review-quality.yaml +45 -0
  200. package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
  201. package/.opencode/skills/qe-compliance-testing.yaml +35 -0
  202. package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
  203. package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
  204. package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
  205. package/.opencode/skills/qe-database-testing.yaml +40 -0
  206. package/.opencode/skills/qe-debug-loop.yaml +45 -0
  207. package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
  208. package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
  209. package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
  210. package/.opencode/skills/qe-github-code-review.yaml +45 -0
  211. package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
  212. package/.opencode/skills/qe-github-project-management.yaml +45 -0
  213. package/.opencode/skills/qe-github-release-management.yaml +45 -0
  214. package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
  215. package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
  216. package/.opencode/skills/qe-iterative-loop.yaml +45 -0
  217. package/.opencode/skills/qe-learning-optimization.yaml +45 -0
  218. package/.opencode/skills/qe-localization-testing.yaml +40 -0
  219. package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
  220. package/.opencode/skills/qe-mobile-testing.yaml +35 -0
  221. package/.opencode/skills/qe-mutation-testing.yaml +35 -0
  222. package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
  223. package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
  224. package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
  225. package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
  226. package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
  227. package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
  228. package/.opencode/skills/qe-pair-programming.yaml +45 -0
  229. package/.opencode/skills/qe-pentest-validation.yaml +45 -0
  230. package/.opencode/skills/qe-performance-analysis.yaml +45 -0
  231. package/.opencode/skills/qe-performance-testing.yaml +45 -0
  232. package/.opencode/skills/qe-pr-review.yaml +45 -0
  233. package/.opencode/skills/qe-quality-assessment.yaml +45 -0
  234. package/.opencode/skills/qe-quality-metrics.yaml +45 -0
  235. package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
  236. package/.opencode/skills/qe-regression-testing.yaml +40 -0
  237. package/.opencode/skills/qe-release.yaml +45 -0
  238. package/.opencode/skills/qe-requirements-validation.yaml +45 -0
  239. package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
  240. package/.opencode/skills/qe-security-testing.yaml +45 -0
  241. package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
  242. package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
  243. package/.opencode/skills/qe-sherlock-review.yaml +45 -0
  244. package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
  245. package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
  246. package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
  247. package/.opencode/skills/qe-skill-builder.yaml +45 -0
  248. package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
  249. package/.opencode/skills/qe-stream-chain.yaml +45 -0
  250. package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
  251. package/.opencode/skills/qe-technical-writing.yaml +45 -0
  252. package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
  253. package/.opencode/skills/qe-test-data-management.yaml +45 -0
  254. package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
  255. package/.opencode/skills/qe-test-environment-management.yaml +40 -0
  256. package/.opencode/skills/qe-test-execution.yaml +45 -0
  257. package/.opencode/skills/qe-test-generation.yaml +45 -0
  258. package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
  259. package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
  260. package/.opencode/skills/qe-testability-scoring.yaml +45 -0
  261. package/.opencode/skills/qe-verification-quality.yaml +45 -0
  262. package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
  263. package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
  264. package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
  265. package/.opencode/skills/qe-xp-practices.yaml +45 -0
  266. package/.opencode/tools/qe-defect-scan.ts +79 -0
  267. package/.opencode/tools/qe-fleet-status.ts +59 -0
  268. package/.opencode/tools/qe-full-audit.ts +81 -0
  269. package/.opencode/tools/qe-learning-report.ts +74 -0
  270. package/.opencode/tools/qe-test-and-verify.ts +97 -0
  271. package/CHANGELOG.md +50 -0
  272. package/README.md +5 -1
  273. package/assets/agents/v3/qe-security-scanner.md +2 -2
  274. package/assets/helpers/statusline-v3.cjs +1 -1
  275. package/assets/helpers/validation-pipeline.cjs +625 -0
  276. package/assets/skills/README.md +173 -0
  277. package/assets/skills/TRUST-TIERS.md +174 -0
  278. package/assets/skills/a11y-ally/SKILL.md +10 -2
  279. package/assets/skills/accessibility-testing/SKILL.md +2 -1
  280. package/assets/skills/agentic-quality-engineering/SKILL.md +1 -2
  281. package/assets/skills/api-testing-patterns/SKILL.md +8 -0
  282. package/assets/skills/api-testing-patterns/config.json +14 -0
  283. package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
  284. package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
  285. package/assets/skills/bug-reporting-excellence/SKILL.md +14 -1
  286. package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
  287. package/assets/skills/code-review-quality/SKILL.md +14 -1
  288. package/assets/skills/compatibility-testing/SKILL.md +1 -54
  289. package/assets/skills/compliance-testing/SKILL.md +8 -1
  290. package/assets/skills/compliance-testing/config.json +13 -0
  291. package/assets/skills/consultancy-practices/SKILL.md +1 -33
  292. package/assets/skills/context-driven-testing/SKILL.md +0 -42
  293. package/assets/skills/contract-testing/SKILL.md +12 -0
  294. package/assets/skills/contract-testing/config.json +13 -0
  295. package/assets/skills/contract-testing/references/agent-commands.md +103 -0
  296. package/assets/skills/contract-testing/references/provider-states.md +45 -0
  297. package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
  298. package/assets/skills/coverage-guard/SKILL.md +82 -0
  299. package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
  300. package/assets/skills/database-testing/SKILL.md +0 -10
  301. package/assets/skills/debug-loop/SKILL.md +1 -1
  302. package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
  303. package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
  304. package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -1
  305. package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
  306. package/assets/skills/freeze-tests/SKILL.md +67 -0
  307. package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
  308. package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
  309. package/assets/skills/localization-testing/SKILL.md +0 -18
  310. package/assets/skills/mobile-testing/SKILL.md +2 -50
  311. package/assets/skills/mutation-testing/SKILL.md +26 -1
  312. package/assets/skills/mutation-testing/config.json +14 -0
  313. package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
  314. package/assets/skills/mutation-testing/run-history.json +6 -0
  315. package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
  316. package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
  317. package/assets/skills/n8n-security-testing/SKILL.md +0 -1
  318. package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
  319. package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
  320. package/assets/skills/no-skip/SKILL.md +74 -0
  321. package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
  322. package/assets/skills/pair-programming/SKILL.md +1 -1
  323. package/assets/skills/pentest-validation/SKILL.md +2 -3
  324. package/assets/skills/performance-testing/SKILL.md +21 -0
  325. package/assets/skills/performance-testing/config.json +18 -0
  326. package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
  327. package/assets/skills/performance-testing/run-history.json +6 -0
  328. package/assets/skills/pr-review/SKILL.md +3 -3
  329. package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -2
  330. package/assets/skills/qcsd-development-swarm/SKILL.md +1 -2
  331. package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -2
  332. package/assets/skills/qcsd-production-swarm/SKILL.md +1 -2
  333. package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
  334. package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
  335. package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -2
  336. package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
  337. package/assets/skills/qe-chaos-resilience/SKILL.md +2 -3
  338. package/assets/skills/qe-code-intelligence/SKILL.md +9 -2
  339. package/assets/skills/qe-coverage-analysis/SKILL.md +28 -2
  340. package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
  341. package/assets/skills/qe-defect-intelligence/SKILL.md +1 -2
  342. package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
  343. package/assets/skills/qe-learning-optimization/SKILL.md +1 -2
  344. package/assets/skills/qe-quality-assessment/SKILL.md +29 -3
  345. package/assets/skills/qe-quality-assessment/run-history.json +6 -0
  346. package/assets/skills/qe-requirements-validation/SKILL.md +1 -2
  347. package/assets/skills/qe-test-execution/SKILL.md +9 -2
  348. package/assets/skills/qe-test-generation/SKILL.md +15 -2
  349. package/assets/skills/qe-test-generation/config.json +14 -0
  350. package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
  351. package/assets/skills/qe-visual-accessibility/SKILL.md +1 -2
  352. package/assets/skills/quality-metrics/SKILL.md +3 -78
  353. package/assets/skills/refactoring-patterns/SKILL.md +0 -1
  354. package/assets/skills/regression-testing/SKILL.md +13 -49
  355. package/assets/skills/risk-based-testing/SKILL.md +6 -52
  356. package/assets/skills/security-testing/SKILL.md +30 -0
  357. package/assets/skills/security-testing/config.json +13 -0
  358. package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
  359. package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
  360. package/assets/skills/security-testing/run-history.json +6 -0
  361. package/assets/skills/security-testing/templates/security-report.md +44 -0
  362. package/assets/skills/security-visual-testing/SKILL.md +0 -1
  363. package/assets/skills/security-watch/SKILL.md +93 -0
  364. package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
  365. package/assets/skills/sherlock-review/SKILL.md +0 -1
  366. package/assets/skills/shift-left-testing/SKILL.md +16 -88
  367. package/assets/skills/shift-right-testing/SKILL.md +0 -1
  368. package/assets/skills/six-thinking-hats/SKILL.md +0 -1
  369. package/assets/skills/skill-stats/SKILL.md +79 -0
  370. package/assets/skills/strict-tdd/SKILL.md +72 -0
  371. package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
  372. package/assets/skills/tdd-london-chicago/SKILL.md +8 -1
  373. package/assets/skills/technical-writing/SKILL.md +0 -1
  374. package/assets/skills/test-automation-strategy/SKILL.md +13 -65
  375. package/assets/skills/test-data-management/SKILL.md +1 -105
  376. package/assets/skills/test-design-techniques/SKILL.md +2 -152
  377. package/assets/skills/test-environment-management/SKILL.md +0 -48
  378. package/assets/skills/test-failure-investigator/SKILL.md +99 -0
  379. package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
  380. package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
  381. package/assets/skills/trust-tier-manifest.json +135 -61
  382. package/assets/skills/validation-pipeline/SKILL.md +5 -6
  383. package/assets/skills/verification-quality/SKILL.md +15 -1
  384. package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
  385. package/assets/skills/xp-practices/SKILL.md +2 -110
  386. package/dist/adapters/claude-flow/detect.d.ts +5 -0
  387. package/dist/adapters/claude-flow/detect.js +38 -18
  388. package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
  389. package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
  390. package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
  391. package/dist/cli/bundle.js +262 -79
  392. package/dist/cli/commands/claude-flow-setup.js +4 -4
  393. package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
  394. package/dist/domains/learning-optimization/coordinator.js +26 -4
  395. package/dist/domains/learning-optimization/plugin.d.ts +2 -0
  396. package/dist/domains/learning-optimization/plugin.js +2 -0
  397. package/dist/governance/adversarial-defense-integration.js +1 -0
  398. package/dist/governance/continue-gate-integration.d.ts +1 -0
  399. package/dist/governance/continue-gate-integration.js +1 -0
  400. package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
  401. package/dist/governance/deterministic-gateway-integration.js +1 -0
  402. package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
  403. package/dist/governance/evolution-pipeline-integration.js +1 -0
  404. package/dist/governance/memory-write-gate-integration.d.ts +1 -0
  405. package/dist/governance/memory-write-gate-integration.js +1 -0
  406. package/dist/governance/proof-envelope-integration.d.ts +1 -0
  407. package/dist/governance/proof-envelope-integration.js +1 -0
  408. package/dist/governance/shard-retriever-integration.d.ts +1 -0
  409. package/dist/governance/shard-retriever-integration.js +1 -0
  410. package/dist/governance/trust-accumulator-integration.d.ts +1 -0
  411. package/dist/governance/trust-accumulator-integration.js +1 -0
  412. package/dist/init/agents-installer.js +28 -1
  413. package/dist/init/enhancements/claude-flow-adapter.js +15 -2
  414. package/dist/init/init-wizard-hooks.js +3 -3
  415. package/dist/init/kiro-installer.js +10 -4
  416. package/dist/init/opencode-installer.d.ts +13 -1
  417. package/dist/init/opencode-installer.js +52 -14
  418. package/dist/init/phases/07-hooks.js +21 -7
  419. package/dist/init/settings-merge.d.ts +1 -1
  420. package/dist/init/settings-merge.js +12 -13
  421. package/dist/init/skills-installer.d.ts +10 -0
  422. package/dist/init/skills-installer.js +68 -6
  423. package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
  424. package/dist/integrations/ruvector/sona-persistence.js +26 -1
  425. package/dist/mcp/bundle.js +98 -37
  426. package/dist/mcp/entry.js +6 -6
  427. package/dist/migration/agent-compat.js +2 -2
  428. package/package.json +9 -4
  429. package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
  430. package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -326
  431. package/.claude/skills/qe-contract-testing/SKILL.md +0 -224
  432. package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
  433. package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
  434. package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
  435. package/.claude/skills/qe-security-compliance/SKILL.md +0 -261
  436. package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
  437. package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
  438. package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
  439. package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
  440. package/assets/skills/aqe-v2-v3-migration/skill.md +0 -326
  441. package/assets/skills/qe-contract-testing/SKILL.md +0 -224
  442. package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
  443. package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
  444. package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
  445. package/assets/skills/qe-security-compliance/SKILL.md +0 -261
  446. package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
  447. package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
  448. package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
@@ -1,295 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://agentic-qe.dev/schemas/skills/qe-contract-testing/output.json",
4
- "title": "QE Contract Testing Skill Output Schema",
5
- "description": "Schema for qe-contract-testing skill output with contracts, consumers, providers, and compatibility analysis.",
6
- "type": "object",
7
- "required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
8
- "properties": {
9
- "skillName": {
10
- "type": "string",
11
- "const": "qe-contract-testing"
12
- },
13
- "version": {
14
- "type": "string",
15
- "pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
16
- },
17
- "timestamp": {
18
- "type": "string"
19
- },
20
- "status": {
21
- "type": "string",
22
- "enum": ["success", "partial", "failed", "skipped"]
23
- },
24
- "trustTier": {
25
- "type": "integer",
26
- "const": 3
27
- },
28
- "output": {
29
- "type": "object",
30
- "required": ["summary", "contracts", "compatibility"],
31
- "properties": {
32
- "summary": {
33
- "type": "string",
34
- "minLength": 50,
35
- "maxLength": 2000,
36
- "description": "Human-readable summary of contract testing analysis"
37
- },
38
- "contracts": {
39
- "type": "array",
40
- "items": {
41
- "$ref": "#/$defs/contract"
42
- },
43
- "minItems": 1,
44
- "maxItems": 500,
45
- "description": "List of contracts analyzed"
46
- },
47
- "consumers": {
48
- "type": "array",
49
- "items": {
50
- "$ref": "#/$defs/consumer"
51
- },
52
- "maxItems": 100,
53
- "description": "Contract consumers"
54
- },
55
- "providers": {
56
- "type": "array",
57
- "items": {
58
- "$ref": "#/$defs/provider"
59
- },
60
- "maxItems": 100,
61
- "description": "Contract providers"
62
- },
63
- "compatibility": {
64
- "$ref": "#/$defs/compatibility",
65
- "description": "Compatibility analysis results"
66
- },
67
- "breakingChanges": {
68
- "type": "array",
69
- "items": {
70
- "$ref": "#/$defs/breakingChange"
71
- },
72
- "maxItems": 200
73
- },
74
- "verificationResult": {
75
- "$ref": "#/$defs/verificationResult"
76
- },
77
- "canIDeploy": {
78
- "type": "boolean"
79
- },
80
- "versionRecommendation": {
81
- "$ref": "#/$defs/versionRecommendation"
82
- },
83
- "findings": {
84
- "type": "array",
85
- "items": {
86
- "$ref": "#/$defs/finding"
87
- },
88
- "maxItems": 200
89
- },
90
- "recommendations": {
91
- "type": "array",
92
- "items": {
93
- "$ref": "#/$defs/recommendation"
94
- },
95
- "maxItems": 50
96
- }
97
- }
98
- },
99
- "metadata": {
100
- "type": "object",
101
- "properties": {
102
- "executionTimeMs": { "type": "integer", "minimum": 0 },
103
- "toolsUsed": { "type": "array", "items": { "type": "string" } },
104
- "agentId": { "type": "string" },
105
- "framework": { "type": "string", "enum": ["pact", "spring-cloud-contract", "openapi", "graphql", "custom"] }
106
- }
107
- },
108
- "validation": {
109
- "type": "object",
110
- "properties": {
111
- "schemaValid": { "type": "boolean" },
112
- "contentValid": { "type": "boolean" },
113
- "confidence": { "type": "number", "minimum": 0, "maximum": 1 }
114
- }
115
- },
116
- "learning": {
117
- "type": "object",
118
- "properties": {
119
- "patternsDetected": { "type": "array", "items": { "type": "string" } },
120
- "reward": { "type": "number", "minimum": 0, "maximum": 1 }
121
- }
122
- }
123
- },
124
- "$defs": {
125
- "contract": {
126
- "type": "object",
127
- "required": ["id", "consumer", "provider"],
128
- "properties": {
129
- "id": { "type": "string" },
130
- "consumer": { "type": "string" },
131
- "provider": { "type": "string" },
132
- "version": { "type": "string" },
133
- "status": { "type": "string", "enum": ["verified", "failed", "pending", "stale"] },
134
- "interactions": {
135
- "type": "array",
136
- "items": {
137
- "$ref": "#/$defs/interaction"
138
- }
139
- },
140
- "lastVerified": { "type": "string" },
141
- "tags": { "type": "array", "items": { "type": "string" } }
142
- }
143
- },
144
- "consumer": {
145
- "type": "object",
146
- "required": ["name"],
147
- "properties": {
148
- "name": { "type": "string" },
149
- "version": { "type": "string" },
150
- "environment": { "type": "string" },
151
- "verificationStatus": { "type": "string", "enum": ["passed", "failed", "pending", "unknown"] },
152
- "contractCount": { "type": "integer", "minimum": 0 },
153
- "providers": { "type": "array", "items": { "type": "string" } }
154
- }
155
- },
156
- "provider": {
157
- "type": "object",
158
- "required": ["name"],
159
- "properties": {
160
- "name": { "type": "string" },
161
- "version": { "type": "string" },
162
- "environment": { "type": "string" },
163
- "verificationStatus": { "type": "string", "enum": ["passed", "failed", "pending"] },
164
- "consumerContracts": {
165
- "type": "array",
166
- "items": {
167
- "type": "object",
168
- "properties": {
169
- "consumer": { "type": "string" },
170
- "status": { "type": "string" }
171
- }
172
- }
173
- }
174
- }
175
- },
176
- "interaction": {
177
- "type": "object",
178
- "required": ["description"],
179
- "properties": {
180
- "description": { "type": "string" },
181
- "providerState": { "type": "string" },
182
- "request": {
183
- "type": "object",
184
- "properties": {
185
- "method": { "type": "string", "enum": ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "HEAD"] },
186
- "path": { "type": "string" },
187
- "headers": { "type": "object" },
188
- "body": {}
189
- }
190
- },
191
- "response": {
192
- "type": "object",
193
- "properties": {
194
- "status": { "type": "integer", "minimum": 100, "maximum": 599 },
195
- "headers": { "type": "object" },
196
- "body": {}
197
- }
198
- },
199
- "status": { "type": "string", "enum": ["passed", "failed", "pending"] }
200
- }
201
- },
202
- "compatibility": {
203
- "type": "object",
204
- "required": ["overallStatus", "score"],
205
- "properties": {
206
- "overallStatus": { "type": "string", "enum": ["compatible", "incompatible", "partial", "unknown"] },
207
- "score": { "type": "number", "minimum": 0, "maximum": 100 },
208
- "backwardCompatible": { "type": "boolean" },
209
- "forwardCompatible": { "type": "boolean" },
210
- "breakingChangeCount": { "type": "integer", "minimum": 0 },
211
- "affectedConsumers": { "type": "array", "items": { "type": "string" } },
212
- "compatibilityMatrix": {
213
- "type": "array",
214
- "items": {
215
- "type": "object",
216
- "properties": {
217
- "consumer": { "type": "string" },
218
- "provider": { "type": "string" },
219
- "compatible": { "type": "boolean" }
220
- }
221
- }
222
- }
223
- }
224
- },
225
- "breakingChange": {
226
- "type": "object",
227
- "required": ["type", "description", "severity"],
228
- "properties": {
229
- "type": {
230
- "type": "string",
231
- "enum": ["removed-endpoint", "removed-field", "type-change", "required-field-added", "response-change", "status-code-change", "removed-enum-value", "narrowed-type"]
232
- },
233
- "description": { "type": "string", "maxLength": 1000 },
234
- "severity": { "type": "string", "enum": ["critical", "high", "medium", "low"] },
235
- "location": {
236
- "type": "object",
237
- "properties": {
238
- "endpoint": { "type": "string" },
239
- "method": { "type": "string" },
240
- "field": { "type": "string" }
241
- }
242
- },
243
- "affectedConsumers": { "type": "array", "items": { "type": "string" } },
244
- "migrationPath": { "type": "string", "maxLength": 2000 }
245
- }
246
- },
247
- "verificationResult": {
248
- "type": "object",
249
- "required": ["status", "totalInteractions", "passedInteractions"],
250
- "properties": {
251
- "status": { "type": "string", "enum": ["passed", "failed", "pending", "partial"] },
252
- "totalInteractions": { "type": "integer", "minimum": 0 },
253
- "passedInteractions": { "type": "integer", "minimum": 0 },
254
- "failedInteractions": { "type": "integer", "minimum": 0 },
255
- "successRate": { "type": "number", "minimum": 0, "maximum": 100 }
256
- }
257
- },
258
- "versionRecommendation": {
259
- "type": "object",
260
- "required": ["currentVersion", "recommendedVersion", "changeType"],
261
- "properties": {
262
- "currentVersion": { "type": "string" },
263
- "recommendedVersion": { "type": "string" },
264
- "changeType": { "type": "string", "enum": ["major", "minor", "patch", "none"] },
265
- "reason": { "type": "string" },
266
- "breakingChangeCount": { "type": "integer", "minimum": 0 }
267
- }
268
- },
269
- "finding": {
270
- "type": "object",
271
- "required": ["id", "title", "severity"],
272
- "properties": {
273
- "id": { "type": "string", "pattern": "^CT-\\d{3,6}$" },
274
- "title": { "type": "string", "minLength": 5, "maxLength": 200 },
275
- "description": { "type": "string", "maxLength": 2000 },
276
- "severity": { "type": "string", "enum": ["critical", "high", "medium", "low", "info"] },
277
- "category": { "type": "string", "enum": ["contract-violation", "missing-contract", "stale-contract", "breaking-change", "coverage-gap"] },
278
- "consumer": { "type": "string" },
279
- "provider": { "type": "string" },
280
- "remediation": { "type": "string", "maxLength": 2000 }
281
- }
282
- },
283
- "recommendation": {
284
- "type": "object",
285
- "required": ["id", "title", "priority"],
286
- "properties": {
287
- "id": { "type": "string", "pattern": "^REC-\\d{3,6}$" },
288
- "title": { "type": "string", "maxLength": 200 },
289
- "description": { "type": "string", "maxLength": 2000 },
290
- "priority": { "type": "string", "enum": ["critical", "high", "medium", "low"] },
291
- "effort": { "type": "string", "enum": ["trivial", "low", "medium", "high", "major"] }
292
- }
293
- }
294
- }
295
- }
@@ -1,42 +0,0 @@
1
- {
2
- "skillName": "qe-contract-testing",
3
- "skillVersion": "1.0.0",
4
- "requiredTools": [
5
- "jq"
6
- ],
7
- "optionalTools": [
8
- "pact",
9
- "node",
10
- "python3"
11
- ],
12
- "schemaPath": "schemas/output.json",
13
- "requiredFields": [
14
- "skillName",
15
- "status",
16
- "output",
17
- "output.summary",
18
- "output.contracts",
19
- "output.compatibility"
20
- ],
21
- "requiredNonEmptyFields": [
22
- "output.summary"
23
- ],
24
- "mustContainTerms": [
25
- "contract",
26
- "consumer",
27
- "provider"
28
- ],
29
- "mustNotContainTerms": [
30
- "TODO",
31
- "FIXME",
32
- "placeholder"
33
- ],
34
- "enumValidations": {
35
- ".status": [
36
- "success",
37
- "partial",
38
- "failed",
39
- "skipped"
40
- ]
41
- }
42
- }
@@ -1,261 +0,0 @@
1
- ---
2
- name: "QE Security Compliance"
3
- description: "Security auditing, vulnerability scanning, and compliance validation for OWASP, SOC2, GDPR, and other standards."
4
- trust_tier: 3
5
- validation:
6
- schema_path: schemas/output.json
7
- validator_path: scripts/validate-config.json
8
- eval_path: evals/qe-security-compliance.yaml
9
-
10
- ---
11
-
12
- # QE Security Compliance
13
-
14
- ## Purpose
15
-
16
- Guide the use of v3's security and compliance testing capabilities including SAST/DAST scanning, vulnerability detection, compliance auditing, and security gate enforcement.
17
-
18
- ## Activation
19
-
20
- - When performing security audits
21
- - When scanning for vulnerabilities
22
- - When validating compliance
23
- - When checking dependencies
24
- - When setting up security gates
25
-
26
- ## Quick Start
27
-
28
- ```bash
29
- # Full security scan
30
- aqe security scan --scope src/ --checks all
31
-
32
- # Vulnerability check
33
- aqe security vulns --dependencies --severity critical,high
34
-
35
- # Compliance audit
36
- aqe security compliance --standard soc2 --output report.html
37
-
38
- # OWASP check
39
- aqe security owasp --top-10 --scope src/
40
- ```
41
-
42
- ## Agent Workflow
43
-
44
- ```typescript
45
- // Security audit
46
- Task("Security audit", `
47
- Perform comprehensive security audit:
48
- - SAST scan for code vulnerabilities
49
- - Dependency vulnerability check
50
- - Secret detection in code and configs
51
- - OWASP Top 10 validation
52
- Generate security report with remediation steps.
53
- `, "qe-security-auditor")
54
-
55
- // Compliance validation
56
- Task("SOC2 compliance check", `
57
- Validate SOC2 compliance requirements:
58
- - Access control verification
59
- - Encryption validation
60
- - Audit logging check
61
- - Data retention compliance
62
- Generate compliance evidence report.
63
- `, "qe-compliance-checker")
64
- ```
65
-
66
- ## Security Operations
67
-
68
- ### 1. SAST Scanning
69
-
70
- ```typescript
71
- await securityScanner.staticAnalysis({
72
- scope: 'src/**/*.ts',
73
- checks: [
74
- 'sql-injection',
75
- 'xss',
76
- 'command-injection',
77
- 'path-traversal',
78
- 'insecure-crypto',
79
- 'hardcoded-secrets'
80
- ],
81
- rules: 'owasp-top-10',
82
- severity: ['critical', 'high', 'medium']
83
- });
84
- ```
85
-
86
- ### 2. Dependency Scanning
87
-
88
- ```typescript
89
- await securityScanner.dependencyCheck({
90
- sources: ['package.json', 'package-lock.json'],
91
- checks: {
92
- knownVulnerabilities: true,
93
- outdatedPackages: true,
94
- licenseCompliance: true,
95
- supplyChainRisk: true
96
- },
97
- severity: ['critical', 'high'],
98
- autoFix: {
99
- enabled: true,
100
- dryRun: false
101
- }
102
- });
103
- ```
104
-
105
- ### 3. Compliance Audit
106
-
107
- ```typescript
108
- await complianceChecker.audit({
109
- standards: ['SOC2', 'GDPR', 'HIPAA'],
110
- scope: {
111
- code: 'src/',
112
- configs: 'config/',
113
- infrastructure: 'terraform/'
114
- },
115
- output: {
116
- gaps: true,
117
- evidence: true,
118
- recommendations: true
119
- }
120
- });
121
- ```
122
-
123
- ### 4. Secret Detection
124
-
125
- ```typescript
126
- await securityScanner.detectSecrets({
127
- scope: ['.', 'config/', '.env*'],
128
- patterns: [
129
- 'api-keys',
130
- 'passwords',
131
- 'tokens',
132
- 'private-keys',
133
- 'connection-strings'
134
- ],
135
- exclude: ['*.test.ts', 'mocks/'],
136
- action: {
137
- onDetect: 'block',
138
- notify: ['security-team']
139
- }
140
- });
141
- ```
142
-
143
- ## OWASP Top 10 Coverage
144
-
145
- ```yaml
146
- owasp_2021:
147
- A01_broken_access_control:
148
- checks: [privilege-escalation, idor, cors-misconfiguration]
149
- automated: true
150
-
151
- A02_cryptographic_failures:
152
- checks: [weak-encryption, missing-encryption, key-management]
153
- automated: true
154
-
155
- A03_injection:
156
- checks: [sql, nosql, command, xss, ldap]
157
- automated: true
158
-
159
- A04_insecure_design:
160
- checks: [threat-modeling, secure-patterns]
161
- automated: partial
162
-
163
- A05_security_misconfiguration:
164
- checks: [default-credentials, unnecessary-features]
165
- automated: true
166
-
167
- A06_vulnerable_components:
168
- checks: [outdated-deps, known-cves]
169
- automated: true
170
-
171
- A07_auth_failures:
172
- checks: [weak-passwords, session-issues]
173
- automated: true
174
-
175
- A08_software_data_integrity:
176
- checks: [insecure-deserialization, cicd-security]
177
- automated: partial
178
-
179
- A09_logging_monitoring:
180
- checks: [insufficient-logging, missing-alerts]
181
- automated: partial
182
-
183
- A10_ssrf:
184
- checks: [server-side-request-forgery]
185
- automated: true
186
- ```
187
-
188
- ## Security Report
189
-
190
- ```typescript
191
- interface SecurityReport {
192
- summary: {
193
- score: number; // 0-100
194
- critical: number;
195
- high: number;
196
- medium: number;
197
- low: number;
198
- };
199
- vulnerabilities: {
200
- id: string;
201
- type: string;
202
- severity: 'critical' | 'high' | 'medium' | 'low';
203
- location: string;
204
- description: string;
205
- remediation: string;
206
- cwe: string;
207
- owasp: string;
208
- }[];
209
- dependencies: {
210
- vulnerable: number;
211
- outdated: number;
212
- details: DependencyVuln[];
213
- };
214
- compliance: {
215
- standard: string;
216
- status: 'compliant' | 'non-compliant' | 'partial';
217
- gaps: ComplianceGap[];
218
- evidence: Evidence[];
219
- }[];
220
- secrets: {
221
- detected: number;
222
- locations: SecretLocation[];
223
- };
224
- }
225
- ```
226
-
227
- ## Security Gates
228
-
229
- ```yaml
230
- security_gates:
231
- block_merge:
232
- - critical_vulnerabilities > 0
233
- - high_vulnerabilities > 2
234
- - secrets_detected > 0
235
- - compliance_failures > 0
236
-
237
- warn:
238
- - medium_vulnerabilities > 5
239
- - outdated_dependencies > 10
240
-
241
- enforce:
242
- - signed_commits: required
243
- - code_review: required
244
- - security_scan: required
245
- ```
246
-
247
- ## Compliance Standards
248
-
249
- | Standard | Scope | Auto-Check |
250
- |----------|-------|------------|
251
- | SOC2 | Security controls | Partial |
252
- | GDPR | Data privacy | Partial |
253
- | HIPAA | Health data | Partial |
254
- | PCI-DSS | Payment data | Yes |
255
- | ISO 27001 | InfoSec | Partial |
256
-
257
- ## Coordination
258
-
259
- **Primary Agents**: qe-security-auditor, qe-security-scanner, qe-compliance-checker
260
- **Coordinator**: qe-security-coordinator
261
- **Related Skills**: qe-quality-assessment, qe-contract-testing