@blamejs/exceptd-skills 0.13.1 → 0.13.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/CHANGELOG.md +73 -0
- package/bin/exceptd.js +140 -7
- package/data/_indexes/_meta.json +28 -28
- package/data/_indexes/activity-feed.json +3 -3
- package/data/_indexes/catalog-summaries.json +3 -3
- package/data/_indexes/chains.json +1897 -88
- package/data/_indexes/frequency.json +20 -0
- package/data/_indexes/section-offsets.json +574 -574
- package/data/_indexes/token-budget.json +97 -97
- package/data/atlas-ttps.json +2 -0
- package/data/attack-techniques.json +24 -3
- package/data/cve-catalog.json +96 -29
- package/data/cwe-catalog.json +20 -3
- package/data/framework-control-gaps.json +700 -1
- package/data/zeroday-lessons.json +889 -0
- package/lib/lint-skills.js +54 -1
- package/lib/source-advisories.js +26 -0
- package/manifest.json +62 -62
- package/orchestrator/index.js +155 -3
- package/package.json +1 -1
- package/sbom.cdx.json +50 -39
- package/scripts/check-test-count.js +146 -0
- package/scripts/predeploy.js +16 -0
- package/skills/age-gates-child-safety/skill.md +1 -0
- package/skills/ai-risk-management/skill.md +1 -0
- package/skills/api-security/skill.md +14 -4
- package/skills/cloud-iam-incident/skill.md +1 -1
- package/skills/defensive-countermeasure-mapping/skill.md +1 -0
- package/skills/email-security-anti-phishing/skill.md +15 -4
- package/skills/fuzz-testing-strategy/skill.md +1 -0
- package/skills/mlops-security/skill.md +1 -0
- package/skills/ot-ics-security/skill.md +1 -0
- package/skills/researcher/skill.md +1 -0
- package/skills/sector-energy/skill.md +1 -0
- package/skills/sector-federal-government/skill.md +1 -0
- package/skills/sector-telecom/skill.md +1 -0
- package/skills/skill-update-loop/skill.md +1 -0
- package/skills/threat-model-currency/skill.md +1 -0
- package/skills/threat-modeling-methodology/skill.md +1 -0
- package/skills/webapp-security/skill.md +1 -0
- package/skills/zeroday-gap-learn/skill.md +1 -0
|
@@ -2521,7 +2521,12 @@
|
|
|
2521
2521
|
"AU-Essential-8-MFA",
|
|
2522
2522
|
"AU-Essential-8-Patch",
|
|
2523
2523
|
"AU-ISM-1546",
|
|
2524
|
+
"AU-ISM-1808",
|
|
2524
2525
|
"CIS-Controls-v8-10.1",
|
|
2526
|
+
"CIS-Controls-v8-Control6",
|
|
2527
|
+
"CIS-Kubernetes-Benchmark-4.2.13",
|
|
2528
|
+
"CIS-Kubernetes-Benchmark-5.3",
|
|
2529
|
+
"CIS-Kubernetes-Benchmark-5.7",
|
|
2525
2530
|
"DORA-Art-9",
|
|
2526
2531
|
"DORA-Art28",
|
|
2527
2532
|
"DORA-IA-CTPP-Oversight",
|
|
@@ -2538,21 +2543,36 @@
|
|
|
2538
2543
|
"HIPAA-Security-Rule-2026-NPRM-164.310",
|
|
2539
2544
|
"HIPAA-Security-Rule-2026-NPRM-164.312",
|
|
2540
2545
|
"HIPAA-Security-Rule-2026-NPRM-164.314",
|
|
2546
|
+
"ISO-27001-2022-A.5.15",
|
|
2541
2547
|
"ISO-27001-2022-A.5.7",
|
|
2548
|
+
"ISO-27001-2022-A.8.13",
|
|
2549
|
+
"ISO-27001-2022-A.8.22",
|
|
2542
2550
|
"ISO-27001-2022-A.8.7",
|
|
2551
|
+
"NIS2-Art21-business-continuity",
|
|
2543
2552
|
"NIS2-Art21-identity-management",
|
|
2544
2553
|
"NIS2-Art21-incident-handling",
|
|
2554
|
+
"NIS2-Art21-network-security",
|
|
2545
2555
|
"NIS2-Art21-supply-chain",
|
|
2546
2556
|
"NIS2-Art21-vulnerability-management",
|
|
2557
|
+
"NIST-800-218-SSDF-PW.4",
|
|
2547
2558
|
"NIST-800-53-AC-3",
|
|
2548
2559
|
"NIST-800-53-AC-6",
|
|
2560
|
+
"NIST-800-53-IA-2",
|
|
2561
|
+
"NIST-800-53-SC-39",
|
|
2549
2562
|
"NIST-800-53-SC-44",
|
|
2550
2563
|
"NIST-800-53-SI-10",
|
|
2564
|
+
"NIST-800-53-SR-3",
|
|
2565
|
+
"NIST-AI-RMF-MAP-3.4",
|
|
2566
|
+
"NIST-AI-RMF-MEASURE-2.7",
|
|
2551
2567
|
"OWASP-LLM-Top-10-2025-LLM05",
|
|
2568
|
+
"OWASP-ML-Top-10-2023-ML06",
|
|
2569
|
+
"OWASP-Top-10-2021-A06",
|
|
2570
|
+
"PCI-DSS-4.0-5.1",
|
|
2552
2571
|
"PCI-DSS-4.0.1-11.6.1",
|
|
2553
2572
|
"PCI-DSS-4.0.1-12.10.7",
|
|
2554
2573
|
"PCI-DSS-4.0.1-12.3.3",
|
|
2555
2574
|
"PCI-DSS-4.0.1-6.4.3",
|
|
2575
|
+
"SLSA-v1.0-Source-L3",
|
|
2556
2576
|
"UK-CAF-A1",
|
|
2557
2577
|
"UK-CAF-B2",
|
|
2558
2578
|
"UK-CAF-B4",
|