@blamejs/exceptd-skills 0.12.28 → 0.12.30
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/AGENTS.md +1 -1
- package/CHANGELOG.md +53 -0
- package/bin/exceptd.js +30 -20
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +7 -7
- package/data/_indexes/chains.json +9 -9
- package/data/_indexes/currency.json +43 -43
- package/data/_indexes/stale-content.json +1 -1
- package/data/atlas-ttps.json +61 -111
- package/data/cve-catalog.json +136 -65
- package/data/cwe-catalog.json +151 -95
- package/data/d3fend-catalog.json +201 -54
- package/data/dlp-controls.json +2 -1
- package/data/framework-control-gaps.json +1214 -110
- package/data/playbooks/crypto-codebase.json +1 -1
- package/data/rfc-references.json +23 -67
- package/lib/exit-codes.js +2 -0
- package/lib/playbook-runner.js +25 -1
- package/manifest-snapshot.json +2 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +49 -48
- package/package.json +3 -2
- package/sbom.cdx.json +1853 -10
- package/scripts/backfill-theater-test.js +806 -0
- package/scripts/check-test-coverage.js +18 -4
- package/scripts/refresh-reverse-refs.js +171 -0
- package/scripts/refresh-sbom.js +155 -8
package/data/atlas-ttps.json
CHANGED
|
@@ -47,10 +47,7 @@
|
|
|
47
47
|
"ISO-27001-2022-A.8.28"
|
|
48
48
|
],
|
|
49
49
|
"detection": "Public-facing AI endpoint scan-pattern monitoring; HuggingFace / model-repository view-pattern anomaly detection where attribution is possible; public-research-paper citation tracking for victim-named systems; honeytoken model cards seeded in public registries for victim attribution.",
|
|
50
|
-
"exceptd_skills": [
|
|
51
|
-
"ai-attack-surface",
|
|
52
|
-
"ai-c2-detection"
|
|
53
|
-
],
|
|
50
|
+
"exceptd_skills": [],
|
|
54
51
|
"last_verified": "2026-05-15"
|
|
55
52
|
},
|
|
56
53
|
"AML.T0040": {
|
|
@@ -82,9 +79,7 @@
|
|
|
82
79
|
],
|
|
83
80
|
"detection": "MCP-server inventory + signature attestation; tool-call audit logs reviewed for typosquat patterns; agent-side outbound API call monitoring for credential exfiltration patterns; plugin-installation event correlation with prompt-injection IOCs.",
|
|
84
81
|
"exceptd_skills": [
|
|
85
|
-
"
|
|
86
|
-
"ai-attack-surface",
|
|
87
|
-
"mcp-supply-chain"
|
|
82
|
+
"sector-telecom"
|
|
88
83
|
],
|
|
89
84
|
"secure_ai_v2_layer": true,
|
|
90
85
|
"maturity": "high",
|
|
@@ -116,8 +111,13 @@
|
|
|
116
111
|
],
|
|
117
112
|
"detection": "Hash verification of downloaded models; provenance attestation checking; anomaly on newly installed MCP server processes",
|
|
118
113
|
"exceptd_skills": [
|
|
114
|
+
"attack-surface-pentest",
|
|
115
|
+
"cloud-security",
|
|
116
|
+
"container-runtime-security",
|
|
119
117
|
"mcp-agent-trust",
|
|
120
|
-
"
|
|
118
|
+
"mlops-security",
|
|
119
|
+
"ot-ics-security",
|
|
120
|
+
"supply-chain-integrity"
|
|
121
121
|
],
|
|
122
122
|
"secure_ai_v2_layer": true,
|
|
123
123
|
"maturity": "high",
|
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"detection": "Threat intelligence feeds tracking offensive AI research; monitoring for AI-generated exploit code in underground forums",
|
|
146
146
|
"exceptd_skills": [
|
|
147
147
|
"ai-attack-surface",
|
|
148
|
-
"ai-c2-detection",
|
|
149
148
|
"mcp-agent-trust"
|
|
150
149
|
],
|
|
151
150
|
"secure_ai_v2_layer": true,
|
|
@@ -176,8 +175,16 @@
|
|
|
176
175
|
],
|
|
177
176
|
"detection": "AI API query rate monitoring; semantic similarity clustering of queries (probe pattern detection); alert on high query volume from single identity",
|
|
178
177
|
"exceptd_skills": [
|
|
178
|
+
"ai-attack-surface",
|
|
179
179
|
"ai-c2-detection",
|
|
180
|
-
"ai-
|
|
180
|
+
"ai-risk-management",
|
|
181
|
+
"api-security",
|
|
182
|
+
"cloud-security",
|
|
183
|
+
"dlp-gap-analysis",
|
|
184
|
+
"incident-response-playbook",
|
|
185
|
+
"mlops-security",
|
|
186
|
+
"sector-financial",
|
|
187
|
+
"sector-healthcare"
|
|
181
188
|
],
|
|
182
189
|
"secure_ai_v2_layer": true,
|
|
183
190
|
"maturity": "high",
|
|
@@ -208,8 +215,8 @@
|
|
|
208
215
|
"detection": "Behavioral test suite with known-clean inputs; model output distribution monitoring; cryptographic hash of model weights at training completion",
|
|
209
216
|
"exceptd_skills": [
|
|
210
217
|
"ai-attack-surface",
|
|
211
|
-
"
|
|
212
|
-
"
|
|
218
|
+
"mlops-security",
|
|
219
|
+
"supply-chain-integrity"
|
|
213
220
|
],
|
|
214
221
|
"secure_ai_v2_layer": true,
|
|
215
222
|
"maturity": "moderate",
|
|
@@ -239,8 +246,9 @@
|
|
|
239
246
|
],
|
|
240
247
|
"detection": "Vector store content integrity monitoring; embedding distribution shift detection; hash-based integrity verification of knowledge base documents",
|
|
241
248
|
"exceptd_skills": [
|
|
242
|
-
"
|
|
243
|
-
"
|
|
249
|
+
"ai-attack-surface",
|
|
250
|
+
"mlops-security",
|
|
251
|
+
"rag-pipeline-security"
|
|
244
252
|
],
|
|
245
253
|
"secure_ai_v2_layer": true,
|
|
246
254
|
"maturity": "high",
|
|
@@ -272,11 +280,7 @@
|
|
|
272
280
|
"PCI-DSS-v4-A1"
|
|
273
281
|
],
|
|
274
282
|
"detection": "Content-aware DLP applied to outbound AI prompts and tool arguments; per-prompt secret-pattern scan before egress; behavioral baseline of typical prompt entropy + length per user; alert on unusual completion-response sizes correlated with sensitive-file reads",
|
|
275
|
-
"exceptd_skills": [
|
|
276
|
-
"dlp-gap-analysis",
|
|
277
|
-
"rag-pipeline-security",
|
|
278
|
-
"ai-attack-surface"
|
|
279
|
-
],
|
|
283
|
+
"exceptd_skills": [],
|
|
280
284
|
"secure_ai_v2_layer": true,
|
|
281
285
|
"maturity": "high",
|
|
282
286
|
"last_verified": "2026-05-15"
|
|
@@ -308,6 +312,9 @@
|
|
|
308
312
|
"detection": "Model output confidence monitoring; behavioral anomaly on repeated low-confidence outputs from same source",
|
|
309
313
|
"exceptd_skills": [
|
|
310
314
|
"ai-attack-surface",
|
|
315
|
+
"attack-surface-pentest",
|
|
316
|
+
"fuzz-testing-strategy",
|
|
317
|
+
"mlops-security",
|
|
311
318
|
"rag-pipeline-security"
|
|
312
319
|
],
|
|
313
320
|
"secure_ai_v2_layer": true,
|
|
@@ -339,11 +346,7 @@
|
|
|
339
346
|
"NIST-800-53-CM-7"
|
|
340
347
|
],
|
|
341
348
|
"detection": "Object-storage access audit on model artifact paths; query-budget anomaly detection (high-volume systematic queries from single identity); model-watermark verification on extracted artifacts",
|
|
342
|
-
"exceptd_skills": [
|
|
343
|
-
"dlp-gap-analysis",
|
|
344
|
-
"ai-attack-surface",
|
|
345
|
-
"ai-risk-management"
|
|
346
|
-
],
|
|
349
|
+
"exceptd_skills": [],
|
|
347
350
|
"secure_ai_v2_layer": true,
|
|
348
351
|
"maturity": "moderate",
|
|
349
352
|
"last_verified": "2026-05-15"
|
|
@@ -373,11 +376,7 @@
|
|
|
373
376
|
"SOC2-CC7"
|
|
374
377
|
],
|
|
375
378
|
"detection": "Statistical drift detection on output distribution; periodic golden-test-set regression scoring; user-feedback anomaly mining for unusual complaint clusters",
|
|
376
|
-
"exceptd_skills": [
|
|
377
|
-
"ai-attack-surface",
|
|
378
|
-
"rag-pipeline-security",
|
|
379
|
-
"ai-risk-management"
|
|
380
|
-
],
|
|
379
|
+
"exceptd_skills": [],
|
|
381
380
|
"secure_ai_v2_layer": true,
|
|
382
381
|
"maturity": "moderate",
|
|
383
382
|
"last_verified": "2026-05-15"
|
|
@@ -409,8 +408,15 @@
|
|
|
409
408
|
"detection": "AI action audit trail — log every tool call with triggering prompt content; alert on AI actions that diverge from user-stated intent; adversarial instruction classifier on external content before model ingestion",
|
|
410
409
|
"exceptd_skills": [
|
|
411
410
|
"ai-attack-surface",
|
|
412
|
-
"
|
|
413
|
-
"
|
|
411
|
+
"ai-risk-management",
|
|
412
|
+
"attack-surface-pentest",
|
|
413
|
+
"cloud-iam-incident",
|
|
414
|
+
"dlp-gap-analysis",
|
|
415
|
+
"identity-assurance",
|
|
416
|
+
"incident-response-playbook",
|
|
417
|
+
"rag-pipeline-security",
|
|
418
|
+
"sector-healthcare",
|
|
419
|
+
"webapp-security"
|
|
414
420
|
],
|
|
415
421
|
"secure_ai_v2_layer": true,
|
|
416
422
|
"maturity": "high",
|
|
@@ -441,10 +447,7 @@
|
|
|
441
447
|
"NIST-800-53-SI-3"
|
|
442
448
|
],
|
|
443
449
|
"detection": "Plugin-manifest signature verification; plugin-call audit trail (model decision + plugin name + arguments + result); plugin reputation scoring; alert on newly-installed plugin invocations during the first 72h",
|
|
444
|
-
"exceptd_skills": [
|
|
445
|
-
"mcp-agent-trust",
|
|
446
|
-
"ai-attack-surface"
|
|
447
|
-
],
|
|
450
|
+
"exceptd_skills": [],
|
|
448
451
|
"secure_ai_v2_layer": true,
|
|
449
452
|
"maturity": "high",
|
|
450
453
|
"last_verified": "2026-05-15"
|
|
@@ -474,7 +477,7 @@
|
|
|
474
477
|
"detection": "Content policy violation logging; output safety scoring; alert on repeated refusal-bypass attempts from same user",
|
|
475
478
|
"exceptd_skills": [
|
|
476
479
|
"ai-attack-surface",
|
|
477
|
-
"
|
|
480
|
+
"rag-pipeline-security"
|
|
478
481
|
],
|
|
479
482
|
"secure_ai_v2_layer": true,
|
|
480
483
|
"maturity": "high",
|
|
@@ -505,11 +508,7 @@
|
|
|
505
508
|
"NIST-800-53-AC-2"
|
|
506
509
|
],
|
|
507
510
|
"detection": "Pre-commit and CI-time secret scanning with AI-provider key signatures; notebook-output sanitization; log-aggregation regex on AI provider key shapes; vendor-side anomaly detection on leaked-key usage patterns",
|
|
508
|
-
"exceptd_skills": [
|
|
509
|
-
"dlp-gap-analysis",
|
|
510
|
-
"mcp-agent-trust",
|
|
511
|
-
"rag-pipeline-security"
|
|
512
|
-
],
|
|
511
|
+
"exceptd_skills": [],
|
|
513
512
|
"secure_ai_v2_layer": true,
|
|
514
513
|
"maturity": "moderate",
|
|
515
514
|
"last_verified": "2026-05-15"
|
|
@@ -541,11 +540,7 @@
|
|
|
541
540
|
"NIST-800-53-SI-12"
|
|
542
541
|
],
|
|
543
542
|
"detection": "Differential-privacy-style output auditing; canary insertions in training data + retrieval corpus with leak-detection on outputs; tenant-tag verification on RAG-retrieved documents; system-prompt-leak red team during release",
|
|
544
|
-
"exceptd_skills": [
|
|
545
|
-
"rag-pipeline-security",
|
|
546
|
-
"ai-attack-surface",
|
|
547
|
-
"dlp-gap-analysis"
|
|
548
|
-
],
|
|
543
|
+
"exceptd_skills": [],
|
|
549
544
|
"secure_ai_v2_layer": true,
|
|
550
545
|
"maturity": "high",
|
|
551
546
|
"last_verified": "2026-05-15"
|
|
@@ -576,8 +571,14 @@
|
|
|
576
571
|
],
|
|
577
572
|
"detection": "Process-level AI API query monitoring; alert on AI API calls from unexpected process identities; query volume anomaly; payload entropy analysis for steganographic encoding",
|
|
578
573
|
"exceptd_skills": [
|
|
574
|
+
"ai-attack-surface",
|
|
579
575
|
"ai-c2-detection",
|
|
580
|
-
"ai-
|
|
576
|
+
"ai-risk-management",
|
|
577
|
+
"api-security",
|
|
578
|
+
"dlp-gap-analysis",
|
|
579
|
+
"incident-response-playbook",
|
|
580
|
+
"mcp-agent-trust",
|
|
581
|
+
"sector-financial"
|
|
581
582
|
],
|
|
582
583
|
"secure_ai_v2_layer": true,
|
|
583
584
|
"maturity": "high",
|
|
@@ -605,10 +606,7 @@
|
|
|
605
606
|
"NIST-800-53-SC-7"
|
|
606
607
|
],
|
|
607
608
|
"detection": "Egress monitoring for AI API calls from analysis-sandbox networks; behavioral divergence comparison between sandbox detonation and production execution traces",
|
|
608
|
-
"exceptd_skills": [
|
|
609
|
-
"ai-c2-detection",
|
|
610
|
-
"ai-attack-surface"
|
|
611
|
-
],
|
|
609
|
+
"exceptd_skills": [],
|
|
612
610
|
"secure_ai_v2_layer": true,
|
|
613
611
|
"maturity": "moderate",
|
|
614
612
|
"last_verified": "2026-05-15"
|
|
@@ -636,11 +634,7 @@
|
|
|
636
634
|
"NIST-800-53-SI-3"
|
|
637
635
|
],
|
|
638
636
|
"detection": "Agent prompt + tool-call audit trail with secret-pattern scan; per-tool credential allowlist; egress block on agent identities making outbound requests to non-allowlisted destinations",
|
|
639
|
-
"exceptd_skills": [
|
|
640
|
-
"mcp-agent-trust",
|
|
641
|
-
"dlp-gap-analysis",
|
|
642
|
-
"ai-attack-surface"
|
|
643
|
-
],
|
|
637
|
+
"exceptd_skills": [],
|
|
644
638
|
"secure_ai_v2_layer": true,
|
|
645
639
|
"maturity": "high",
|
|
646
640
|
"last_verified": "2026-05-15"
|
|
@@ -667,11 +661,7 @@
|
|
|
667
661
|
"ISO-27001-2022-A.8.28"
|
|
668
662
|
],
|
|
669
663
|
"detection": "Agent write-operation audit with content diff; rate-of-change anomaly on datastores accessed by agent identities; canary records in agent-writable corpora",
|
|
670
|
-
"exceptd_skills": [
|
|
671
|
-
"rag-pipeline-security",
|
|
672
|
-
"mcp-agent-trust",
|
|
673
|
-
"ai-attack-surface"
|
|
674
|
-
],
|
|
664
|
+
"exceptd_skills": [],
|
|
675
665
|
"secure_ai_v2_layer": true,
|
|
676
666
|
"maturity": "moderate",
|
|
677
667
|
"last_verified": "2026-05-15"
|
|
@@ -697,11 +687,7 @@
|
|
|
697
687
|
"NIST-800-53-SI-3"
|
|
698
688
|
],
|
|
699
689
|
"detection": "Retrieval-side content reputation scoring; injection-classifier on retrieved web pages prior to model ingestion; allowlist enforcement on agent retrieval domains for high-trust workflows",
|
|
700
|
-
"exceptd_skills": [
|
|
701
|
-
"mcp-agent-trust",
|
|
702
|
-
"ai-attack-surface",
|
|
703
|
-
"rag-pipeline-security"
|
|
704
|
-
],
|
|
690
|
+
"exceptd_skills": [],
|
|
705
691
|
"secure_ai_v2_layer": true,
|
|
706
692
|
"maturity": "moderate",
|
|
707
693
|
"last_verified": "2026-05-15"
|
|
@@ -728,11 +714,7 @@
|
|
|
728
714
|
"NIST-800-53-SI-3"
|
|
729
715
|
],
|
|
730
716
|
"detection": "Two-step confirmation on destructive agent tools; immutable backups outside agent write scope; alert on agent-issued DELETE/DROP/PURGE patterns",
|
|
731
|
-
"exceptd_skills": [
|
|
732
|
-
"mcp-agent-trust",
|
|
733
|
-
"ai-attack-surface",
|
|
734
|
-
"incident-response-playbook"
|
|
735
|
-
],
|
|
717
|
+
"exceptd_skills": [],
|
|
736
718
|
"secure_ai_v2_layer": true,
|
|
737
719
|
"maturity": "high",
|
|
738
720
|
"last_verified": "2026-05-15"
|
|
@@ -760,11 +742,7 @@
|
|
|
760
742
|
"NIST-800-53-SC-7"
|
|
761
743
|
],
|
|
762
744
|
"detection": "Behavioral execution analytics (uniqueness-per-instance suggests freshly-generated code); endpoint AI-API egress monitoring from non-developer processes",
|
|
763
|
-
"exceptd_skills": [
|
|
764
|
-
"ai-c2-detection",
|
|
765
|
-
"ai-attack-surface",
|
|
766
|
-
"exploit-scoring"
|
|
767
|
-
],
|
|
745
|
+
"exceptd_skills": [],
|
|
768
746
|
"secure_ai_v2_layer": true,
|
|
769
747
|
"maturity": "high",
|
|
770
748
|
"last_verified": "2026-05-15"
|
|
@@ -791,11 +769,7 @@
|
|
|
791
769
|
"NIST-800-53-SI-3"
|
|
792
770
|
],
|
|
793
771
|
"detection": "Inventory of AI-agent identities + their tool scopes; alert on new agent registrations; behavioral baseline on agent activity hours and operation classes",
|
|
794
|
-
"exceptd_skills": [
|
|
795
|
-
"ai-c2-detection",
|
|
796
|
-
"mcp-agent-trust",
|
|
797
|
-
"ai-attack-surface"
|
|
798
|
-
],
|
|
772
|
+
"exceptd_skills": [],
|
|
799
773
|
"secure_ai_v2_layer": true,
|
|
800
774
|
"maturity": "moderate",
|
|
801
775
|
"last_verified": "2026-05-15"
|
|
@@ -824,11 +798,7 @@
|
|
|
824
798
|
"NIST-800-53-SI-3"
|
|
825
799
|
],
|
|
826
800
|
"detection": "Registry-side reputation scoring on newly published tools; signature requirement enforcement at registry boundary; victim-side allowlist of audited tools",
|
|
827
|
-
"exceptd_skills": [
|
|
828
|
-
"mcp-agent-trust",
|
|
829
|
-
"supply-chain-integrity",
|
|
830
|
-
"ai-attack-surface"
|
|
831
|
-
],
|
|
801
|
+
"exceptd_skills": [],
|
|
832
802
|
"secure_ai_v2_layer": true,
|
|
833
803
|
"maturity": "high",
|
|
834
804
|
"last_verified": "2026-05-15"
|
|
@@ -857,11 +827,7 @@
|
|
|
857
827
|
"NIST-800-53-SI-3"
|
|
858
828
|
],
|
|
859
829
|
"detection": "Pod-spec audit for hostPath / privileged / device-passthrough on AI workloads; runtime detection on container-to-host process transitions; eBPF tracing for namespace escape primitives",
|
|
860
|
-
"exceptd_skills": [
|
|
861
|
-
"container-runtime-security",
|
|
862
|
-
"mlops-security",
|
|
863
|
-
"ai-attack-surface"
|
|
864
|
-
],
|
|
830
|
+
"exceptd_skills": [],
|
|
865
831
|
"secure_ai_v2_layer": true,
|
|
866
832
|
"maturity": "moderate",
|
|
867
833
|
"last_verified": "2026-05-15"
|
|
@@ -889,11 +855,7 @@
|
|
|
889
855
|
"NIST-800-53-IA-5"
|
|
890
856
|
],
|
|
891
857
|
"detection": "AI-pipeline CVE scanning with pipeline-specific KEV-equivalent prioritization; IMDSv2 enforcement on AI workloads; per-workload credential rotation cadence",
|
|
892
|
-
"exceptd_skills": [
|
|
893
|
-
"mlops-security",
|
|
894
|
-
"ai-attack-surface",
|
|
895
|
-
"mcp-agent-trust"
|
|
896
|
-
],
|
|
858
|
+
"exceptd_skills": [],
|
|
897
859
|
"secure_ai_v2_layer": true,
|
|
898
860
|
"maturity": "moderate",
|
|
899
861
|
"last_verified": "2026-05-15"
|
|
@@ -921,11 +883,7 @@
|
|
|
921
883
|
"NIST-800-53-SI-3"
|
|
922
884
|
],
|
|
923
885
|
"detection": "Inference-server log integrity verification; out-of-band telemetry from agent runtime; redundant logging at gateway + model + agent layers with cross-correlation",
|
|
924
|
-
"exceptd_skills": [
|
|
925
|
-
"ai-c2-detection",
|
|
926
|
-
"mcp-agent-trust",
|
|
927
|
-
"incident-response-playbook"
|
|
928
|
-
],
|
|
886
|
+
"exceptd_skills": [],
|
|
929
887
|
"secure_ai_v2_layer": true,
|
|
930
888
|
"maturity": "moderate",
|
|
931
889
|
"last_verified": "2026-05-15"
|
|
@@ -954,12 +912,7 @@
|
|
|
954
912
|
"NIST-800-53-SI-3"
|
|
955
913
|
],
|
|
956
914
|
"detection": "Behavioral indicators of agentic attacker tempo (consistent inter-request timing, parallelized recon, prompt-style fingerprints in residual artifacts); threat-intel feed on offensive-agent capability releases",
|
|
957
|
-
"exceptd_skills": [
|
|
958
|
-
"ai-c2-detection",
|
|
959
|
-
"ai-attack-surface",
|
|
960
|
-
"exploit-scoring",
|
|
961
|
-
"threat-model-currency"
|
|
962
|
-
],
|
|
915
|
+
"exceptd_skills": [],
|
|
963
916
|
"secure_ai_v2_layer": true,
|
|
964
917
|
"maturity": "high",
|
|
965
918
|
"last_verified": "2026-05-15"
|
|
@@ -983,10 +936,7 @@
|
|
|
983
936
|
"NIST-800-53-SI-3"
|
|
984
937
|
],
|
|
985
938
|
"detection": "Tool-vetting policy + human-review gate on new agent tool installation; allowlist enforcement at the agent-runtime layer",
|
|
986
|
-
"exceptd_skills": [
|
|
987
|
-
"mcp-agent-trust",
|
|
988
|
-
"supply-chain-integrity"
|
|
989
|
-
],
|
|
939
|
+
"exceptd_skills": [],
|
|
990
940
|
"secure_ai_v2_layer": true,
|
|
991
941
|
"maturity": "moderate",
|
|
992
942
|
"last_verified": "2026-05-15"
|