@blamejs/exceptd-skills 0.16.25 → 0.16.28

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 (66) hide show
  1. package/AGENTS.md +5 -5
  2. package/ARCHITECTURE.md +3 -3
  3. package/CHANGELOG.md +14 -0
  4. package/CONTEXT.md +2 -2
  5. package/README.md +5 -5
  6. package/agents/threat-researcher.md +2 -2
  7. package/data/_indexes/_meta.json +39 -39
  8. package/data/_indexes/activity-feed.json +240 -240
  9. package/data/_indexes/catalog-summaries.json +3 -3
  10. package/data/_indexes/currency.json +64 -64
  11. package/data/_indexes/recipes.json +1 -1
  12. package/data/_indexes/section-offsets.json +510 -510
  13. package/data/_indexes/summary-cards.json +33 -33
  14. package/data/_indexes/token-budget.json +200 -200
  15. package/data/atlas-ttps.json +7 -7
  16. package/data/attack-techniques.json +5 -5
  17. package/data/framework-control-gaps.json +3 -3
  18. package/lib/auto-discovery.js +7 -9
  19. package/lib/cvss.js +108 -0
  20. package/lib/prefetch.js +97 -5
  21. package/lib/refresh-external.js +22 -11
  22. package/lib/schemas/manifest.schema.json +1 -1
  23. package/lib/schemas/skill-frontmatter.schema.json +1 -1
  24. package/lib/version-pins.js +3 -3
  25. package/manifest-snapshot.json +2 -2
  26. package/manifest-snapshot.sha256 +1 -1
  27. package/manifest.json +124 -124
  28. package/package.json +1 -1
  29. package/sbom.cdx.json +133 -118
  30. package/scripts/builders/catalog-summaries.js +1 -1
  31. package/scripts/builders/recipes.js +1 -1
  32. package/scripts/run-e2e-scenarios.js +48 -17
  33. package/skills/age-gates-child-safety/skill.md +3 -3
  34. package/skills/ai-attack-surface/skill.md +4 -4
  35. package/skills/ai-c2-detection/skill.md +5 -5
  36. package/skills/api-security/skill.md +2 -2
  37. package/skills/attack-surface-pentest/skill.md +4 -4
  38. package/skills/cloud-security/skill.md +3 -3
  39. package/skills/compliance-theater/skill.md +3 -3
  40. package/skills/container-runtime-security/skill.md +3 -3
  41. package/skills/coordinated-vuln-disclosure/skill.md +2 -2
  42. package/skills/defensive-countermeasure-mapping/skill.md +3 -3
  43. package/skills/dlp-gap-analysis/skill.md +5 -5
  44. package/skills/exploit-scoring/skill.md +2 -2
  45. package/skills/framework-gap-analysis/skill.md +4 -4
  46. package/skills/fuzz-testing-strategy/skill.md +2 -2
  47. package/skills/incident-response-playbook/skill.md +3 -3
  48. package/skills/mcp-agent-trust/skill.md +2 -2
  49. package/skills/mlops-security/skill.md +3 -3
  50. package/skills/ot-ics-security/skill.md +3 -3
  51. package/skills/policy-exception-gen/skill.md +3 -3
  52. package/skills/pqc-first/skill.md +2 -2
  53. package/skills/rag-pipeline-security/skill.md +4 -4
  54. package/skills/ransomware-response/skill.md +2 -2
  55. package/skills/sector-energy/skill.md +2 -2
  56. package/skills/sector-federal-government/skill.md +2 -2
  57. package/skills/sector-financial/skill.md +4 -4
  58. package/skills/sector-healthcare/skill.md +3 -3
  59. package/skills/security-maturity-tiers/skill.md +1 -1
  60. package/skills/skill-update-loop/skill.md +6 -6
  61. package/skills/supply-chain-integrity/skill.md +2 -2
  62. package/skills/threat-model-currency/skill.md +8 -8
  63. package/skills/threat-modeling-methodology/skill.md +2 -2
  64. package/skills/webapp-security/skill.md +2 -2
  65. package/skills/zeroday-gap-learn/skill.md +3 -3
  66. package/sources/validators/cve-validator.js +12 -13
@@ -5,6 +5,246 @@
5
5
  "event_count": 63
6
6
  },
7
7
  "events": [
8
+ {
9
+ "date": "2026-06-10",
10
+ "type": "skill_review",
11
+ "artifact": "ai-attack-surface",
12
+ "path": "skills/ai-attack-surface/skill.md",
13
+ "note": "Comprehensive AI/ML attack surface assessment mapped to MITRE ATLAS v2026.05 with explicit framework gap flags"
14
+ },
15
+ {
16
+ "date": "2026-06-10",
17
+ "type": "skill_review",
18
+ "artifact": "mcp-agent-trust",
19
+ "path": "skills/mcp-agent-trust/skill.md",
20
+ "note": "Enumerate MCP trust boundary failures — tool allowlisting, signed manifests, bearer auth, zero-interaction RCE"
21
+ },
22
+ {
23
+ "date": "2026-06-10",
24
+ "type": "skill_review",
25
+ "artifact": "framework-gap-analysis",
26
+ "path": "skills/framework-gap-analysis/skill.md",
27
+ "note": "Feed a framework control ID and threat scenario — receive the gap between what the control covers and what current TTPs require"
28
+ },
29
+ {
30
+ "date": "2026-06-10",
31
+ "type": "skill_review",
32
+ "artifact": "compliance-theater",
33
+ "path": "skills/compliance-theater/skill.md",
34
+ "note": "Detect where an organization passes an audit but remains exposed — seven documented compliance theater patterns with specific detection tests"
35
+ },
36
+ {
37
+ "date": "2026-06-10",
38
+ "type": "skill_review",
39
+ "artifact": "exploit-scoring",
40
+ "path": "skills/exploit-scoring/skill.md",
41
+ "note": "Real-World Exploit Priority (RWEP) scoring — CVSS plus KEV, PoC, AI-acceleration, blast radius, live-patch factors"
42
+ },
43
+ {
44
+ "date": "2026-06-10",
45
+ "type": "skill_review",
46
+ "artifact": "rag-pipeline-security",
47
+ "path": "skills/rag-pipeline-security/skill.md",
48
+ "note": "RAG-specific threat model — embedding manipulation, vector store poisoning, retrieval filter bypass, indirect prompt injection — no current framework coverage"
49
+ },
50
+ {
51
+ "date": "2026-06-10",
52
+ "type": "skill_review",
53
+ "artifact": "ai-c2-detection",
54
+ "path": "skills/ai-c2-detection/skill.md",
55
+ "note": "Detect adversary use of AI APIs as covert C2 — SesameOp pattern, PROMPTFLUX/PROMPTSTEAL behavioral signatures, response playbook"
56
+ },
57
+ {
58
+ "date": "2026-06-10",
59
+ "type": "skill_review",
60
+ "artifact": "policy-exception-gen",
61
+ "path": "skills/policy-exception-gen/skill.md",
62
+ "note": "Generate defensible policy exceptions for architectural realities — ephemeral infra, AI pipelines, ZTA, no-reboot patching, with compensating controls and auditor-ready justification"
63
+ },
64
+ {
65
+ "date": "2026-06-10",
66
+ "type": "skill_review",
67
+ "artifact": "threat-model-currency",
68
+ "path": "skills/threat-model-currency/skill.md",
69
+ "note": "Score how current an org's threat model is against 2026 reality — 14-item checklist, currency percentage, prioritized update roadmap"
70
+ },
71
+ {
72
+ "date": "2026-06-10",
73
+ "type": "skill_review",
74
+ "artifact": "zeroday-gap-learn",
75
+ "path": "skills/zeroday-gap-learn/skill.md",
76
+ "note": "Run the zero-day learning loop — CVE to attack vector to control gap to framework gap to new control requirement"
77
+ },
78
+ {
79
+ "date": "2026-06-10",
80
+ "type": "skill_review",
81
+ "artifact": "pqc-first",
82
+ "path": "skills/pqc-first/skill.md",
83
+ "note": "Post-quantum cryptography first mentality — hard version gates, algorithm sunset tracking, loopback learning for NIST/IETF standards evolution"
84
+ },
85
+ {
86
+ "date": "2026-06-10",
87
+ "type": "skill_review",
88
+ "artifact": "skill-update-loop",
89
+ "path": "skills/skill-update-loop/skill.md",
90
+ "note": "Meta-skill for keeping all exceptd skills current — fires on new CVEs, ATLAS updates, framework changes, and forward_watch triggers"
91
+ },
92
+ {
93
+ "date": "2026-06-10",
94
+ "type": "skill_review",
95
+ "artifact": "attack-surface-pentest",
96
+ "path": "skills/attack-surface-pentest/skill.md",
97
+ "note": "Modern attack surface management + pen testing methodology for AI-era environments — NIST 800-115, OWASP WSTG, PTES, ATT&CK-driven adversary emulation, TIBER-EU"
98
+ },
99
+ {
100
+ "date": "2026-06-10",
101
+ "type": "skill_review",
102
+ "artifact": "fuzz-testing-strategy",
103
+ "path": "skills/fuzz-testing-strategy/skill.md",
104
+ "note": "Continuous fuzzing as a security control — coverage-guided fuzz (AFL++/libFuzzer), AI-assisted fuzz, OSS-Fuzz integration, kernel fuzz (syzkaller), AI-API fuzz, integration into CI/CD as compliance evidence"
105
+ },
106
+ {
107
+ "date": "2026-06-10",
108
+ "type": "skill_review",
109
+ "artifact": "dlp-gap-analysis",
110
+ "path": "skills/dlp-gap-analysis/skill.md",
111
+ "note": "DLP gap analysis for mid-2026 — legacy DLP misses LLM prompts, MCP tool args, RAG retrievals, embedding-store exfil, and code-completion telemetry. Audit channels, classifiers, protected surfaces, enforcement actions, and evidence trails against modern threat reality and cross-jurisdictional privacy regimes"
112
+ },
113
+ {
114
+ "date": "2026-06-10",
115
+ "type": "skill_review",
116
+ "artifact": "supply-chain-integrity",
117
+ "path": "skills/supply-chain-integrity/skill.md",
118
+ "note": "Supply-chain integrity for mid-2026 — SLSA L3+, in-toto attestations, Sigstore signing, SBOM (CycloneDX/SPDX), VEX via CSAF 2.0, AI-generated code provenance, model weights as supply-chain artifacts"
119
+ },
120
+ {
121
+ "date": "2026-06-10",
122
+ "type": "skill_review",
123
+ "artifact": "defensive-countermeasure-mapping",
124
+ "path": "skills/defensive-countermeasure-mapping/skill.md",
125
+ "note": "Map offensive findings (CVE / TTP / framework gap) to MITRE D3FEND defensive countermeasures with explicit defense-in-depth, least-privilege, and zero-trust layering"
126
+ },
127
+ {
128
+ "date": "2026-06-10",
129
+ "type": "skill_review",
130
+ "artifact": "ot-ics-security",
131
+ "path": "skills/ot-ics-security/skill.md",
132
+ "note": "OT / ICS security for mid-2026 — NIST 800-82r3, IEC 62443-3-3, NERC CIP, IT/OT convergence risks, AI-augmented HMI threats, ICS-specific TTPs (ATT&CK for ICS)"
133
+ },
134
+ {
135
+ "date": "2026-06-10",
136
+ "type": "skill_review",
137
+ "artifact": "coordinated-vuln-disclosure",
138
+ "path": "skills/coordinated-vuln-disclosure/skill.md",
139
+ "note": "Coordinated Vulnerability Disclosure for mid-2026 — ISO 29147 (disclosure) + ISO 30111 (handling) + VDP + bug bounty + CSAF 2.0 advisories + security.txt + EU CRA / NIS2 regulator-mandated disclosure + AI vulnerability classes"
140
+ },
141
+ {
142
+ "date": "2026-06-10",
143
+ "type": "skill_review",
144
+ "artifact": "threat-modeling-methodology",
145
+ "path": "skills/threat-modeling-methodology/skill.md",
146
+ "note": "Threat modeling methodologies for mid-2026 — STRIDE, PASTA, LINDDUN (privacy), Cyber Kill Chain, Diamond Model, MITRE Unified Kill Chain, AI-system threat modeling, agent-based threat modeling"
147
+ },
148
+ {
149
+ "date": "2026-06-10",
150
+ "type": "skill_review",
151
+ "artifact": "webapp-security",
152
+ "path": "skills/webapp-security/skill.md",
153
+ "note": "Web application security for mid-2026 — OWASP Top 10 2025, OWASP ASVS v5, CWE root-cause coverage, AI-generated code weakness drift, server-rendered vs SPA tradeoffs, defense-in-depth across the request lifecycle"
154
+ },
155
+ {
156
+ "date": "2026-06-10",
157
+ "type": "skill_review",
158
+ "artifact": "sector-healthcare",
159
+ "path": "skills/sector-healthcare/skill.md",
160
+ "note": "Healthcare sector cybersecurity for mid-2026 — HIPAA + HITRUST + HL7 FHIR security, medical device cyber (FDA + EU MDR), AI-in-healthcare under EU AI Act + FDA AI/ML SaMD guidance, patient data flows through LLM clinical tools"
161
+ },
162
+ {
163
+ "date": "2026-06-10",
164
+ "type": "skill_review",
165
+ "artifact": "sector-financial",
166
+ "path": "skills/sector-financial/skill.md",
167
+ "note": "Financial services cybersecurity for mid-2026 — EU DORA TLPT, PSD2 RTS-SCA, SWIFT CSCF v2026, NYDFS 23 NYCRR 500, FFIEC CAT, MAS TRM, APRA CPS 234, IL BoI Directive 361, OSFI B-13; Threat-Led Pen Testing schemes TIBER-EU + CBEST + iCAST"
168
+ },
169
+ {
170
+ "date": "2026-06-10",
171
+ "type": "skill_review",
172
+ "artifact": "sector-federal-government",
173
+ "path": "skills/sector-federal-government/skill.md",
174
+ "note": "Federal government + defense contractor cybersecurity for mid-2026 — FedRAMP Rev5, CMMC 2.0, EO 14028, NIST 800-171/172 CUI, FISMA, M-22-09 federal Zero Trust, OMB M-24-04 AI risk, CISA BOD/ED; cross-jurisdiction NCSC UK, ENISA EUCC, AU PSPF, IL government cyber methodology"
175
+ },
176
+ {
177
+ "date": "2026-06-10",
178
+ "type": "skill_review",
179
+ "artifact": "sector-energy",
180
+ "path": "skills/sector-energy/skill.md",
181
+ "note": "Electric power + oil & gas + water/wastewater + renewable-integration cybersecurity for mid-2026 — NERC CIP v6/v7, NIST 800-82r3, TSA Pipeline SD-2021-02C, AWWA cyber, EU NIS2 energy + NCCS-G (cross-border electricity), AU AESCSF + SOCI, ENISA energy sector"
182
+ },
183
+ {
184
+ "date": "2026-06-10",
185
+ "type": "skill_review",
186
+ "artifact": "api-security",
187
+ "path": "skills/api-security/skill.md",
188
+ "note": "API security for mid-2026 — OWASP API Top 10 2023, AI-API specific (rate limits, prompt-shape egress, MCP HTTP transport), GraphQL + gRPC + REST + WebSocket attack surfaces, API gateway posture, BOLA/BFLA/SSRF/Mass Assignment"
189
+ },
190
+ {
191
+ "date": "2026-06-10",
192
+ "type": "skill_review",
193
+ "artifact": "cloud-security",
194
+ "path": "skills/cloud-security/skill.md",
195
+ "note": "Cloud security for mid-2026 — CSPM/CWPP/CNAPP posture, CSA CCM v4, AWS/Azure/GCP shared responsibility, cloud workload identity federation, runtime security with eBPF, AI workloads on cloud"
196
+ },
197
+ {
198
+ "date": "2026-06-10",
199
+ "type": "skill_review",
200
+ "artifact": "container-runtime-security",
201
+ "path": "skills/container-runtime-security/skill.md",
202
+ "note": "Container + Kubernetes runtime security for mid-2026 — CIS K8s Benchmark, NSA/CISA Hardening, Pod Security Standards, Kyverno/Gatekeeper admission, Sigstore policy-controller, eBPF runtime detection (Falco/Tetragon), AI inference workload hardening"
203
+ },
204
+ {
205
+ "date": "2026-06-10",
206
+ "type": "skill_review",
207
+ "artifact": "mlops-security",
208
+ "path": "skills/mlops-security/skill.md",
209
+ "note": "MLOps pipeline security for mid-2026 — training data integrity, model registry signing, deployment pipeline provenance, inference serving hardening, drift detection, feedback loop integrity; covers MLflow / Kubeflow / Vertex AI / SageMaker / Azure ML / Hugging Face"
210
+ },
211
+ {
212
+ "date": "2026-06-10",
213
+ "type": "skill_review",
214
+ "artifact": "incident-response-playbook",
215
+ "path": "skills/incident-response-playbook/skill.md",
216
+ "note": "Incident response playbook design for mid-2026 — NIST 800-61r3, ISO 27035, ATT&CK-driven detection, PICERL phases, AI-class incident handling (prompt injection breach, model exfiltration, AI-API C2), cross-jurisdiction breach notification timing"
217
+ },
218
+ {
219
+ "date": "2026-06-10",
220
+ "type": "skill_review",
221
+ "artifact": "ransomware-response",
222
+ "path": "skills/ransomware-response/skill.md",
223
+ "note": "Ransomware-specific incident response — OFAC sanctions screening as payment-posture blocker, EU Reg 2014/833 + UK OFSI + AU DFAT + JP MOF cross-jurisdiction sanctions lookups, decryptor availability via No More Ransom + vendor-specific catalogs, cyber-insurance carrier 24h notification, negotiator-engagement legal posture, immutable-backup viability test, PHI exfil-before-encrypt as distinct breach class, parallel jurisdiction clocks (NIS2 24h / DORA 4h / GDPR 72h / SEC 8-K 96h / HIPAA 60d / CIRCIA 72h / NYDFS 500.17 24h ransom-payment)"
224
+ },
225
+ {
226
+ "date": "2026-06-10",
227
+ "type": "skill_review",
228
+ "artifact": "age-gates-child-safety",
229
+ "path": "skills/age-gates-child-safety/skill.md",
230
+ "note": "Age-related gates and child online safety for mid-2026 — COPPA + CIPA + California AADC + GDPR Art. 8 + DSA Art. 28 + UK Online Safety Act + UK Children's Code + AU Online Safety Act + IN DPDPA child provisions + KOSA pending; age verification standards (IEEE 2089-2021, OpenID Connect age claims); AI product age policies"
231
+ },
232
+ {
233
+ "date": "2026-06-10",
234
+ "type": "catalog_update",
235
+ "artifact": "data/atlas-ttps.json",
236
+ "path": "data/atlas-ttps.json",
237
+ "schema_version": "1.0.0",
238
+ "entry_count": 170
239
+ },
240
+ {
241
+ "date": "2026-06-10",
242
+ "type": "catalog_update",
243
+ "artifact": "data/attack-techniques.json",
244
+ "path": "data/attack-techniques.json",
245
+ "schema_version": "1.0.0",
246
+ "entry_count": 805
247
+ },
8
248
  {
9
249
  "date": "2026-06-02",
10
250
  "type": "skill_review",
@@ -100,85 +340,6 @@
100
340
  "schema_version": "1.0.0",
101
341
  "entry_count": 8888
102
342
  },
103
- {
104
- "date": "2026-05-22",
105
- "type": "skill_review",
106
- "artifact": "framework-gap-analysis",
107
- "path": "skills/framework-gap-analysis/skill.md",
108
- "note": "Feed a framework control ID and threat scenario — receive the gap between what the control covers and what current TTPs require"
109
- },
110
- {
111
- "date": "2026-05-22",
112
- "type": "skill_review",
113
- "artifact": "compliance-theater",
114
- "path": "skills/compliance-theater/skill.md",
115
- "note": "Detect where an organization passes an audit but remains exposed — seven documented compliance theater patterns with specific detection tests"
116
- },
117
- {
118
- "date": "2026-05-22",
119
- "type": "skill_review",
120
- "artifact": "rag-pipeline-security",
121
- "path": "skills/rag-pipeline-security/skill.md",
122
- "note": "RAG-specific threat model — embedding manipulation, vector store poisoning, retrieval filter bypass, indirect prompt injection — no current framework coverage"
123
- },
124
- {
125
- "date": "2026-05-22",
126
- "type": "skill_review",
127
- "artifact": "policy-exception-gen",
128
- "path": "skills/policy-exception-gen/skill.md",
129
- "note": "Generate defensible policy exceptions for architectural realities — ephemeral infra, AI pipelines, ZTA, no-reboot patching, with compensating controls and auditor-ready justification"
130
- },
131
- {
132
- "date": "2026-05-22",
133
- "type": "skill_review",
134
- "artifact": "pqc-first",
135
- "path": "skills/pqc-first/skill.md",
136
- "note": "Post-quantum cryptography first mentality — hard version gates, algorithm sunset tracking, loopback learning for NIST/IETF standards evolution"
137
- },
138
- {
139
- "date": "2026-05-22",
140
- "type": "skill_review",
141
- "artifact": "skill-update-loop",
142
- "path": "skills/skill-update-loop/skill.md",
143
- "note": "Meta-skill for keeping all exceptd skills current — fires on new CVEs, ATLAS updates, framework changes, and forward_watch triggers"
144
- },
145
- {
146
- "date": "2026-05-22",
147
- "type": "skill_review",
148
- "artifact": "mlops-security",
149
- "path": "skills/mlops-security/skill.md",
150
- "note": "MLOps pipeline security for mid-2026 — training data integrity, model registry signing, deployment pipeline provenance, inference serving hardening, drift detection, feedback loop integrity; covers MLflow / Kubeflow / Vertex AI / SageMaker / Azure ML / Hugging Face"
151
- },
152
- {
153
- "date": "2026-05-22",
154
- "type": "skill_review",
155
- "artifact": "incident-response-playbook",
156
- "path": "skills/incident-response-playbook/skill.md",
157
- "note": "Incident response playbook design for mid-2026 — NIST 800-61r3, ISO 27035, ATT&CK-driven detection, PICERL phases, AI-class incident handling (prompt injection breach, model exfiltration, AI-API C2), cross-jurisdiction breach notification timing"
158
- },
159
- {
160
- "date": "2026-05-22",
161
- "type": "skill_review",
162
- "artifact": "ransomware-response",
163
- "path": "skills/ransomware-response/skill.md",
164
- "note": "Ransomware-specific incident response — OFAC sanctions screening as payment-posture blocker, EU Reg 2014/833 + UK OFSI + AU DFAT + JP MOF cross-jurisdiction sanctions lookups, decryptor availability via No More Ransom + vendor-specific catalogs, cyber-insurance carrier 24h notification, negotiator-engagement legal posture, immutable-backup viability test, PHI exfil-before-encrypt as distinct breach class, parallel jurisdiction clocks (NIS2 24h / DORA 4h / GDPR 72h / SEC 8-K 96h / HIPAA 60d / CIRCIA 72h / NYDFS 500.17 24h ransom-payment)"
165
- },
166
- {
167
- "date": "2026-05-19",
168
- "type": "catalog_update",
169
- "artifact": "data/atlas-ttps.json",
170
- "path": "data/atlas-ttps.json",
171
- "schema_version": "1.0.0",
172
- "entry_count": 170
173
- },
174
- {
175
- "date": "2026-05-19",
176
- "type": "catalog_update",
177
- "artifact": "data/attack-techniques.json",
178
- "path": "data/attack-techniques.json",
179
- "schema_version": "1.0.0",
180
- "entry_count": 805
181
- },
182
343
  {
183
344
  "date": "2026-05-19",
184
345
  "type": "catalog_update",
@@ -187,34 +348,6 @@
187
348
  "schema_version": "1.0.0",
188
349
  "entry_count": 468
189
350
  },
190
- {
191
- "date": "2026-05-18",
192
- "type": "skill_review",
193
- "artifact": "exploit-scoring",
194
- "path": "skills/exploit-scoring/skill.md",
195
- "note": "Real-World Exploit Priority (RWEP) scoring — CVSS plus KEV, PoC, AI-acceleration, blast radius, live-patch factors"
196
- },
197
- {
198
- "date": "2026-05-18",
199
- "type": "skill_review",
200
- "artifact": "threat-model-currency",
201
- "path": "skills/threat-model-currency/skill.md",
202
- "note": "Score how current an org's threat model is against 2026 reality — 14-item checklist, currency percentage, prioritized update roadmap"
203
- },
204
- {
205
- "date": "2026-05-18",
206
- "type": "skill_review",
207
- "artifact": "zeroday-gap-learn",
208
- "path": "skills/zeroday-gap-learn/skill.md",
209
- "note": "Run the zero-day learning loop — CVE to attack vector to control gap to framework gap to new control requirement"
210
- },
211
- {
212
- "date": "2026-05-18",
213
- "type": "skill_review",
214
- "artifact": "api-security",
215
- "path": "skills/api-security/skill.md",
216
- "note": "API security for mid-2026 — OWASP API Top 10 2023, AI-API specific (rate limits, prompt-shape egress, MCP HTTP transport), GraphQL + gRPC + REST + WebSocket attack surfaces, API gateway posture, BOLA/BFLA/SSRF/Mass Assignment"
217
- },
218
351
  {
219
352
  "date": "2026-05-18",
220
353
  "type": "skill_review",
@@ -230,27 +363,6 @@
230
363
  "schema_version": "1.0.0",
231
364
  "entry_count": 194
232
365
  },
233
- {
234
- "date": "2026-05-17",
235
- "type": "skill_review",
236
- "artifact": "ai-attack-surface",
237
- "path": "skills/ai-attack-surface/skill.md",
238
- "note": "Comprehensive AI/ML attack surface assessment mapped to MITRE ATLAS v5.6.0 with explicit framework gap flags"
239
- },
240
- {
241
- "date": "2026-05-17",
242
- "type": "skill_review",
243
- "artifact": "mcp-agent-trust",
244
- "path": "skills/mcp-agent-trust/skill.md",
245
- "note": "Enumerate MCP trust boundary failures — tool allowlisting, signed manifests, bearer auth, zero-interaction RCE"
246
- },
247
- {
248
- "date": "2026-05-17",
249
- "type": "skill_review",
250
- "artifact": "ai-c2-detection",
251
- "path": "skills/ai-c2-detection/skill.md",
252
- "note": "Detect adversary use of AI APIs as covert C2 — SesameOp pattern, PROMPTFLUX/PROMPTSTEAL behavioral signatures, response playbook"
253
- },
254
366
  {
255
367
  "date": "2026-05-15",
256
368
  "type": "skill_review",
@@ -258,20 +370,6 @@
258
370
  "path": "skills/kernel-lpe-triage/skill.md",
259
371
  "note": "Assess Linux kernel LPE exposure — Copy Fail, Dirty Frag, Fragnesia, live-patch vs. reboot remediation paths, framework gap declarations"
260
372
  },
261
- {
262
- "date": "2026-05-15",
263
- "type": "skill_review",
264
- "artifact": "dlp-gap-analysis",
265
- "path": "skills/dlp-gap-analysis/skill.md",
266
- "note": "DLP gap analysis for mid-2026 — legacy DLP misses LLM prompts, MCP tool args, RAG retrievals, embedding-store exfil, and code-completion telemetry. Audit channels, classifiers, protected surfaces, enforcement actions, and evidence trails against modern threat reality and cross-jurisdictional privacy regimes"
267
- },
268
- {
269
- "date": "2026-05-15",
270
- "type": "skill_review",
271
- "artifact": "supply-chain-integrity",
272
- "path": "skills/supply-chain-integrity/skill.md",
273
- "note": "Supply-chain integrity for mid-2026 — SLSA L3+, in-toto attestations, Sigstore signing, SBOM (CycloneDX/SPDX), VEX via CSAF 2.0, AI-generated code provenance, model weights as supply-chain artifacts"
274
- },
275
373
  {
276
374
  "date": "2026-05-15",
277
375
  "type": "skill_review",
@@ -279,13 +377,6 @@
279
377
  "path": "skills/ai-risk-management/skill.md",
280
378
  "note": "AI governance and risk management for mid-2026 — ISO/IEC 23894 risk process, ISO/IEC 42001 management system, NIST AI RMF, EU AI Act high-risk obligations, AI impact assessments, AI red-team programs, AI incident lifecycle"
281
379
  },
282
- {
283
- "date": "2026-05-15",
284
- "type": "skill_review",
285
- "artifact": "sector-financial",
286
- "path": "skills/sector-financial/skill.md",
287
- "note": "Financial services cybersecurity for mid-2026 — EU DORA TLPT, PSD2 RTS-SCA, SWIFT CSCF v2026, NYDFS 23 NYCRR 500, FFIEC CAT, MAS TRM, APRA CPS 234, IL BoI Directive 361, OSFI B-13; Threat-Led Pen Testing schemes TIBER-EU + CBEST + iCAST"
288
- },
289
380
  {
290
381
  "date": "2026-05-15",
291
382
  "type": "skill_review",
@@ -293,13 +384,6 @@
293
384
  "path": "skills/sector-telecom/skill.md",
294
385
  "note": "Telecom and 5G security for mid-2026 — Salt Typhoon, Volt Typhoon, CALEA / IPA-LI gateway compromise, signaling-protocol abuse (SS7 / Diameter / GTP), 5G N6 / N9 isolation, gNB / DU / CU integrity, OEM-equipment supply-chain compromise, AI-RAN / O-RAN security; FCC CPNI + 4-business-day notification, NIS2 Annex I telecom essential entities, UK TSA 2021 + Ofcom, AU SOCI / TSSR, GSMA NESAS, 3GPP TR 33.926 + TS 33.501, ITU-T X.805."
295
386
  },
296
- {
297
- "date": "2026-05-15",
298
- "type": "skill_review",
299
- "artifact": "container-runtime-security",
300
- "path": "skills/container-runtime-security/skill.md",
301
- "note": "Container + Kubernetes runtime security for mid-2026 — CIS K8s Benchmark, NSA/CISA Hardening, Pod Security Standards, Kyverno/Gatekeeper admission, Sigstore policy-controller, eBPF runtime detection (Falco/Tetragon), AI inference workload hardening"
302
- },
303
387
  {
304
388
  "date": "2026-05-15",
305
389
  "type": "skill_review",
@@ -344,27 +428,6 @@
344
428
  "path": "skills/researcher/skill.md",
345
429
  "note": "Triage entry-point for raw threat intel — researches an input across all exceptd data catalogs, RWEP-scores it, and routes the operator to the right specialized skill(s)"
346
430
  },
347
- {
348
- "date": "2026-05-11",
349
- "type": "skill_review",
350
- "artifact": "attack-surface-pentest",
351
- "path": "skills/attack-surface-pentest/skill.md",
352
- "note": "Modern attack surface management + pen testing methodology for AI-era environments — NIST 800-115, OWASP WSTG, PTES, ATT&CK-driven adversary emulation, TIBER-EU"
353
- },
354
- {
355
- "date": "2026-05-11",
356
- "type": "skill_review",
357
- "artifact": "fuzz-testing-strategy",
358
- "path": "skills/fuzz-testing-strategy/skill.md",
359
- "note": "Continuous fuzzing as a security control — coverage-guided fuzz (AFL++/libFuzzer), AI-assisted fuzz, OSS-Fuzz integration, kernel fuzz (syzkaller), AI-API fuzz, integration into CI/CD as compliance evidence"
360
- },
361
- {
362
- "date": "2026-05-11",
363
- "type": "skill_review",
364
- "artifact": "defensive-countermeasure-mapping",
365
- "path": "skills/defensive-countermeasure-mapping/skill.md",
366
- "note": "Map offensive findings (CVE / TTP / framework gap) to MITRE D3FEND defensive countermeasures with explicit defense-in-depth, least-privilege, and zero-trust layering"
367
- },
368
431
  {
369
432
  "date": "2026-05-11",
370
433
  "type": "skill_review",
@@ -372,69 +435,6 @@
372
435
  "path": "skills/identity-assurance/skill.md",
373
436
  "note": "Identity assurance for mid-2026 — NIST 800-63 AAL/IAL/FAL, FIDO2/WebAuthn passkeys, OIDC/SAML/SCIM, agent-as-principal identity, short-lived workload tokens, OAuth 2.0 + RFC 9700 BCP"
374
437
  },
375
- {
376
- "date": "2026-05-11",
377
- "type": "skill_review",
378
- "artifact": "ot-ics-security",
379
- "path": "skills/ot-ics-security/skill.md",
380
- "note": "OT / ICS security for mid-2026 — NIST 800-82r3, IEC 62443-3-3, NERC CIP, IT/OT convergence risks, AI-augmented HMI threats, ICS-specific TTPs (ATT&CK for ICS)"
381
- },
382
- {
383
- "date": "2026-05-11",
384
- "type": "skill_review",
385
- "artifact": "coordinated-vuln-disclosure",
386
- "path": "skills/coordinated-vuln-disclosure/skill.md",
387
- "note": "Coordinated Vulnerability Disclosure for mid-2026 — ISO 29147 (disclosure) + ISO 30111 (handling) + VDP + bug bounty + CSAF 2.0 advisories + security.txt + EU CRA / NIS2 regulator-mandated disclosure + AI vulnerability classes"
388
- },
389
- {
390
- "date": "2026-05-11",
391
- "type": "skill_review",
392
- "artifact": "threat-modeling-methodology",
393
- "path": "skills/threat-modeling-methodology/skill.md",
394
- "note": "Threat modeling methodologies for mid-2026 — STRIDE, PASTA, LINDDUN (privacy), Cyber Kill Chain, Diamond Model, MITRE Unified Kill Chain, AI-system threat modeling, agent-based threat modeling"
395
- },
396
- {
397
- "date": "2026-05-11",
398
- "type": "skill_review",
399
- "artifact": "webapp-security",
400
- "path": "skills/webapp-security/skill.md",
401
- "note": "Web application security for mid-2026 — OWASP Top 10 2025, OWASP ASVS v5, CWE root-cause coverage, AI-generated code weakness drift, server-rendered vs SPA tradeoffs, defense-in-depth across the request lifecycle"
402
- },
403
- {
404
- "date": "2026-05-11",
405
- "type": "skill_review",
406
- "artifact": "sector-healthcare",
407
- "path": "skills/sector-healthcare/skill.md",
408
- "note": "Healthcare sector cybersecurity for mid-2026 — HIPAA + HITRUST + HL7 FHIR security, medical device cyber (FDA + EU MDR), AI-in-healthcare under EU AI Act + FDA AI/ML SaMD guidance, patient data flows through LLM clinical tools"
409
- },
410
- {
411
- "date": "2026-05-11",
412
- "type": "skill_review",
413
- "artifact": "sector-federal-government",
414
- "path": "skills/sector-federal-government/skill.md",
415
- "note": "Federal government + defense contractor cybersecurity for mid-2026 — FedRAMP Rev5, CMMC 2.0, EO 14028, NIST 800-171/172 CUI, FISMA, M-22-09 federal Zero Trust, OMB M-24-04 AI risk, CISA BOD/ED; cross-jurisdiction NCSC UK, ENISA EUCC, AU PSPF, IL government cyber methodology"
416
- },
417
- {
418
- "date": "2026-05-11",
419
- "type": "skill_review",
420
- "artifact": "sector-energy",
421
- "path": "skills/sector-energy/skill.md",
422
- "note": "Electric power + oil & gas + water/wastewater + renewable-integration cybersecurity for mid-2026 — NERC CIP v6/v7, NIST 800-82r3, TSA Pipeline SD-2021-02C, AWWA cyber, EU NIS2 energy + NCCS-G (cross-border electricity), AU AESCSF + SOCI, ENISA energy sector"
423
- },
424
- {
425
- "date": "2026-05-11",
426
- "type": "skill_review",
427
- "artifact": "cloud-security",
428
- "path": "skills/cloud-security/skill.md",
429
- "note": "Cloud security for mid-2026 — CSPM/CWPP/CNAPP posture, CSA CCM v4, AWS/Azure/GCP shared responsibility, cloud workload identity federation, runtime security with eBPF, AI workloads on cloud"
430
- },
431
- {
432
- "date": "2026-05-11",
433
- "type": "skill_review",
434
- "artifact": "age-gates-child-safety",
435
- "path": "skills/age-gates-child-safety/skill.md",
436
- "note": "Age-related gates and child online safety for mid-2026 — COPPA + CIPA + California AADC + GDPR Art. 8 + DSA Art. 28 + UK Online Safety Act + UK Children's Code + AU Online Safety Act + IN DPDPA child provisions + KOSA pending; age verification standards (IEEE 2089-2021, OpenID Connect age claims); AI product age policies"
437
- },
438
438
  {
439
439
  "date": "2026-05-11",
440
440
  "type": "catalog_update",
@@ -7,9 +7,9 @@
7
7
  "catalogs": {
8
8
  "atlas-ttps.json": {
9
9
  "path": "data/atlas-ttps.json",
10
- "purpose": "MITRE ATLAS TTPs (AML.T0xxx) cited by skills, with tactic, name, description. Pinned to ATLAS v5.6.0 (May 2026).",
10
+ "purpose": "MITRE ATLAS TTPs (AML.T0xxx) cited by skills, with tactic, name, description. Pinned to ATLAS v2026.05 (May 2026).",
11
11
  "schema_version": "1.0.0",
12
- "last_updated": "2026-05-19",
12
+ "last_updated": "2026-06-10",
13
13
  "tlp": "CLEAR",
14
14
  "source_confidence_default": "A1",
15
15
  "freshness_policy": {
@@ -31,7 +31,7 @@
31
31
  "path": "data/attack-techniques.json",
32
32
  "purpose": null,
33
33
  "schema_version": "1.0.0",
34
- "last_updated": "2026-05-19",
34
+ "last_updated": "2026-06-10",
35
35
  "tlp": "CLEAR",
36
36
  "source_confidence_default": "A1",
37
37
  "freshness_policy": {