agentic-qe 3.8.2 → 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/skills/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -1
- package/.claude/skills/accessibility-testing/SKILL.md +2 -0
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -1
- 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/bug-reporting-excellence/SKILL.md +14 -0
- package/.claude/skills/code-review-quality/SKILL.md +14 -0
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -0
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -32
- package/.claude/skills/context-driven-testing/SKILL.md +0 -41
- 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 -0
- 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/localization-testing/SKILL.md +0 -17
- package/.claude/skills/mobile-testing/SKILL.md +2 -49
- package/.claude/skills/mutation-testing/SKILL.md +26 -0
- 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/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 -1
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -2
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -1
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -1
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -1
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -2
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -1
- package/.claude/skills/qe-test-execution/SKILL.md +9 -1
- package/.claude/skills/qe-test-generation/SKILL.md +15 -1
- 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 -1
- package/.claude/skills/quality-metrics/SKILL.md +3 -77
- package/.claude/skills/regression-testing/SKILL.md +13 -48
- package/.claude/skills/risk-based-testing/SKILL.md +6 -51
- 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-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/shift-left-testing/SKILL.md +16 -87
- 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 -0
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -64
- package/.claude/skills/test-data-management/SKILL.md +1 -104
- package/.claude/skills/test-design-techniques/SKILL.md +2 -151
- package/.claude/skills/test-environment-management/SKILL.md +0 -47
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +1 -1
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -109
- package/CHANGELOG.md +29 -0
- package/README.md +5 -1
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -1
- package/assets/skills/accessibility-testing/SKILL.md +2 -0
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -1
- 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/bug-reporting-excellence/SKILL.md +14 -0
- package/assets/skills/code-review-quality/SKILL.md +14 -0
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -0
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -32
- package/assets/skills/context-driven-testing/SKILL.md +0 -41
- 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 -0
- 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/localization-testing/SKILL.md +0 -17
- package/assets/skills/mobile-testing/SKILL.md +2 -49
- package/assets/skills/mutation-testing/SKILL.md +26 -0
- 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/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 -1
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -2
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -1
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -1
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -1
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -2
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -1
- package/assets/skills/qe-test-execution/SKILL.md +9 -1
- package/assets/skills/qe-test-generation/SKILL.md +15 -1
- 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 -1
- package/assets/skills/quality-metrics/SKILL.md +3 -77
- package/assets/skills/regression-testing/SKILL.md +13 -48
- package/assets/skills/risk-based-testing/SKILL.md +6 -51
- 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-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/shift-left-testing/SKILL.md +16 -87
- 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 -0
- package/assets/skills/test-automation-strategy/SKILL.md +13 -64
- package/assets/skills/test-data-management/SKILL.md +1 -104
- package/assets/skills/test-design-techniques/SKILL.md +2 -151
- package/assets/skills/test-environment-management/SKILL.md +0 -47
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +1 -1
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/xp-practices/SKILL.md +2 -109
- package/dist/cli/bundle.js +110 -24
- package/dist/init/opencode-installer.js +2 -3
- package/dist/init/phases/07-hooks.js +3 -3
- package/dist/init/settings-merge.js +1 -2
- 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 +29 -8
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +2 -2
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -325
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -223
- 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 -260
- 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/.opencode/skills/qe-contract-testing.yaml +0 -45
- package/.opencode/skills/qe-security-compliance.yaml +0 -45
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -325
- package/assets/skills/qe-contract-testing/SKILL.md +0 -223
- 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 -260
- 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,498 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://agentic-qe.dev/schemas/qe-security-compliance-output.json",
|
|
4
|
-
"title": "AQE Security Compliance Skill Output Schema",
|
|
5
|
-
"description": "Schema for security compliance skill output. Includes vulnerability scanning, compliance auditing, and remediation guidance.",
|
|
6
|
-
"type": "object",
|
|
7
|
-
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
-
"properties": {
|
|
9
|
-
"skillName": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"const": "qe-security-compliance",
|
|
12
|
-
"description": "Must be 'qe-security-compliance'"
|
|
13
|
-
},
|
|
14
|
-
"version": {
|
|
15
|
-
"type": "string",
|
|
16
|
-
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
|
|
17
|
-
},
|
|
18
|
-
"timestamp": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"format": "date-time"
|
|
21
|
-
},
|
|
22
|
-
"status": {
|
|
23
|
-
"type": "string",
|
|
24
|
-
"enum": ["success", "partial", "failed", "skipped"]
|
|
25
|
-
},
|
|
26
|
-
"trustTier": {
|
|
27
|
-
"type": "integer",
|
|
28
|
-
"const": 3
|
|
29
|
-
},
|
|
30
|
-
"output": {
|
|
31
|
-
"type": "object",
|
|
32
|
-
"required": ["summary", "vulnerabilities", "compliance"],
|
|
33
|
-
"properties": {
|
|
34
|
-
"summary": {
|
|
35
|
-
"type": "string",
|
|
36
|
-
"minLength": 50,
|
|
37
|
-
"maxLength": 2000
|
|
38
|
-
},
|
|
39
|
-
"securityScore": {
|
|
40
|
-
"$ref": "#/$defs/securityScore"
|
|
41
|
-
},
|
|
42
|
-
"vulnerabilities": {
|
|
43
|
-
"$ref": "#/$defs/vulnerabilityReport"
|
|
44
|
-
},
|
|
45
|
-
"compliance": {
|
|
46
|
-
"$ref": "#/$defs/complianceReport"
|
|
47
|
-
},
|
|
48
|
-
"remediations": {
|
|
49
|
-
"type": "array",
|
|
50
|
-
"items": {
|
|
51
|
-
"$ref": "#/$defs/remediation"
|
|
52
|
-
},
|
|
53
|
-
"maxItems": 100
|
|
54
|
-
},
|
|
55
|
-
"owaspCategories": {
|
|
56
|
-
"$ref": "#/$defs/owaspBreakdown"
|
|
57
|
-
},
|
|
58
|
-
"threatModel": {
|
|
59
|
-
"$ref": "#/$defs/threatModel"
|
|
60
|
-
},
|
|
61
|
-
"dependencies": {
|
|
62
|
-
"$ref": "#/$defs/dependencyReport"
|
|
63
|
-
},
|
|
64
|
-
"secrets": {
|
|
65
|
-
"$ref": "#/$defs/secretsReport"
|
|
66
|
-
},
|
|
67
|
-
"artifacts": {
|
|
68
|
-
"type": "array",
|
|
69
|
-
"items": {
|
|
70
|
-
"$ref": "#/$defs/artifact"
|
|
71
|
-
},
|
|
72
|
-
"maxItems": 30
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"metadata": {
|
|
77
|
-
"$ref": "#/$defs/metadata"
|
|
78
|
-
},
|
|
79
|
-
"validation": {
|
|
80
|
-
"$ref": "#/$defs/validationResult"
|
|
81
|
-
},
|
|
82
|
-
"learning": {
|
|
83
|
-
"$ref": "#/$defs/learningData"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
"$defs": {
|
|
87
|
-
"securityScore": {
|
|
88
|
-
"type": "object",
|
|
89
|
-
"required": ["value", "max"],
|
|
90
|
-
"properties": {
|
|
91
|
-
"value": {
|
|
92
|
-
"type": "number",
|
|
93
|
-
"minimum": 0,
|
|
94
|
-
"maximum": 100
|
|
95
|
-
},
|
|
96
|
-
"max": {
|
|
97
|
-
"type": "number",
|
|
98
|
-
"const": 100
|
|
99
|
-
},
|
|
100
|
-
"grade": {
|
|
101
|
-
"type": "string",
|
|
102
|
-
"pattern": "^[A-F][+-]?$"
|
|
103
|
-
},
|
|
104
|
-
"riskLevel": {
|
|
105
|
-
"type": "string",
|
|
106
|
-
"enum": ["critical", "high", "medium", "low", "minimal"]
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
"vulnerabilityReport": {
|
|
111
|
-
"type": "object",
|
|
112
|
-
"required": ["total"],
|
|
113
|
-
"properties": {
|
|
114
|
-
"total": {
|
|
115
|
-
"type": "integer",
|
|
116
|
-
"minimum": 0
|
|
117
|
-
},
|
|
118
|
-
"critical": {
|
|
119
|
-
"type": "integer",
|
|
120
|
-
"minimum": 0
|
|
121
|
-
},
|
|
122
|
-
"high": {
|
|
123
|
-
"type": "integer",
|
|
124
|
-
"minimum": 0
|
|
125
|
-
},
|
|
126
|
-
"medium": {
|
|
127
|
-
"type": "integer",
|
|
128
|
-
"minimum": 0
|
|
129
|
-
},
|
|
130
|
-
"low": {
|
|
131
|
-
"type": "integer",
|
|
132
|
-
"minimum": 0
|
|
133
|
-
},
|
|
134
|
-
"items": {
|
|
135
|
-
"type": "array",
|
|
136
|
-
"items": {
|
|
137
|
-
"$ref": "#/$defs/vulnerability"
|
|
138
|
-
},
|
|
139
|
-
"maxItems": 500
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"vulnerability": {
|
|
144
|
-
"type": "object",
|
|
145
|
-
"required": ["id", "title", "severity"],
|
|
146
|
-
"properties": {
|
|
147
|
-
"id": {
|
|
148
|
-
"type": "string",
|
|
149
|
-
"pattern": "^VULN-\\d{3,6}$"
|
|
150
|
-
},
|
|
151
|
-
"title": {
|
|
152
|
-
"type": "string",
|
|
153
|
-
"minLength": 10,
|
|
154
|
-
"maxLength": 200
|
|
155
|
-
},
|
|
156
|
-
"description": {
|
|
157
|
-
"type": "string",
|
|
158
|
-
"maxLength": 2000
|
|
159
|
-
},
|
|
160
|
-
"severity": {
|
|
161
|
-
"type": "string",
|
|
162
|
-
"enum": ["critical", "high", "medium", "low", "info"]
|
|
163
|
-
},
|
|
164
|
-
"cwe": {
|
|
165
|
-
"type": "string",
|
|
166
|
-
"pattern": "^CWE-\\d{1,4}$"
|
|
167
|
-
},
|
|
168
|
-
"cve": {
|
|
169
|
-
"type": "string",
|
|
170
|
-
"pattern": "^CVE-\\d{4}-\\d{4,}$"
|
|
171
|
-
},
|
|
172
|
-
"owasp": {
|
|
173
|
-
"type": "string",
|
|
174
|
-
"pattern": "^A(0[1-9]|10):20(21|25)$"
|
|
175
|
-
},
|
|
176
|
-
"cvss": {
|
|
177
|
-
"type": "object",
|
|
178
|
-
"properties": {
|
|
179
|
-
"score": {
|
|
180
|
-
"type": "number",
|
|
181
|
-
"minimum": 0,
|
|
182
|
-
"maximum": 10
|
|
183
|
-
},
|
|
184
|
-
"vector": {
|
|
185
|
-
"type": "string"
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"location": {
|
|
190
|
-
"$ref": "#/$defs/location"
|
|
191
|
-
},
|
|
192
|
-
"evidence": {
|
|
193
|
-
"type": "string",
|
|
194
|
-
"maxLength": 5000
|
|
195
|
-
},
|
|
196
|
-
"remediation": {
|
|
197
|
-
"type": "string",
|
|
198
|
-
"maxLength": 2000
|
|
199
|
-
},
|
|
200
|
-
"exploitability": {
|
|
201
|
-
"type": "string",
|
|
202
|
-
"enum": ["trivial", "easy", "moderate", "difficult", "theoretical"]
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
"complianceReport": {
|
|
207
|
-
"type": "object",
|
|
208
|
-
"required": ["standards"],
|
|
209
|
-
"properties": {
|
|
210
|
-
"overallStatus": {
|
|
211
|
-
"type": "string",
|
|
212
|
-
"enum": ["compliant", "partially-compliant", "non-compliant"]
|
|
213
|
-
},
|
|
214
|
-
"standards": {
|
|
215
|
-
"type": "array",
|
|
216
|
-
"items": {
|
|
217
|
-
"$ref": "#/$defs/complianceStandard"
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
"complianceStandard": {
|
|
223
|
-
"type": "object",
|
|
224
|
-
"required": ["name", "status"],
|
|
225
|
-
"properties": {
|
|
226
|
-
"name": {
|
|
227
|
-
"type": "string",
|
|
228
|
-
"enum": ["SOC2", "GDPR", "HIPAA", "PCI-DSS", "ISO-27001", "CCPA", "OWASP"]
|
|
229
|
-
},
|
|
230
|
-
"status": {
|
|
231
|
-
"type": "string",
|
|
232
|
-
"enum": ["compliant", "partially-compliant", "non-compliant", "not-tested"]
|
|
233
|
-
},
|
|
234
|
-
"score": {
|
|
235
|
-
"type": "number",
|
|
236
|
-
"minimum": 0,
|
|
237
|
-
"maximum": 100
|
|
238
|
-
},
|
|
239
|
-
"controlsPassed": {
|
|
240
|
-
"type": "integer",
|
|
241
|
-
"minimum": 0
|
|
242
|
-
},
|
|
243
|
-
"controlsFailed": {
|
|
244
|
-
"type": "integer",
|
|
245
|
-
"minimum": 0
|
|
246
|
-
},
|
|
247
|
-
"controlsPartial": {
|
|
248
|
-
"type": "integer",
|
|
249
|
-
"minimum": 0
|
|
250
|
-
},
|
|
251
|
-
"gaps": {
|
|
252
|
-
"type": "array",
|
|
253
|
-
"items": {
|
|
254
|
-
"$ref": "#/$defs/complianceGap"
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"evidence": {
|
|
258
|
-
"type": "array",
|
|
259
|
-
"items": { "type": "string" }
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"complianceGap": {
|
|
264
|
-
"type": "object",
|
|
265
|
-
"required": ["control", "status"],
|
|
266
|
-
"properties": {
|
|
267
|
-
"control": {
|
|
268
|
-
"type": "string"
|
|
269
|
-
},
|
|
270
|
-
"status": {
|
|
271
|
-
"type": "string",
|
|
272
|
-
"enum": ["failed", "partial"]
|
|
273
|
-
},
|
|
274
|
-
"finding": {
|
|
275
|
-
"type": "string"
|
|
276
|
-
},
|
|
277
|
-
"remediation": {
|
|
278
|
-
"type": "string"
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
"remediation": {
|
|
283
|
-
"type": "object",
|
|
284
|
-
"required": ["id", "title", "priority"],
|
|
285
|
-
"properties": {
|
|
286
|
-
"id": {
|
|
287
|
-
"type": "string",
|
|
288
|
-
"pattern": "^REM-\\d{3,6}$"
|
|
289
|
-
},
|
|
290
|
-
"title": {
|
|
291
|
-
"type": "string",
|
|
292
|
-
"minLength": 10,
|
|
293
|
-
"maxLength": 200
|
|
294
|
-
},
|
|
295
|
-
"description": {
|
|
296
|
-
"type": "string",
|
|
297
|
-
"maxLength": 2000
|
|
298
|
-
},
|
|
299
|
-
"priority": {
|
|
300
|
-
"type": "string",
|
|
301
|
-
"enum": ["critical", "high", "medium", "low"]
|
|
302
|
-
},
|
|
303
|
-
"effort": {
|
|
304
|
-
"type": "string",
|
|
305
|
-
"enum": ["trivial", "low", "medium", "high", "major"]
|
|
306
|
-
},
|
|
307
|
-
"vulnerabilities": {
|
|
308
|
-
"type": "array",
|
|
309
|
-
"items": { "type": "string" }
|
|
310
|
-
},
|
|
311
|
-
"codeExample": {
|
|
312
|
-
"type": "object",
|
|
313
|
-
"properties": {
|
|
314
|
-
"before": { "type": "string" },
|
|
315
|
-
"after": { "type": "string" },
|
|
316
|
-
"language": { "type": "string" }
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
"automatable": {
|
|
320
|
-
"type": "boolean"
|
|
321
|
-
},
|
|
322
|
-
"fixCommand": {
|
|
323
|
-
"type": "string"
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"owaspBreakdown": {
|
|
328
|
-
"type": "object",
|
|
329
|
-
"properties": {
|
|
330
|
-
"A01:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
331
|
-
"A02:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
332
|
-
"A03:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
333
|
-
"A04:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
334
|
-
"A05:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
335
|
-
"A06:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
336
|
-
"A07:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
337
|
-
"A08:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
338
|
-
"A09:2021": { "$ref": "#/$defs/owaspCategory" },
|
|
339
|
-
"A10:2021": { "$ref": "#/$defs/owaspCategory" }
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
"owaspCategory": {
|
|
343
|
-
"type": "object",
|
|
344
|
-
"properties": {
|
|
345
|
-
"tested": { "type": "boolean" },
|
|
346
|
-
"score": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
347
|
-
"findingCount": { "type": "integer", "minimum": 0 },
|
|
348
|
-
"status": { "type": "string", "enum": ["pass", "fail", "warn", "skip"] }
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"threatModel": {
|
|
352
|
-
"type": "object",
|
|
353
|
-
"properties": {
|
|
354
|
-
"methodology": {
|
|
355
|
-
"type": "string",
|
|
356
|
-
"enum": ["STRIDE", "PASTA", "DREAD", "custom"]
|
|
357
|
-
},
|
|
358
|
-
"threats": {
|
|
359
|
-
"type": "array",
|
|
360
|
-
"items": {
|
|
361
|
-
"$ref": "#/$defs/threat"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"attackSurface": {
|
|
365
|
-
"type": "array",
|
|
366
|
-
"items": { "type": "string" }
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
"threat": {
|
|
371
|
-
"type": "object",
|
|
372
|
-
"required": ["category", "description"],
|
|
373
|
-
"properties": {
|
|
374
|
-
"category": {
|
|
375
|
-
"type": "string",
|
|
376
|
-
"enum": ["spoofing", "tampering", "repudiation", "information-disclosure", "denial-of-service", "elevation-of-privilege"]
|
|
377
|
-
},
|
|
378
|
-
"description": { "type": "string" },
|
|
379
|
-
"likelihood": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
380
|
-
"impact": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
381
|
-
"mitigation": { "type": "string" }
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
"dependencyReport": {
|
|
385
|
-
"type": "object",
|
|
386
|
-
"properties": {
|
|
387
|
-
"total": { "type": "integer", "minimum": 0 },
|
|
388
|
-
"vulnerable": { "type": "integer", "minimum": 0 },
|
|
389
|
-
"outdated": { "type": "integer", "minimum": 0 },
|
|
390
|
-
"items": {
|
|
391
|
-
"type": "array",
|
|
392
|
-
"items": {
|
|
393
|
-
"type": "object",
|
|
394
|
-
"properties": {
|
|
395
|
-
"name": { "type": "string" },
|
|
396
|
-
"version": { "type": "string" },
|
|
397
|
-
"vulnerabilities": { "type": "integer" },
|
|
398
|
-
"severity": { "type": "string" }
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"secretsReport": {
|
|
405
|
-
"type": "object",
|
|
406
|
-
"properties": {
|
|
407
|
-
"detected": { "type": "integer", "minimum": 0 },
|
|
408
|
-
"locations": {
|
|
409
|
-
"type": "array",
|
|
410
|
-
"items": {
|
|
411
|
-
"type": "object",
|
|
412
|
-
"properties": {
|
|
413
|
-
"file": { "type": "string" },
|
|
414
|
-
"line": { "type": "integer" },
|
|
415
|
-
"type": { "type": "string" }
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"location": {
|
|
422
|
-
"type": "object",
|
|
423
|
-
"properties": {
|
|
424
|
-
"file": { "type": "string", "maxLength": 500 },
|
|
425
|
-
"line": { "type": "integer", "minimum": 1 },
|
|
426
|
-
"column": { "type": "integer", "minimum": 1 },
|
|
427
|
-
"url": { "type": "string", "format": "uri" },
|
|
428
|
-
"endpoint": { "type": "string" }
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
"artifact": {
|
|
432
|
-
"type": "object",
|
|
433
|
-
"required": ["type", "path"],
|
|
434
|
-
"properties": {
|
|
435
|
-
"type": {
|
|
436
|
-
"type": "string",
|
|
437
|
-
"enum": ["report", "sarif", "sbom", "data", "log"]
|
|
438
|
-
},
|
|
439
|
-
"path": { "type": "string", "maxLength": 500 },
|
|
440
|
-
"format": {
|
|
441
|
-
"type": "string",
|
|
442
|
-
"enum": ["json", "sarif", "html", "md", "csv", "xml"]
|
|
443
|
-
},
|
|
444
|
-
"description": { "type": "string" }
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
"metadata": {
|
|
448
|
-
"type": "object",
|
|
449
|
-
"properties": {
|
|
450
|
-
"executionTimeMs": { "type": "integer", "minimum": 0 },
|
|
451
|
-
"toolsUsed": {
|
|
452
|
-
"type": "array",
|
|
453
|
-
"items": {
|
|
454
|
-
"type": "string",
|
|
455
|
-
"enum": ["semgrep", "npm-audit", "trivy", "owasp-zap", "bandit", "gosec", "snyk", "gitleaks", "bearer", "trufflehog"]
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"agentId": { "type": "string", "pattern": "^qe-[a-z][a-z0-9-]*$" },
|
|
459
|
-
"targetPath": { "type": "string" },
|
|
460
|
-
"scanTypes": {
|
|
461
|
-
"type": "array",
|
|
462
|
-
"items": {
|
|
463
|
-
"type": "string",
|
|
464
|
-
"enum": ["sast", "dast", "dependency", "secret", "configuration", "container", "iac"]
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
"validationResult": {
|
|
470
|
-
"type": "object",
|
|
471
|
-
"properties": {
|
|
472
|
-
"schemaValid": { "type": "boolean" },
|
|
473
|
-
"contentValid": { "type": "boolean" },
|
|
474
|
-
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
475
|
-
"warnings": { "type": "array", "items": { "type": "string" } },
|
|
476
|
-
"errors": { "type": "array", "items": { "type": "string" } }
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
"learningData": {
|
|
480
|
-
"type": "object",
|
|
481
|
-
"properties": {
|
|
482
|
-
"patternsDetected": { "type": "array", "items": { "type": "string" } },
|
|
483
|
-
"reward": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
484
|
-
"newVulnerabilityPatterns": {
|
|
485
|
-
"type": "array",
|
|
486
|
-
"items": {
|
|
487
|
-
"type": "object",
|
|
488
|
-
"properties": {
|
|
489
|
-
"pattern": { "type": "string" },
|
|
490
|
-
"cwe": { "type": "string" },
|
|
491
|
-
"confidence": { "type": "number" }
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skillName": "qe-security-compliance",
|
|
3
|
-
"skillVersion": "1.0.0",
|
|
4
|
-
"requiredTools": [
|
|
5
|
-
"jq"
|
|
6
|
-
],
|
|
7
|
-
"optionalTools": [
|
|
8
|
-
"semgrep",
|
|
9
|
-
"trivy",
|
|
10
|
-
"npm"
|
|
11
|
-
],
|
|
12
|
-
"schemaPath": "schemas/output.json",
|
|
13
|
-
"requiredFields": [
|
|
14
|
-
"skillName",
|
|
15
|
-
"status",
|
|
16
|
-
"output",
|
|
17
|
-
"output.summary",
|
|
18
|
-
"output.vulnerabilities",
|
|
19
|
-
"output.compliance"
|
|
20
|
-
],
|
|
21
|
-
"requiredNonEmptyFields": [
|
|
22
|
-
"output.summary"
|
|
23
|
-
],
|
|
24
|
-
"mustContainTerms": [
|
|
25
|
-
"security",
|
|
26
|
-
"vulnerability"
|
|
27
|
-
],
|
|
28
|
-
"mustNotContainTerms": [
|
|
29
|
-
"TODO",
|
|
30
|
-
"placeholder",
|
|
31
|
-
"FIXME"
|
|
32
|
-
],
|
|
33
|
-
"enumValidations": {
|
|
34
|
-
".status": [
|
|
35
|
-
"success",
|
|
36
|
-
"partial",
|
|
37
|
-
"failed",
|
|
38
|
-
"skipped"
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
name: qe-contract-testing
|
|
2
|
-
description: "Consumer-driven contract testing for APIs including REST, GraphQL, and event-driven systems with schema validation."
|
|
3
|
-
minModelTier: tier3-best
|
|
4
|
-
tags: ["qe", "quality-engineering"]
|
|
5
|
-
steps:
|
|
6
|
-
- name: agent-workflow
|
|
7
|
-
description: "Agent Workflow"
|
|
8
|
-
tools: ["bash", "read", "edit"]
|
|
9
|
-
prompt: |
|
|
10
|
-
Agent Workflow
|
|
11
|
-
- name: contract-testing-types
|
|
12
|
-
description: "Contract Testing Types"
|
|
13
|
-
tools: ["bash", "read"]
|
|
14
|
-
prompt: |
|
|
15
|
-
Contract Testing Types
|
|
16
|
-
- name: 1-consumer-driven-contracts-pact
|
|
17
|
-
description: "1. Consumer-Driven Contracts (Pact)"
|
|
18
|
-
tools: ["bash", "read"]
|
|
19
|
-
prompt: |
|
|
20
|
-
1. Consumer-Driven Contracts (Pact)
|
|
21
|
-
- name: 2-schema-validation
|
|
22
|
-
description: "2. Schema Validation"
|
|
23
|
-
tools: ["bash", "read"]
|
|
24
|
-
prompt: |
|
|
25
|
-
2. Schema Validation
|
|
26
|
-
- name: 3-graphql-contract-testing
|
|
27
|
-
description: "3. GraphQL Contract Testing"
|
|
28
|
-
tools: ["bash", "read"]
|
|
29
|
-
prompt: |
|
|
30
|
-
3. GraphQL Contract Testing
|
|
31
|
-
- name: 4-event-contract-testing
|
|
32
|
-
description: "4. Event Contract Testing"
|
|
33
|
-
tools: ["bash", "read"]
|
|
34
|
-
prompt: |
|
|
35
|
-
4. Event Contract Testing
|
|
36
|
-
- name: breaking-change-detection
|
|
37
|
-
description: "Breaking Change Detection"
|
|
38
|
-
tools: ["bash", "read", "edit"]
|
|
39
|
-
prompt: |
|
|
40
|
-
Breaking Change Detection
|
|
41
|
-
- name: contract-report
|
|
42
|
-
description: "Contract Report"
|
|
43
|
-
tools: ["bash", "read", "edit"]
|
|
44
|
-
prompt: |
|
|
45
|
-
Contract Report
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
name: qe-security-compliance
|
|
2
|
-
description: "Security auditing, vulnerability scanning, and compliance validation for OWASP, SOC2, GDPR, and other standards."
|
|
3
|
-
minModelTier: tier3-best
|
|
4
|
-
tags: ["qe", "quality-engineering"]
|
|
5
|
-
steps:
|
|
6
|
-
- name: agent-workflow
|
|
7
|
-
description: "Agent Workflow"
|
|
8
|
-
tools: ["bash", "read"]
|
|
9
|
-
prompt: |
|
|
10
|
-
Agent Workflow
|
|
11
|
-
- name: security-operations
|
|
12
|
-
description: "Security Operations"
|
|
13
|
-
tools: ["bash", "read"]
|
|
14
|
-
prompt: |
|
|
15
|
-
Security Operations
|
|
16
|
-
- name: 1-sast-scanning
|
|
17
|
-
description: "1. SAST Scanning"
|
|
18
|
-
tools: ["bash", "read"]
|
|
19
|
-
prompt: |
|
|
20
|
-
1. SAST Scanning
|
|
21
|
-
- name: 2-dependency-scanning
|
|
22
|
-
description: "2. Dependency Scanning"
|
|
23
|
-
tools: ["bash", "read", "edit"]
|
|
24
|
-
prompt: |
|
|
25
|
-
2. Dependency Scanning
|
|
26
|
-
- name: 3-compliance-audit
|
|
27
|
-
description: "3. Compliance Audit"
|
|
28
|
-
tools: ["bash", "read"]
|
|
29
|
-
prompt: |
|
|
30
|
-
3. Compliance Audit
|
|
31
|
-
- name: 4-secret-detection
|
|
32
|
-
description: "4. Secret Detection"
|
|
33
|
-
tools: ["bash", "read"]
|
|
34
|
-
prompt: |
|
|
35
|
-
4. Secret Detection
|
|
36
|
-
- name: owasp-top-10-coverage
|
|
37
|
-
description: "OWASP Top 10 Coverage"
|
|
38
|
-
tools: ["bash", "read"]
|
|
39
|
-
prompt: |
|
|
40
|
-
OWASP Top 10 Coverage
|
|
41
|
-
- name: security-report
|
|
42
|
-
description: "Security Report"
|
|
43
|
-
tools: ["bash", "read"]
|
|
44
|
-
prompt: |
|
|
45
|
-
Security Report
|