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.
- package/.claude/agents/v3/qe-security-scanner.md +2 -2
- package/.claude/commands/claude-flow-help.md +1 -1
- package/.claude/helpers/github-setup.sh +4 -4
- package/.claude/helpers/post-commit +1 -1
- package/.claude/helpers/pre-commit +1 -1
- package/.claude/helpers/quick-start.sh +4 -4
- package/.claude/helpers/setup-mcp.sh +3 -3
- package/.claude/helpers/statusline-v3.cjs +1 -1
- package/.claude/helpers/validation-pipeline.cjs +625 -0
- package/.claude/skills/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -2
- package/.claude/skills/accessibility-testing/SKILL.md +2 -1
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
- package/.claude/skills/api-testing-patterns/config.json +14 -0
- package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
- package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/.claude/skills/code-review-quality/SKILL.md +14 -1
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -1
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -33
- package/.claude/skills/context-driven-testing/SKILL.md +0 -42
- package/.claude/skills/contract-testing/SKILL.md +12 -0
- package/.claude/skills/contract-testing/config.json +13 -0
- package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
- package/.claude/skills/contract-testing/references/provider-states.md +45 -0
- package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/.claude/skills/coverage-guard/SKILL.md +82 -0
- package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/.claude/skills/database-testing/SKILL.md +0 -10
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/.claude/skills/freeze-tests/SKILL.md +67 -0
- package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
- package/.claude/skills/iterative-loop/SKILL.md +6 -6
- package/.claude/skills/localization-testing/SKILL.md +0 -18
- package/.claude/skills/mobile-testing/SKILL.md +2 -50
- package/.claude/skills/mutation-testing/SKILL.md +26 -1
- package/.claude/skills/mutation-testing/config.json +14 -0
- package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/.claude/skills/mutation-testing/run-history.json +6 -0
- package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/.claude/skills/no-skip/SKILL.md +74 -0
- package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/pentest-validation/SKILL.md +2 -3
- package/.claude/skills/performance-testing/SKILL.md +21 -0
- package/.claude/skills/performance-testing/config.json +18 -0
- package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
- package/.claude/skills/performance-testing/run-history.json +6 -0
- package/.claude/skills/pr-review/SKILL.md +3 -3
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -2
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -2
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -3
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -2
- package/.claude/skills/qe-test-execution/SKILL.md +9 -2
- package/.claude/skills/qe-test-generation/SKILL.md +15 -2
- package/.claude/skills/qe-test-generation/config.json +14 -0
- package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/.claude/skills/quality-metrics/SKILL.md +3 -78
- package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
- package/.claude/skills/regression-testing/SKILL.md +13 -49
- package/.claude/skills/risk-based-testing/SKILL.md +6 -52
- package/.claude/skills/security-testing/SKILL.md +30 -0
- package/.claude/skills/security-testing/config.json +13 -0
- package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
- package/.claude/skills/security-testing/run-history.json +6 -0
- package/.claude/skills/security-testing/templates/security-report.md +44 -0
- package/.claude/skills/security-visual-testing/SKILL.md +0 -1
- package/.claude/skills/security-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/sherlock-review/SKILL.md +0 -1
- package/.claude/skills/shift-left-testing/SKILL.md +16 -88
- package/.claude/skills/shift-right-testing/SKILL.md +0 -1
- package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
- package/.claude/skills/skill-stats/SKILL.md +79 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/strict-tdd/SKILL.md +72 -0
- package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/.claude/skills/tdd-london-chicago/SKILL.md +8 -1
- package/.claude/skills/technical-writing/SKILL.md +0 -1
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -65
- package/.claude/skills/test-data-management/SKILL.md +1 -105
- package/.claude/skills/test-design-techniques/SKILL.md +2 -152
- package/.claude/skills/test-environment-management/SKILL.md +0 -48
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +5 -6
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -110
- package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
- package/.opencode/agents/ddd-domain-expert.yaml +49 -0
- package/.opencode/agents/memory-specialist.yaml +49 -0
- package/.opencode/agents/performance-engineer.yaml +53 -0
- package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
- package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
- package/.opencode/agents/qe-bdd-generator.yaml +83 -0
- package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
- package/.opencode/agents/qe-code-complexity.yaml +82 -0
- package/.opencode/agents/qe-code-intelligence.yaml +80 -0
- package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
- package/.opencode/agents/qe-defect-predictor.yaml +81 -0
- package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
- package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
- package/.opencode/agents/qe-devils-advocate.yaml +63 -0
- package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
- package/.opencode/agents/qe-fleet-commander.yaml +83 -0
- package/.opencode/agents/qe-gap-detector.yaml +81 -0
- package/.opencode/agents/qe-graphql-tester.yaml +84 -0
- package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
- package/.opencode/agents/qe-integration-architect.yaml +46 -0
- package/.opencode/agents/qe-integration-tester.yaml +84 -0
- package/.opencode/agents/qe-kg-builder.yaml +75 -0
- package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
- package/.opencode/agents/qe-load-tester.yaml +84 -0
- package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
- package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
- package/.opencode/agents/qe-middleware-validator.yaml +92 -0
- package/.opencode/agents/qe-mutation-tester.yaml +84 -0
- package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
- package/.opencode/agents/qe-parallel-executor.yaml +79 -0
- package/.opencode/agents/qe-pattern-learner.yaml +80 -0
- package/.opencode/agents/qe-pentest-validator.yaml +137 -0
- package/.opencode/agents/qe-performance-tester.yaml +83 -0
- package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
- package/.opencode/agents/qe-property-tester.yaml +82 -0
- package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
- package/.opencode/agents/qe-quality-gate.yaml +80 -0
- package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
- package/.opencode/agents/qe-qx-partner.yaml +75 -0
- package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
- package/.opencode/agents/qe-requirements-validator.yaml +111 -0
- package/.opencode/agents/qe-responsive-tester.yaml +85 -0
- package/.opencode/agents/qe-retry-handler.yaml +82 -0
- package/.opencode/agents/qe-risk-assessor.yaml +81 -0
- package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
- package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
- package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
- package/.opencode/agents/qe-security-auditor.yaml +90 -0
- package/.opencode/agents/qe-security-scanner.yaml +80 -0
- package/.opencode/agents/qe-soap-tester.yaml +93 -0
- package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
- package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
- package/.opencode/agents/qe-test-generator.yaml +78 -0
- package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
- package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
- package/.opencode/agents/qe-visual-tester.yaml +82 -0
- package/.opencode/agents/security-architect.yaml +51 -0
- package/.opencode/agents/security-auditor.yaml +50 -0
- package/.opencode/permissions.yaml +74 -0
- package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
- package/.opencode/skills/qe-a11y-ally.yaml +45 -0
- package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
- package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
- package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
- package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
- package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
- package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
- package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
- package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
- package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
- package/.opencode/skills/qe-code-intelligence.yaml +45 -0
- package/.opencode/skills/qe-code-review-quality.yaml +45 -0
- package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
- package/.opencode/skills/qe-compliance-testing.yaml +35 -0
- package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
- package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
- package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
- package/.opencode/skills/qe-database-testing.yaml +40 -0
- package/.opencode/skills/qe-debug-loop.yaml +45 -0
- package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
- package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
- package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
- package/.opencode/skills/qe-github-code-review.yaml +45 -0
- package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
- package/.opencode/skills/qe-github-project-management.yaml +45 -0
- package/.opencode/skills/qe-github-release-management.yaml +45 -0
- package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
- package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
- package/.opencode/skills/qe-iterative-loop.yaml +45 -0
- package/.opencode/skills/qe-learning-optimization.yaml +45 -0
- package/.opencode/skills/qe-localization-testing.yaml +40 -0
- package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-mobile-testing.yaml +35 -0
- package/.opencode/skills/qe-mutation-testing.yaml +35 -0
- package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
- package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
- package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-pair-programming.yaml +45 -0
- package/.opencode/skills/qe-pentest-validation.yaml +45 -0
- package/.opencode/skills/qe-performance-analysis.yaml +45 -0
- package/.opencode/skills/qe-performance-testing.yaml +45 -0
- package/.opencode/skills/qe-pr-review.yaml +45 -0
- package/.opencode/skills/qe-quality-assessment.yaml +45 -0
- package/.opencode/skills/qe-quality-metrics.yaml +45 -0
- package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
- package/.opencode/skills/qe-regression-testing.yaml +40 -0
- package/.opencode/skills/qe-release.yaml +45 -0
- package/.opencode/skills/qe-requirements-validation.yaml +45 -0
- package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
- package/.opencode/skills/qe-security-testing.yaml +45 -0
- package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
- package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
- package/.opencode/skills/qe-sherlock-review.yaml +45 -0
- package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
- package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
- package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
- package/.opencode/skills/qe-skill-builder.yaml +45 -0
- package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
- package/.opencode/skills/qe-stream-chain.yaml +45 -0
- package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
- package/.opencode/skills/qe-technical-writing.yaml +45 -0
- package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
- package/.opencode/skills/qe-test-data-management.yaml +45 -0
- package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
- package/.opencode/skills/qe-test-environment-management.yaml +40 -0
- package/.opencode/skills/qe-test-execution.yaml +45 -0
- package/.opencode/skills/qe-test-generation.yaml +45 -0
- package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
- package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
- package/.opencode/skills/qe-testability-scoring.yaml +45 -0
- package/.opencode/skills/qe-verification-quality.yaml +45 -0
- package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
- package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
- package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-xp-practices.yaml +45 -0
- package/.opencode/tools/qe-defect-scan.ts +79 -0
- package/.opencode/tools/qe-fleet-status.ts +59 -0
- package/.opencode/tools/qe-full-audit.ts +81 -0
- package/.opencode/tools/qe-learning-report.ts +74 -0
- package/.opencode/tools/qe-test-and-verify.ts +97 -0
- package/CHANGELOG.md +50 -0
- package/README.md +5 -1
- package/assets/agents/v3/qe-security-scanner.md +2 -2
- package/assets/helpers/statusline-v3.cjs +1 -1
- package/assets/helpers/validation-pipeline.cjs +625 -0
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -2
- package/assets/skills/accessibility-testing/SKILL.md +2 -1
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/assets/skills/api-testing-patterns/SKILL.md +8 -0
- package/assets/skills/api-testing-patterns/config.json +14 -0
- package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
- package/assets/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/assets/skills/code-review-quality/SKILL.md +14 -1
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -1
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -33
- package/assets/skills/context-driven-testing/SKILL.md +0 -42
- package/assets/skills/contract-testing/SKILL.md +12 -0
- package/assets/skills/contract-testing/config.json +13 -0
- package/assets/skills/contract-testing/references/agent-commands.md +103 -0
- package/assets/skills/contract-testing/references/provider-states.md +45 -0
- package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/assets/skills/coverage-guard/SKILL.md +82 -0
- package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/assets/skills/database-testing/SKILL.md +0 -10
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/assets/skills/freeze-tests/SKILL.md +67 -0
- package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
- package/assets/skills/localization-testing/SKILL.md +0 -18
- package/assets/skills/mobile-testing/SKILL.md +2 -50
- package/assets/skills/mutation-testing/SKILL.md +26 -1
- package/assets/skills/mutation-testing/config.json +14 -0
- package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/assets/skills/mutation-testing/run-history.json +6 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/assets/skills/n8n-security-testing/SKILL.md +0 -1
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/assets/skills/no-skip/SKILL.md +74 -0
- package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
- package/assets/skills/pair-programming/SKILL.md +1 -1
- package/assets/skills/pentest-validation/SKILL.md +2 -3
- package/assets/skills/performance-testing/SKILL.md +21 -0
- package/assets/skills/performance-testing/config.json +18 -0
- package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
- package/assets/skills/performance-testing/run-history.json +6 -0
- package/assets/skills/pr-review/SKILL.md +3 -3
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -2
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -2
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -3
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -2
- package/assets/skills/qe-test-execution/SKILL.md +9 -2
- package/assets/skills/qe-test-generation/SKILL.md +15 -2
- package/assets/skills/qe-test-generation/config.json +14 -0
- package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/assets/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/assets/skills/quality-metrics/SKILL.md +3 -78
- package/assets/skills/refactoring-patterns/SKILL.md +0 -1
- package/assets/skills/regression-testing/SKILL.md +13 -49
- package/assets/skills/risk-based-testing/SKILL.md +6 -52
- package/assets/skills/security-testing/SKILL.md +30 -0
- package/assets/skills/security-testing/config.json +13 -0
- package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
- package/assets/skills/security-testing/run-history.json +6 -0
- package/assets/skills/security-testing/templates/security-report.md +44 -0
- package/assets/skills/security-visual-testing/SKILL.md +0 -1
- package/assets/skills/security-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/sherlock-review/SKILL.md +0 -1
- package/assets/skills/shift-left-testing/SKILL.md +16 -88
- package/assets/skills/shift-right-testing/SKILL.md +0 -1
- package/assets/skills/six-thinking-hats/SKILL.md +0 -1
- package/assets/skills/skill-stats/SKILL.md +79 -0
- package/assets/skills/strict-tdd/SKILL.md +72 -0
- package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +8 -1
- package/assets/skills/technical-writing/SKILL.md +0 -1
- package/assets/skills/test-automation-strategy/SKILL.md +13 -65
- package/assets/skills/test-data-management/SKILL.md +1 -105
- package/assets/skills/test-design-techniques/SKILL.md +2 -152
- package/assets/skills/test-environment-management/SKILL.md +0 -48
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +5 -6
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
- package/assets/skills/xp-practices/SKILL.md +2 -110
- package/dist/adapters/claude-flow/detect.d.ts +5 -0
- package/dist/adapters/claude-flow/detect.js +38 -18
- package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
- package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
- package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
- package/dist/cli/bundle.js +262 -79
- package/dist/cli/commands/claude-flow-setup.js +4 -4
- package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
- package/dist/domains/learning-optimization/coordinator.js +26 -4
- package/dist/domains/learning-optimization/plugin.d.ts +2 -0
- package/dist/domains/learning-optimization/plugin.js +2 -0
- package/dist/governance/adversarial-defense-integration.js +1 -0
- package/dist/governance/continue-gate-integration.d.ts +1 -0
- package/dist/governance/continue-gate-integration.js +1 -0
- package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
- package/dist/governance/deterministic-gateway-integration.js +1 -0
- package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
- package/dist/governance/evolution-pipeline-integration.js +1 -0
- package/dist/governance/memory-write-gate-integration.d.ts +1 -0
- package/dist/governance/memory-write-gate-integration.js +1 -0
- package/dist/governance/proof-envelope-integration.d.ts +1 -0
- package/dist/governance/proof-envelope-integration.js +1 -0
- package/dist/governance/shard-retriever-integration.d.ts +1 -0
- package/dist/governance/shard-retriever-integration.js +1 -0
- package/dist/governance/trust-accumulator-integration.d.ts +1 -0
- package/dist/governance/trust-accumulator-integration.js +1 -0
- package/dist/init/agents-installer.js +28 -1
- package/dist/init/enhancements/claude-flow-adapter.js +15 -2
- package/dist/init/init-wizard-hooks.js +3 -3
- package/dist/init/kiro-installer.js +10 -4
- package/dist/init/opencode-installer.d.ts +13 -1
- package/dist/init/opencode-installer.js +52 -14
- package/dist/init/phases/07-hooks.js +21 -7
- package/dist/init/settings-merge.d.ts +1 -1
- package/dist/init/settings-merge.js +12 -13
- package/dist/init/skills-installer.d.ts +10 -0
- package/dist/init/skills-installer.js +68 -6
- package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
- package/dist/integrations/ruvector/sona-persistence.js +26 -1
- package/dist/mcp/bundle.js +98 -37
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +9 -4
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -224
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
- package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -261
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
- package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/assets/skills/qe-contract-testing/SKILL.md +0 -224
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
- package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/assets/skills/qe-security-compliance/SKILL.md +0 -261
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
- 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
|