@blamejs/exceptd-skills 0.12.40 → 0.13.0
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 +17 -0
- package/ARCHITECTURE.md +7 -4
- package/CHANGELOG.md +215 -248
- package/CONTEXT.md +2 -2
- package/README.md +2 -8
- package/agents/threat-researcher.md +2 -2
- package/bin/exceptd.js +179 -81
- package/data/_indexes/_meta.json +50 -50
- package/data/_indexes/activity-feed.json +1 -1
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/chains.json +485 -13
- package/data/_indexes/frequency.json +4 -0
- package/data/_indexes/jurisdiction-map.json +15 -4
- package/data/_indexes/section-offsets.json +1224 -1224
- package/data/_indexes/token-budget.json +170 -170
- package/data/atlas-ttps.json +54 -11
- package/data/attack-techniques.json +113 -17
- package/data/cve-catalog.json +38 -52
- package/data/cwe-catalog.json +8 -2
- package/data/exploit-availability.json +1 -0
- package/data/framework-control-gaps.json +149 -6
- package/data/global-frameworks.json +1 -0
- package/data/playbooks/ai-api.json +5 -0
- package/data/playbooks/cicd-pipeline-compromise.json +970 -0
- package/data/playbooks/cloud-iam-incident.json +4 -1
- package/data/playbooks/cred-stores.json +10 -0
- package/data/playbooks/crypto-codebase.json +13 -0
- package/data/playbooks/framework.json +16 -0
- package/data/playbooks/hardening.json +4 -0
- package/data/playbooks/identity-sso-compromise.json +951 -0
- package/data/playbooks/idp-incident.json +3 -0
- package/data/playbooks/kernel.json +6 -0
- package/data/playbooks/llm-tool-use-exfil.json +963 -0
- package/data/playbooks/mcp.json +6 -0
- package/data/playbooks/runtime.json +4 -0
- package/data/playbooks/sbom.json +13 -0
- package/data/playbooks/secrets.json +6 -0
- package/data/playbooks/webhook-callback-abuse.json +916 -0
- package/data/zeroday-lessons.json +1 -0
- package/lib/cross-ref-api.js +33 -13
- package/lib/cve-curation.js +12 -1
- package/lib/exit-codes.js +29 -0
- package/lib/lint-skills.js +25 -3
- package/lib/playbook-runner.js +8 -4
- package/lib/refresh-external.js +10 -1
- package/lib/scoring.js +64 -1
- package/lib/sign.js +40 -7
- package/lib/verify.js +5 -5
- package/manifest.json +83 -83
- package/orchestrator/README.md +7 -7
- package/orchestrator/index.js +46 -25
- package/orchestrator/scheduler.js +2 -2
- package/package.json +1 -1
- package/sbom.cdx.json +135 -91
- package/scripts/check-test-coverage.js +6 -6
- package/scripts/predeploy.js +7 -13
- package/scripts/refresh-reverse-refs.js +107 -20
- package/scripts/refresh-sbom.js +21 -4
- package/skills/age-gates-child-safety/skill.md +1 -5
- package/skills/ai-attack-surface/skill.md +11 -4
- package/skills/ai-c2-detection/skill.md +11 -2
- package/skills/ai-risk-management/skill.md +4 -2
- package/skills/api-security/skill.md +7 -8
- package/skills/attack-surface-pentest/skill.md +2 -2
- package/skills/cloud-iam-incident/skill.md +1 -5
- package/skills/cloud-security/skill.md +0 -4
- package/skills/compliance-theater/skill.md +10 -2
- package/skills/container-runtime-security/skill.md +1 -3
- package/skills/dlp-gap-analysis/skill.md +3 -4
- package/skills/email-security-anti-phishing/skill.md +1 -8
- package/skills/exploit-scoring/skill.md +7 -2
- package/skills/framework-gap-analysis/skill.md +1 -1
- package/skills/fuzz-testing-strategy/skill.md +1 -2
- package/skills/global-grc/skill.md +3 -2
- package/skills/identity-assurance/skill.md +1 -3
- package/skills/idp-incident-response/skill.md +1 -4
- package/skills/incident-response-playbook/skill.md +1 -5
- package/skills/kernel-lpe-triage/skill.md +2 -2
- package/skills/mcp-agent-trust/skill.md +13 -3
- package/skills/mlops-security/skill.md +3 -4
- package/skills/ot-ics-security/skill.md +0 -3
- package/skills/policy-exception-gen/skill.md +11 -3
- package/skills/pqc-first/skill.md +4 -2
- package/skills/rag-pipeline-security/skill.md +2 -0
- package/skills/ransomware-response/skill.md +1 -5
- package/skills/researcher/skill.md +4 -3
- package/skills/sector-energy/skill.md +0 -4
- package/skills/sector-federal-government/skill.md +2 -3
- package/skills/sector-financial/skill.md +1 -4
- package/skills/sector-healthcare/skill.md +0 -5
- package/skills/sector-telecom/skill.md +0 -4
- package/skills/security-maturity-tiers/skill.md +1 -2
- package/skills/skill-update-loop/skill.md +4 -3
- package/skills/supply-chain-integrity/skill.md +4 -3
- package/skills/threat-model-currency/skill.md +1 -1
- package/skills/threat-modeling-methodology/skill.md +2 -1
- package/skills/webapp-security/skill.md +0 -5
|
@@ -2520,6 +2520,7 @@
|
|
|
2520
2520
|
"AU-Essential-8-Backup",
|
|
2521
2521
|
"AU-Essential-8-MFA",
|
|
2522
2522
|
"AU-Essential-8-Patch",
|
|
2523
|
+
"AU-ISM-1546",
|
|
2523
2524
|
"CIS-Controls-v8-10.1",
|
|
2524
2525
|
"DORA-Art-9",
|
|
2525
2526
|
"DORA-Art28",
|
|
@@ -2537,9 +2538,11 @@
|
|
|
2537
2538
|
"HIPAA-Security-Rule-2026-NPRM-164.310",
|
|
2538
2539
|
"HIPAA-Security-Rule-2026-NPRM-164.312",
|
|
2539
2540
|
"HIPAA-Security-Rule-2026-NPRM-164.314",
|
|
2541
|
+
"ISO-27001-2022-A.5.7",
|
|
2540
2542
|
"ISO-27001-2022-A.8.7",
|
|
2541
2543
|
"NIS2-Art21-identity-management",
|
|
2542
2544
|
"NIS2-Art21-incident-handling",
|
|
2545
|
+
"NIS2-Art21-supply-chain",
|
|
2543
2546
|
"NIS2-Art21-vulnerability-management",
|
|
2544
2547
|
"NIST-800-53-AC-3",
|
|
2545
2548
|
"NIST-800-53-AC-6",
|
|
@@ -2552,6 +2555,7 @@
|
|
|
2552
2555
|
"PCI-DSS-4.0.1-6.4.3",
|
|
2553
2556
|
"UK-CAF-A1",
|
|
2554
2557
|
"UK-CAF-B2",
|
|
2558
|
+
"UK-CAF-B4",
|
|
2555
2559
|
"UK-CAF-C1",
|
|
2556
2560
|
"UK-CAF-D1"
|
|
2557
2561
|
],
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"defensive-countermeasure-mapping",
|
|
64
64
|
"dlp-gap-analysis",
|
|
65
65
|
"email-security-anti-phishing",
|
|
66
|
+
"exploit-scoring",
|
|
66
67
|
"framework-gap-analysis",
|
|
67
68
|
"fuzz-testing-strategy",
|
|
68
69
|
"global-grc",
|
|
@@ -73,6 +74,7 @@
|
|
|
73
74
|
"mcp-agent-trust",
|
|
74
75
|
"mlops-security",
|
|
75
76
|
"ot-ics-security",
|
|
77
|
+
"policy-exception-gen",
|
|
76
78
|
"pqc-first",
|
|
77
79
|
"rag-pipeline-security",
|
|
78
80
|
"ransomware-response",
|
|
@@ -91,7 +93,7 @@
|
|
|
91
93
|
"zeroday-gap-learn"
|
|
92
94
|
],
|
|
93
95
|
"example_excerpts": {},
|
|
94
|
-
"skill_count":
|
|
96
|
+
"skill_count": 42
|
|
95
97
|
},
|
|
96
98
|
"AU": {
|
|
97
99
|
"skills": [
|
|
@@ -120,6 +122,7 @@
|
|
|
120
122
|
"mcp-agent-trust",
|
|
121
123
|
"mlops-security",
|
|
122
124
|
"ot-ics-security",
|
|
125
|
+
"policy-exception-gen",
|
|
123
126
|
"pqc-first",
|
|
124
127
|
"rag-pipeline-security",
|
|
125
128
|
"ransomware-response",
|
|
@@ -138,7 +141,7 @@
|
|
|
138
141
|
"zeroday-gap-learn"
|
|
139
142
|
],
|
|
140
143
|
"example_excerpts": {},
|
|
141
|
-
"skill_count":
|
|
144
|
+
"skill_count": 42
|
|
142
145
|
},
|
|
143
146
|
"SG": {
|
|
144
147
|
"skills": [
|
|
@@ -548,21 +551,29 @@
|
|
|
548
551
|
"EU_DE_BSI": {
|
|
549
552
|
"skills": [
|
|
550
553
|
"age-gates-child-safety",
|
|
554
|
+
"ai-attack-surface",
|
|
555
|
+
"ai-c2-detection",
|
|
551
556
|
"cloud-security",
|
|
557
|
+
"compliance-theater",
|
|
552
558
|
"coordinated-vuln-disclosure",
|
|
553
559
|
"fuzz-testing-strategy",
|
|
560
|
+
"mcp-agent-trust",
|
|
554
561
|
"pqc-first"
|
|
555
562
|
],
|
|
556
563
|
"example_excerpts": {},
|
|
557
|
-
"skill_count":
|
|
564
|
+
"skill_count": 9
|
|
558
565
|
},
|
|
559
566
|
"EU_FR_ANSSI": {
|
|
560
567
|
"skills": [
|
|
568
|
+
"ai-attack-surface",
|
|
569
|
+
"ai-c2-detection",
|
|
561
570
|
"cloud-security",
|
|
571
|
+
"compliance-theater",
|
|
572
|
+
"mcp-agent-trust",
|
|
562
573
|
"pqc-first"
|
|
563
574
|
],
|
|
564
575
|
"example_excerpts": {},
|
|
565
|
-
"skill_count":
|
|
576
|
+
"skill_count": 6
|
|
566
577
|
},
|
|
567
578
|
"EU_ES_AEPD": {
|
|
568
579
|
"skills": [
|