@blamejs/exceptd-skills 0.12.41 → 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/CHANGELOG.md +91 -0
- package/bin/exceptd.js +52 -44
- package/data/_indexes/_meta.json +47 -47
- package/data/_indexes/chains.json +485 -13
- package/data/_indexes/jurisdiction-map.json +15 -4
- package/data/_indexes/section-offsets.json +1244 -1244
- package/data/_indexes/token-budget.json +173 -173
- package/data/atlas-ttps.json +54 -11
- package/data/attack-techniques.json +113 -17
- package/data/cve-catalog.json +17 -24
- package/data/cwe-catalog.json +8 -2
- package/data/framework-control-gaps.json +13 -3
- 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/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/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 +24 -2
- package/lib/refresh-external.js +10 -1
- package/lib/scoring.js +55 -0
- package/manifest.json +83 -83
- package/orchestrator/index.js +32 -24
- package/package.json +1 -1
- package/sbom.cdx.json +122 -78
- package/scripts/predeploy.js +7 -13
- package/scripts/refresh-reverse-refs.js +86 -0
- 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 +2 -3
- 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
|
@@ -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": [
|