@blamejs/exceptd-skills 0.12.24 → 0.12.26
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 +12 -4
- package/CHANGELOG.md +127 -0
- package/data/_indexes/_meta.json +44 -43
- package/data/_indexes/activity-feed.json +54 -47
- package/data/_indexes/catalog-summaries.json +20 -20
- package/data/_indexes/chains.json +561 -6
- package/data/_indexes/currency.json +19 -10
- package/data/_indexes/frequency.json +207 -55
- package/data/_indexes/handoff-dag.json +4 -0
- package/data/_indexes/jurisdiction-clocks.json +2 -2
- package/data/_indexes/jurisdiction-map.json +25 -12
- package/data/_indexes/section-offsets.json +490 -396
- package/data/_indexes/stale-content.json +14 -2
- package/data/_indexes/summary-cards.json +57 -3
- package/data/_indexes/token-budget.json +129 -74
- package/data/_indexes/trigger-table.json +66 -0
- package/data/_indexes/xref.json +58 -8
- package/data/atlas-ttps.json +528 -19
- package/data/attack-techniques.json +198 -84
- package/data/cve-catalog.json +1309 -9
- package/data/exploit-availability.json +300 -10
- package/data/framework-control-gaps.json +557 -1
- package/data/global-frameworks.json +44 -19
- package/data/rfc-references.json +94 -1
- package/data/zeroday-lessons.json +475 -13
- package/lib/schemas/cve-catalog.schema.json +24 -3
- package/manifest-snapshot.json +68 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +145 -59
- package/package.json +1 -1
- package/sbom.cdx.json +7 -7
- package/skills/ai-attack-surface/skill.md +11 -2
- package/skills/ai-c2-detection/skill.md +3 -1
- package/skills/ai-risk-management/skill.md +3 -1
- package/skills/api-security/skill.md +4 -0
- package/skills/attack-surface-pentest/skill.md +1 -0
- package/skills/container-runtime-security/skill.md +3 -1
- package/skills/dlp-gap-analysis/skill.md +1 -1
- package/skills/exploit-scoring/skill.md +2 -2
- package/skills/incident-response-playbook/skill.md +1 -1
- package/skills/kernel-lpe-triage/skill.md +6 -1
- package/skills/mcp-agent-trust/skill.md +7 -2
- package/skills/mlops-security/skill.md +1 -1
- package/skills/rag-pipeline-security/skill.md +4 -2
- package/skills/sector-financial/skill.md +1 -1
- package/skills/sector-telecom/skill.md +259 -0
- package/skills/skill-update-loop/skill.md +1 -1
- package/skills/supply-chain-integrity/skill.md +3 -1
- package/skills/threat-model-currency/skill.md +1 -1
- package/skills/webapp-security/skill.md +2 -0
- package/skills/zeroday-gap-learn/skill.md +2 -2
package/manifest-snapshot.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_comment": "Auto-generated by scripts/refresh-manifest-snapshot.js — do not hand-edit. Public skill surface used by check-manifest-snapshot.js to detect breaking removals.",
|
|
3
|
-
"_generated_at": "2026-05-
|
|
3
|
+
"_generated_at": "2026-05-15T22:10:24.906Z",
|
|
4
4
|
"atlas_version": "5.1.0",
|
|
5
|
-
"skill_count":
|
|
5
|
+
"skill_count": 39,
|
|
6
6
|
"skills": [
|
|
7
7
|
{
|
|
8
8
|
"name": "age-gates-child-safety",
|
|
@@ -1543,6 +1543,72 @@
|
|
|
1543
1543
|
"d3fend_refs": [],
|
|
1544
1544
|
"dlp_refs": []
|
|
1545
1545
|
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "sector-telecom",
|
|
1548
|
+
"version": "1.0.0",
|
|
1549
|
+
"triggers": [
|
|
1550
|
+
"3gpp tr 33.926",
|
|
1551
|
+
"3gpp ts 33.501",
|
|
1552
|
+
"4-business-day notification",
|
|
1553
|
+
"5g core",
|
|
1554
|
+
"au soci",
|
|
1555
|
+
"calea",
|
|
1556
|
+
"diameter",
|
|
1557
|
+
"fcc cpni",
|
|
1558
|
+
"gnb integrity",
|
|
1559
|
+
"gsma nesas",
|
|
1560
|
+
"gtp",
|
|
1561
|
+
"itu-t x.805",
|
|
1562
|
+
"lawful intercept",
|
|
1563
|
+
"n6 n9 isolation",
|
|
1564
|
+
"nis2 annex i",
|
|
1565
|
+
"o-ran",
|
|
1566
|
+
"salt typhoon",
|
|
1567
|
+
"ss7",
|
|
1568
|
+
"telecom security",
|
|
1569
|
+
"tssr",
|
|
1570
|
+
"uk tsa 2021",
|
|
1571
|
+
"volt typhoon"
|
|
1572
|
+
],
|
|
1573
|
+
"data_deps": [],
|
|
1574
|
+
"atlas_refs": [
|
|
1575
|
+
"AML.T0040"
|
|
1576
|
+
],
|
|
1577
|
+
"attack_refs": [
|
|
1578
|
+
"T1071",
|
|
1579
|
+
"T1078",
|
|
1580
|
+
"T1098",
|
|
1581
|
+
"T1190",
|
|
1582
|
+
"T1199",
|
|
1583
|
+
"T1556"
|
|
1584
|
+
],
|
|
1585
|
+
"framework_gaps": [
|
|
1586
|
+
"3GPP-TR-33.926",
|
|
1587
|
+
"AU-ISM-1556",
|
|
1588
|
+
"DORA-Art-21-Telecom-ICT",
|
|
1589
|
+
"FCC-CPNI-4.1",
|
|
1590
|
+
"FCC-Cyber-Incident-Notification-2024",
|
|
1591
|
+
"GSMA-NESAS-Deployment",
|
|
1592
|
+
"ITU-T-X.805",
|
|
1593
|
+
"NIS2-Annex-I-Telecom",
|
|
1594
|
+
"UK-CAF-B5"
|
|
1595
|
+
],
|
|
1596
|
+
"rfc_refs": [
|
|
1597
|
+
"RFC-9622"
|
|
1598
|
+
],
|
|
1599
|
+
"cwe_refs": [
|
|
1600
|
+
"CWE-287",
|
|
1601
|
+
"CWE-306",
|
|
1602
|
+
"CWE-918"
|
|
1603
|
+
],
|
|
1604
|
+
"d3fend_refs": [
|
|
1605
|
+
"D3-IOPR",
|
|
1606
|
+
"D3-NI",
|
|
1607
|
+
"D3-NTA",
|
|
1608
|
+
"D3-NTPM"
|
|
1609
|
+
],
|
|
1610
|
+
"dlp_refs": []
|
|
1611
|
+
},
|
|
1546
1612
|
{
|
|
1547
1613
|
"name": "security-maturity-tiers",
|
|
1548
1614
|
"version": "1.0.0",
|
package/manifest-snapshot.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3b2e3c3a40554d760ee71eded57828b0dcd3237ed0c4499ee123606d041bf1dc manifest-snapshot.json
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceptd-security",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.26",
|
|
4
4
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation",
|
|
5
5
|
"homepage": "https://exceptd.com",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"RFC-7296"
|
|
52
52
|
],
|
|
53
53
|
"last_threat_review": "2026-05-01",
|
|
54
|
-
"signature": "
|
|
55
|
-
"signed_at": "2026-05-
|
|
54
|
+
"signature": "N6H4u/u1fCFE6f/3QVkAr2cumZvLNE+xYBC91CCxKoeaSKm5zqbwzb2mvFDk9XKUegUy5W6npLFGi75yxNMIAg==",
|
|
55
|
+
"signed_at": "2026-05-15T22:15:26.972Z",
|
|
56
56
|
"cwe_refs": [
|
|
57
57
|
"CWE-125",
|
|
58
58
|
"CWE-362",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"SOC2-CC6-logical-access"
|
|
116
116
|
],
|
|
117
117
|
"last_threat_review": "2026-05-01",
|
|
118
|
-
"signature": "
|
|
119
|
-
"signed_at": "2026-05-
|
|
118
|
+
"signature": "Xen6ojQGzT4AZUN/WtuQon+gT2UrJyX50nrZwEdxLw5aiz8gDaeMkWo/Bic+h4NFEF7MRd7uDTm0dvKgWnlRBA==",
|
|
119
|
+
"signed_at": "2026-05-15T22:15:26.974Z",
|
|
120
120
|
"cwe_refs": [
|
|
121
121
|
"CWE-1039",
|
|
122
122
|
"CWE-1426",
|
|
@@ -178,8 +178,8 @@
|
|
|
178
178
|
"RFC-9700"
|
|
179
179
|
],
|
|
180
180
|
"last_threat_review": "2026-05-01",
|
|
181
|
-
"signature": "
|
|
182
|
-
"signed_at": "2026-05-
|
|
181
|
+
"signature": "IDhdamTvyWfnz7SvIMrVMz2cwLuiP2/Iw2iYHFNbI1O302XnrGyIVsJcoKZa5QFClBYPiABVt+yI5HEuLxMCBw==",
|
|
182
|
+
"signed_at": "2026-05-15T22:15:26.975Z",
|
|
183
183
|
"cwe_refs": [
|
|
184
184
|
"CWE-22",
|
|
185
185
|
"CWE-345",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"framework_gaps": [],
|
|
226
226
|
"last_threat_review": "2026-05-01",
|
|
227
227
|
"signature": "cPRRTsNQT1MYR3cE5O3KdC4MB037EMc0fsMIbOyfOv16sR+DkiXmAhQOjlIC47HngHz3vhLI+rbqItN91VWpBg==",
|
|
228
|
-
"signed_at": "2026-05-
|
|
228
|
+
"signed_at": "2026-05-15T22:15:26.975Z"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"name": "compliance-theater",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
],
|
|
257
257
|
"last_threat_review": "2026-05-01",
|
|
258
258
|
"signature": "79NrFMRsqGsipWeE5ETQSVICGO4BjTJYgyir+PSaNVFpkLqLcwZd8Dr1V7iwX0H0fXFL3WpPz35gtrYCEG32BQ==",
|
|
259
|
-
"signed_at": "2026-05-
|
|
259
|
+
"signed_at": "2026-05-15T22:15:26.976Z"
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
"name": "exploit-scoring",
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
"CIS-Controls-v8-Control7"
|
|
285
285
|
],
|
|
286
286
|
"last_threat_review": "2026-05-01",
|
|
287
|
-
"signature": "
|
|
288
|
-
"signed_at": "2026-05-
|
|
287
|
+
"signature": "O7YIzAOQtSCFD0pyUdF0otYy9xwksrRGCLnSw5aMMGOs0SYeYA1JsMX5XLxNOQJC8tURC21HgQc/yx22jLtvAw==",
|
|
288
|
+
"signed_at": "2026-05-15T22:15:26.976Z"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"name": "rag-pipeline-security",
|
|
@@ -321,8 +321,8 @@
|
|
|
321
321
|
"OWASP-LLM-Top-10-2025-LLM08"
|
|
322
322
|
],
|
|
323
323
|
"last_threat_review": "2026-05-01",
|
|
324
|
-
"signature": "
|
|
325
|
-
"signed_at": "2026-05-
|
|
324
|
+
"signature": "ai6ebp9pz7dBigm2rQvQ0SklhDZtHqP3exKtolbEBiN0shQScypJfDBaQN2J3aoOC4dZjjTgIZvGfWLmBxrxBA==",
|
|
325
|
+
"signed_at": "2026-05-15T22:15:26.976Z",
|
|
326
326
|
"cwe_refs": [
|
|
327
327
|
"CWE-1395",
|
|
328
328
|
"CWE-1426"
|
|
@@ -378,8 +378,8 @@
|
|
|
378
378
|
"RFC-9000"
|
|
379
379
|
],
|
|
380
380
|
"last_threat_review": "2026-05-01",
|
|
381
|
-
"signature": "
|
|
382
|
-
"signed_at": "2026-05-
|
|
381
|
+
"signature": "BkDjyCF53MAATVfzERmIhEhi474eWloxD0qyw9Gvw+VFE8aH3pOi+yeCpc0kq0vHAVmAEszwxBKEcuLkJbmSBg==",
|
|
382
|
+
"signed_at": "2026-05-15T22:15:26.977Z",
|
|
383
383
|
"d3fend_refs": [
|
|
384
384
|
"D3-CA",
|
|
385
385
|
"D3-CSPP",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"framework_gaps": [],
|
|
415
415
|
"last_threat_review": "2026-05-01",
|
|
416
416
|
"signature": "DxfXhSyoAGUo1emHh0uIIcg324ZreBYxmFdBDVAKOOuPmMlfN4RqNc/JGDSfVmMv5CjgYCUcSmkcYB0A5lk0Cg==",
|
|
417
|
-
"signed_at": "2026-05-
|
|
417
|
+
"signed_at": "2026-05-15T22:15:26.977Z",
|
|
418
418
|
"cwe_refs": [
|
|
419
419
|
"CWE-1188"
|
|
420
420
|
]
|
|
@@ -441,8 +441,8 @@
|
|
|
441
441
|
"attack_refs": [],
|
|
442
442
|
"framework_gaps": [],
|
|
443
443
|
"last_threat_review": "2026-05-01",
|
|
444
|
-
"signature": "
|
|
445
|
-
"signed_at": "2026-05-
|
|
444
|
+
"signature": "rFQ82v+1oAHWixWcGwokKhjZHfXUf6N7EfSgldhQ5Jrbiy3kv5CIbnOCsI6zPWyErSnpKVeBFTabJXnzLrzDCQ==",
|
|
445
|
+
"signed_at": "2026-05-15T22:15:26.978Z"
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
"name": "global-grc",
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"framework_gaps": [],
|
|
475
475
|
"last_threat_review": "2026-05-01",
|
|
476
476
|
"signature": "7yVjZkanFMKDQqXdX4B/7oLc2Rz72xHC1zscYd8F/+e5UAbR7ikK8Bn5EKZt3aBEOhHPAviSQNCMxpZD9U00CA==",
|
|
477
|
-
"signed_at": "2026-05-
|
|
477
|
+
"signed_at": "2026-05-15T22:15:26.978Z"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"name": "zeroday-gap-learn",
|
|
@@ -500,8 +500,8 @@
|
|
|
500
500
|
"attack_refs": [],
|
|
501
501
|
"framework_gaps": [],
|
|
502
502
|
"last_threat_review": "2026-05-01",
|
|
503
|
-
"signature": "
|
|
504
|
-
"signed_at": "2026-05-
|
|
503
|
+
"signature": "VlPR7yY39hEwDJYYKPgHAOeax9LU0X7eIrR8L7zMFJWS0SdKTalOXXJtD9GppByftnkYAAdryZ8tHQ/KWLtaBQ==",
|
|
504
|
+
"signed_at": "2026-05-15T22:15:26.979Z"
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
507
|
"name": "pqc-first",
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
],
|
|
554
554
|
"last_threat_review": "2026-05-01",
|
|
555
555
|
"signature": "V+qn5FqUlETfsEjvvi6jZGuQdqLFtFejfgPA6KSYxSlBXBTbOBXP3BGk5S+ba9akIzgbKh1j9VGB1MqsIt56DA==",
|
|
556
|
-
"signed_at": "2026-05-
|
|
556
|
+
"signed_at": "2026-05-15T22:15:26.979Z",
|
|
557
557
|
"cwe_refs": [
|
|
558
558
|
"CWE-327"
|
|
559
559
|
],
|
|
@@ -599,8 +599,8 @@
|
|
|
599
599
|
"Framework publication updates"
|
|
600
600
|
],
|
|
601
601
|
"last_threat_review": "2026-05-01",
|
|
602
|
-
"signature": "
|
|
603
|
-
"signed_at": "2026-05-
|
|
602
|
+
"signature": "WCNz19186cER1eEhCophTIbnL3ltS3FC98I1rfv463aRnuVxPB3sUlD9xHTbxTM2rUABhqKijhdkWiMh2uKxCQ==",
|
|
603
|
+
"signed_at": "2026-05-15T22:15:26.979Z"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
"name": "security-maturity-tiers",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
],
|
|
638
638
|
"last_threat_review": "2026-05-01",
|
|
639
639
|
"signature": "zjq6ACAHD46xvhvQJKlrCPh5xDCuBuIWBI+QJB8RxcudpC7p7I1pqv+BY8DZdsAgU4tquCU8KC+xlduMIk3/DQ==",
|
|
640
|
-
"signed_at": "2026-05-
|
|
640
|
+
"signed_at": "2026-05-15T22:15:26.980Z",
|
|
641
641
|
"cwe_refs": [
|
|
642
642
|
"CWE-1188"
|
|
643
643
|
]
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"framework_gaps": [],
|
|
673
673
|
"last_threat_review": "2026-05-11",
|
|
674
674
|
"signature": "/lGgWehCMQUXjI6w4FUa+5wrbyRnct+txvVcXA+D2/ZEkoJKh+J/psO3j5HPf7Hpv+Y5SmkH71CoO+9qilyVDQ==",
|
|
675
|
-
"signed_at": "2026-05-
|
|
675
|
+
"signed_at": "2026-05-15T22:15:26.980Z"
|
|
676
676
|
},
|
|
677
677
|
{
|
|
678
678
|
"name": "attack-surface-pentest",
|
|
@@ -742,8 +742,8 @@
|
|
|
742
742
|
"OWASP WSTG v5.x AI/MCP test cases (currently in working-group draft)",
|
|
743
743
|
"PTES revision incorporating AI-surface enumeration"
|
|
744
744
|
],
|
|
745
|
-
"signature": "
|
|
746
|
-
"signed_at": "2026-05-
|
|
745
|
+
"signature": "RqQMwOKK7xjG9e/Ls4986NOrDwKz/nQmpw1DwNJwV2nlOztyo7MgxUG3kTuLbuW3qCrrkO+CbpBA5nGS1cmKBQ==",
|
|
746
|
+
"signed_at": "2026-05-15T22:15:26.980Z"
|
|
747
747
|
},
|
|
748
748
|
{
|
|
749
749
|
"name": "fuzz-testing-strategy",
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
"OSS-Fuzz-Gen / AI-assisted harness generation becoming the default expectation for OSS maintainers"
|
|
804
804
|
],
|
|
805
805
|
"signature": "+ELdD+1AY5DymBitH7wU65CS60NY1nDoLowJAFn7cE5Gr/5jy9BTkyxsm7PEXaSlXWMOkTf/HQ+uyzyxUVD/Bw==",
|
|
806
|
-
"signed_at": "2026-05-
|
|
806
|
+
"signed_at": "2026-05-15T22:15:26.981Z"
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
809
|
"name": "dlp-gap-analysis",
|
|
@@ -877,8 +877,8 @@
|
|
|
877
877
|
"MCP gateway / proxy standardisation (Anthropic enterprise MCP gateway, Portkey MCP) — tool-call argument inspection is the missing primary control",
|
|
878
878
|
"Quebec Law 25, India DPDPA, KSA PDPL enforcement actions naming AI-tool prompt data as in-scope personal information"
|
|
879
879
|
],
|
|
880
|
-
"signature": "
|
|
881
|
-
"signed_at": "2026-05-
|
|
880
|
+
"signature": "vL5XeQOk7vwX0sLMuKghj6XLnXsqKcGpCUNMui9HwqnWyNQwgSRGu+JFqP7ZqpP3SUYRZHcVlWhXeTJHyOtiAA==",
|
|
881
|
+
"signed_at": "2026-05-15T22:15:26.981Z"
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
884
|
"name": "supply-chain-integrity",
|
|
@@ -954,8 +954,8 @@
|
|
|
954
954
|
"EU CRA (Regulation 2024/2847) — implementing acts for technical documentation and SBOM submission expected through 2027",
|
|
955
955
|
"OpenSSF model-signing — emerging Sigstore-based signing standard for ML model weights; track for production adoption"
|
|
956
956
|
],
|
|
957
|
-
"signature": "
|
|
958
|
-
"signed_at": "2026-05-
|
|
957
|
+
"signature": "jp3MxKukV7zW47eX3VcAIMG5WxypMDcfHqwYDodI9YQgTxEojCrRcMSApaoZHTdD3yTQC1JtkXeKxU6K3C5NCg==",
|
|
958
|
+
"signed_at": "2026-05-15T22:15:26.981Z"
|
|
959
959
|
},
|
|
960
960
|
{
|
|
961
961
|
"name": "defensive-countermeasure-mapping",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
],
|
|
1013
1013
|
"last_threat_review": "2026-05-11",
|
|
1014
1014
|
"signature": "XZigwq8X/csfrdG10O6Q1V5q0zUqSQGd3QrjRKkZ4fkaodG4mZahYuIQqxc8rU9jjtGAm9LtBXYB+I5csqj9Bw==",
|
|
1015
|
-
"signed_at": "2026-05-
|
|
1015
|
+
"signed_at": "2026-05-15T22:15:26.982Z"
|
|
1016
1016
|
},
|
|
1017
1017
|
{
|
|
1018
1018
|
"name": "identity-assurance",
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
"d3fend_refs": [],
|
|
1080
1080
|
"last_threat_review": "2026-05-11",
|
|
1081
1081
|
"signature": "k0HrsZMBxiPWB1jl4dRwhv/R5IsqbZ+SLDv1Jx3/sRl51JyXjtm8vyogTNhSwsl5/IkaRakqIPJFRFRl5h/9CQ==",
|
|
1082
|
-
"signed_at": "2026-05-
|
|
1082
|
+
"signed_at": "2026-05-15T22:15:26.982Z"
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
1085
|
"name": "ot-ics-security",
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
"d3fend_refs": [],
|
|
1136
1136
|
"last_threat_review": "2026-05-11",
|
|
1137
1137
|
"signature": "oHxjumOhk8y86WcwhAX8sSWIlPzt60KfTMn4DCJLeRrrQd5+i54fVADKAdZ3vOqfDN+DexO0uX4f5dLPtacRCQ==",
|
|
1138
|
-
"signed_at": "2026-05-
|
|
1138
|
+
"signed_at": "2026-05-15T22:15:26.982Z"
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
|
1141
1141
|
"name": "coordinated-vuln-disclosure",
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"NYDFS 23 NYCRR 500 amendments potentially adding explicit CVD program requirements"
|
|
1188
1188
|
],
|
|
1189
1189
|
"signature": "UCiNjncvhkZItmLQA/Sm1/NCsOiLMwdCjfUw+067v4NIxhaMMaqRrAeD3KgMyEtov7m2Hq2kfwYSt5+DQsYDCQ==",
|
|
1190
|
-
"signed_at": "2026-05-
|
|
1190
|
+
"signed_at": "2026-05-15T22:15:26.983Z"
|
|
1191
1191
|
},
|
|
1192
1192
|
{
|
|
1193
1193
|
"name": "threat-modeling-methodology",
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
"PASTA v2 updates incorporating AI/ML application threats"
|
|
1238
1238
|
],
|
|
1239
1239
|
"signature": "V9kl8Cf8UMjNFyn3D/fSyhWHLeXWlx3WV/jT9jdF9SrjfDqymimuTt2o91cZ2FOEJndAH9V0JGXB13Ohz8K4CQ==",
|
|
1240
|
-
"signed_at": "2026-05-
|
|
1240
|
+
"signed_at": "2026-05-15T22:15:26.983Z"
|
|
1241
1241
|
},
|
|
1242
1242
|
{
|
|
1243
1243
|
"name": "webapp-security",
|
|
@@ -1310,8 +1310,8 @@
|
|
|
1310
1310
|
],
|
|
1311
1311
|
"d3fend_refs": [],
|
|
1312
1312
|
"last_threat_review": "2026-05-11",
|
|
1313
|
-
"signature": "
|
|
1314
|
-
"signed_at": "2026-05-
|
|
1313
|
+
"signature": "ENSL4MJSNXhriKsTVBjg2jTc7JTtb6mxqbfBw/SVVajPMkLMcLBk4Gem9LhZWZ8DSqyWLnFO2d6hlz5q8bjuCg==",
|
|
1314
|
+
"signed_at": "2026-05-15T22:15:26.983Z"
|
|
1315
1315
|
},
|
|
1316
1316
|
{
|
|
1317
1317
|
"name": "ai-risk-management",
|
|
@@ -1360,8 +1360,8 @@
|
|
|
1360
1360
|
],
|
|
1361
1361
|
"d3fend_refs": [],
|
|
1362
1362
|
"last_threat_review": "2026-05-11",
|
|
1363
|
-
"signature": "
|
|
1364
|
-
"signed_at": "2026-05-
|
|
1363
|
+
"signature": "8E82UwKFNraXV/MKAbiUV6gUryYuN+Ff/kiv1aW4/XtriShdTyt/UgRuQJ8LXGXl0jMH8hRJ/xTAV8LOJqexDA==",
|
|
1364
|
+
"signed_at": "2026-05-15T22:15:26.984Z"
|
|
1365
1365
|
},
|
|
1366
1366
|
{
|
|
1367
1367
|
"name": "sector-healthcare",
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
"d3fend_refs": [],
|
|
1422
1422
|
"last_threat_review": "2026-05-11",
|
|
1423
1423
|
"signature": "BDuLcpTeFp2BNSf1q4rYOhYKNhlgd3o5RZ0Uw9xW5olyYxPbZSgqekQ+6Ggaec09s7y6sqR37GS0vuAMdbrdDQ==",
|
|
1424
|
-
"signed_at": "2026-05-
|
|
1424
|
+
"signed_at": "2026-05-15T22:15:26.984Z"
|
|
1425
1425
|
},
|
|
1426
1426
|
{
|
|
1427
1427
|
"name": "sector-financial",
|
|
@@ -1501,8 +1501,8 @@
|
|
|
1501
1501
|
"OSFI B-13 (Technology and Cyber Risk Management) post-2024 examination findings",
|
|
1502
1502
|
"TIBER-EU framework v2.0 alignment with DORA TLPT RTS (JC 2024/40); cross-recognition with CBEST and iCAST"
|
|
1503
1503
|
],
|
|
1504
|
-
"signature": "
|
|
1505
|
-
"signed_at": "2026-05-
|
|
1504
|
+
"signature": "w12QqGBlRDaDVYug9uQVmEbxR7+gX23rOKZSjlt3XcszYDHBCRiP4cBRKMuEguu44DCaQsg+Btu4vAVMlss9Dg==",
|
|
1505
|
+
"signed_at": "2026-05-15T22:15:26.984Z"
|
|
1506
1506
|
},
|
|
1507
1507
|
{
|
|
1508
1508
|
"name": "sector-federal-government",
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
"Australia PSPF 2024 revision and ISM quarterly updates — track for Essential Eight Maturity Level requirements for federal entities"
|
|
1572
1572
|
],
|
|
1573
1573
|
"signature": "nMsyJ+rp5fM8/VjC7zsZyDjOC4hpxB+noT1VX7W0HBlq5t3SY56cwOGApwES/kBcCuf4qexKY376OxUr93zvCQ==",
|
|
1574
|
-
"signed_at": "2026-05-
|
|
1574
|
+
"signed_at": "2026-05-15T22:15:26.985Z"
|
|
1575
1575
|
},
|
|
1576
1576
|
{
|
|
1577
1577
|
"name": "sector-energy",
|
|
@@ -1636,7 +1636,93 @@
|
|
|
1636
1636
|
"ICS-CERT advisory feed (https://www.cisa.gov/news-events/cybersecurity-advisories/ics-advisories) for vendor CVEs in Siemens, Rockwell, Schneider Electric, ABB, GE Vernova, Hitachi Energy, AVEVA / OSIsoft PI"
|
|
1637
1637
|
],
|
|
1638
1638
|
"signature": "L1moEqEGkBkqY/3ohJcfqrlJn40UurDCyb2MOP/IwTAeZD+QbVZ17/drdsydkJ6qSXPiyiE6u8HDfZsDS13NBQ==",
|
|
1639
|
-
"signed_at": "2026-05-
|
|
1639
|
+
"signed_at": "2026-05-15T22:15:26.985Z"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "sector-telecom",
|
|
1643
|
+
"version": "1.0.0",
|
|
1644
|
+
"path": "skills/sector-telecom/skill.md",
|
|
1645
|
+
"description": "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",
|
|
1646
|
+
"triggers": [
|
|
1647
|
+
"telecom security",
|
|
1648
|
+
"5g core",
|
|
1649
|
+
"salt typhoon",
|
|
1650
|
+
"volt typhoon",
|
|
1651
|
+
"gnb integrity",
|
|
1652
|
+
"lawful intercept",
|
|
1653
|
+
"calea",
|
|
1654
|
+
"fcc cpni",
|
|
1655
|
+
"4-business-day notification",
|
|
1656
|
+
"gsma nesas",
|
|
1657
|
+
"ss7",
|
|
1658
|
+
"diameter",
|
|
1659
|
+
"gtp",
|
|
1660
|
+
"3gpp ts 33.501",
|
|
1661
|
+
"3gpp tr 33.926",
|
|
1662
|
+
"o-ran",
|
|
1663
|
+
"n6 n9 isolation",
|
|
1664
|
+
"nis2 annex i",
|
|
1665
|
+
"uk tsa 2021",
|
|
1666
|
+
"au soci",
|
|
1667
|
+
"tssr",
|
|
1668
|
+
"itu-t x.805"
|
|
1669
|
+
],
|
|
1670
|
+
"data_deps": [
|
|
1671
|
+
"cve-catalog.json",
|
|
1672
|
+
"atlas-ttps.json",
|
|
1673
|
+
"framework-control-gaps.json",
|
|
1674
|
+
"global-frameworks.json",
|
|
1675
|
+
"cwe-catalog.json",
|
|
1676
|
+
"d3fend-catalog.json"
|
|
1677
|
+
],
|
|
1678
|
+
"atlas_refs": [
|
|
1679
|
+
"AML.T0040"
|
|
1680
|
+
],
|
|
1681
|
+
"attack_refs": [
|
|
1682
|
+
"T1071",
|
|
1683
|
+
"T1078",
|
|
1684
|
+
"T1098",
|
|
1685
|
+
"T1190",
|
|
1686
|
+
"T1199",
|
|
1687
|
+
"T1556"
|
|
1688
|
+
],
|
|
1689
|
+
"framework_gaps": [
|
|
1690
|
+
"FCC-CPNI-4.1",
|
|
1691
|
+
"FCC-Cyber-Incident-Notification-2024",
|
|
1692
|
+
"NIS2-Annex-I-Telecom",
|
|
1693
|
+
"DORA-Art-21-Telecom-ICT",
|
|
1694
|
+
"UK-CAF-B5",
|
|
1695
|
+
"AU-ISM-1556",
|
|
1696
|
+
"GSMA-NESAS-Deployment",
|
|
1697
|
+
"3GPP-TR-33.926",
|
|
1698
|
+
"ITU-T-X.805"
|
|
1699
|
+
],
|
|
1700
|
+
"rfc_refs": [
|
|
1701
|
+
"RFC-9622"
|
|
1702
|
+
],
|
|
1703
|
+
"cwe_refs": [
|
|
1704
|
+
"CWE-287",
|
|
1705
|
+
"CWE-306",
|
|
1706
|
+
"CWE-918"
|
|
1707
|
+
],
|
|
1708
|
+
"d3fend_refs": [
|
|
1709
|
+
"D3-NTA",
|
|
1710
|
+
"D3-NTPM",
|
|
1711
|
+
"D3-IOPR",
|
|
1712
|
+
"D3-NI"
|
|
1713
|
+
],
|
|
1714
|
+
"last_threat_review": "2026-05-15",
|
|
1715
|
+
"forward_watch": [
|
|
1716
|
+
"FCC CPNI rule updates (47 CFR 64.2009 / 64.2011 amendments)",
|
|
1717
|
+
"5G AI-RAN security guidance from CISA, ENISA, NCSC, ASD ACSC",
|
|
1718
|
+
"GSMA FS.32 / FS.36 / FS.43 revisions",
|
|
1719
|
+
"Volt Typhoon / Salt Typhoon successor-actor disclosures",
|
|
1720
|
+
"Five Eyes joint advisories on telecom-equipment intrusion",
|
|
1721
|
+
"3GPP TS 33.501 updates (5G security architecture rebaseline)",
|
|
1722
|
+
"O-RAN SFG / WG11 security specifications"
|
|
1723
|
+
],
|
|
1724
|
+
"signature": "VKLuoRkFq7lNXqySipwzPSaiHaqemHQ2cReemF/Xy9hUpD9orQaTVZWClOA4lzoF6d2eQ/CeS///Jjnj4g9dCg==",
|
|
1725
|
+
"signed_at": "2026-05-15T22:15:26.986Z"
|
|
1640
1726
|
},
|
|
1641
1727
|
{
|
|
1642
1728
|
"name": "api-security",
|
|
@@ -1704,8 +1790,8 @@
|
|
|
1704
1790
|
],
|
|
1705
1791
|
"d3fend_refs": [],
|
|
1706
1792
|
"last_threat_review": "2026-05-11",
|
|
1707
|
-
"signature": "
|
|
1708
|
-
"signed_at": "2026-05-
|
|
1793
|
+
"signature": "JHGu5OI35payaFR1At3XZIX4HnflgF3lI9vk/XsHpu0loWHtbTiA/SrNzTuWO+be8aIfd36uNz7WnJNwBTCHDA==",
|
|
1794
|
+
"signed_at": "2026-05-15T22:15:26.986Z"
|
|
1709
1795
|
},
|
|
1710
1796
|
{
|
|
1711
1797
|
"name": "cloud-security",
|
|
@@ -1786,7 +1872,7 @@
|
|
|
1786
1872
|
"CISA KEV additions for cloud-control-plane CVEs (IMDSv1 abuses, federation token mishandling, cross-tenant boundary failures); CISA Cybersecurity Advisories for cross-cloud advisories"
|
|
1787
1873
|
],
|
|
1788
1874
|
"signature": "UEn0305KAEqIfYOdzadLBdPG/PJ+3sJ/8ubvPFNcXfqXp2uOWTfqGUqY65PApA992VEEa1RBQt5R7Nyhd/OjDQ==",
|
|
1789
|
-
"signed_at": "2026-05-
|
|
1875
|
+
"signed_at": "2026-05-15T22:15:26.986Z"
|
|
1790
1876
|
},
|
|
1791
1877
|
{
|
|
1792
1878
|
"name": "container-runtime-security",
|
|
@@ -1847,8 +1933,8 @@
|
|
|
1847
1933
|
],
|
|
1848
1934
|
"d3fend_refs": [],
|
|
1849
1935
|
"last_threat_review": "2026-05-11",
|
|
1850
|
-
"signature": "
|
|
1851
|
-
"signed_at": "2026-05-
|
|
1936
|
+
"signature": "lPd9tHAskNapjrWwFWhsb8ntAL0xovDCIGElsOCyjcafzby4ArwRw5Lq28sfNloJZAhMN+AWj+lDdFytiUQHCQ==",
|
|
1937
|
+
"signed_at": "2026-05-15T22:15:26.987Z"
|
|
1852
1938
|
},
|
|
1853
1939
|
{
|
|
1854
1940
|
"name": "mlops-security",
|
|
@@ -1918,8 +2004,8 @@
|
|
|
1918
2004
|
"EU AI Act high-risk technical-file implementing acts (2026-2027) — operational requirements for Article 10 / 13 / 15 documentation may pin ML-BOM or model-signing",
|
|
1919
2005
|
"MITRE ATLAS v5.2 — track AML.T0010 sub-technique expansion and any new MLOps-pipeline-specific TTPs"
|
|
1920
2006
|
],
|
|
1921
|
-
"signature": "
|
|
1922
|
-
"signed_at": "2026-05-
|
|
2007
|
+
"signature": "U+HyElcP007FIblXUE/nFpj/rZ5z3VohsvxRCWEuuJDLdOnsXYEadb7ccr3X7S4aRG2MC4T2KtVtgbKIuO5QDw==",
|
|
2008
|
+
"signed_at": "2026-05-15T22:15:26.987Z"
|
|
1923
2009
|
},
|
|
1924
2010
|
{
|
|
1925
2011
|
"name": "incident-response-playbook",
|
|
@@ -1980,8 +2066,8 @@
|
|
|
1980
2066
|
"IL INCD Incident Response Process v4 (slated for 2026-2027) consolidating AI-incident sub-class",
|
|
1981
2067
|
"NYDFS 23 NYCRR 500.17 amendments tightening ransom-payment 24h disclosure operationalization"
|
|
1982
2068
|
],
|
|
1983
|
-
"signature": "
|
|
1984
|
-
"signed_at": "2026-05-
|
|
2069
|
+
"signature": "XB3TVjNRBlqqbIhatFoYtTJHTS51nVt9k7DVrb2roUflLDjbCnaTbrpztA2oqJyyxwgnLlX+K7NW8oYOYEMeCg==",
|
|
2070
|
+
"signed_at": "2026-05-15T22:15:26.987Z"
|
|
1985
2071
|
},
|
|
1986
2072
|
{
|
|
1987
2073
|
"name": "email-security-anti-phishing",
|
|
@@ -2034,7 +2120,7 @@
|
|
|
2034
2120
|
"d3fend_refs": [],
|
|
2035
2121
|
"last_threat_review": "2026-05-11",
|
|
2036
2122
|
"signature": "RiCryJEd66T2NNcSo/mZTd3sGWDycE3C37guLJanLdVL5co35DrPFmIl8qy3ZM/y+Wzg5vpny8VKgr1//1/bCA==",
|
|
2037
|
-
"signed_at": "2026-05-
|
|
2123
|
+
"signed_at": "2026-05-15T22:15:26.988Z"
|
|
2038
2124
|
},
|
|
2039
2125
|
{
|
|
2040
2126
|
"name": "age-gates-child-safety",
|
|
@@ -2102,11 +2188,11 @@
|
|
|
2102
2188
|
"US state adult-site age-verification laws — 19+ states by mid-2026 (TX HB 18 upheld by SCOTUS June 2025 in Free Speech Coalition v. Paxton); track ongoing challenges in remaining states"
|
|
2103
2189
|
],
|
|
2104
2190
|
"signature": "MMWvg3lIf5ygm31zyf1E43t3W9MfRbMBBPrqlj1wOa8AxVJL8LICnAXfmyJ/TNJXwpF+rfZeDdoxXkql8wmtBA==",
|
|
2105
|
-
"signed_at": "2026-05-
|
|
2191
|
+
"signed_at": "2026-05-15T22:15:26.988Z"
|
|
2106
2192
|
}
|
|
2107
2193
|
],
|
|
2108
2194
|
"manifest_signature": {
|
|
2109
2195
|
"algorithm": "Ed25519",
|
|
2110
|
-
"signature_base64": "
|
|
2196
|
+
"signature_base64": "G344ApDWCadCdjzlTgTMnX/DbpyebRxP+TCeSpUVupPmXHX6EL9Sq61YmAbliIzvktl8xK5JerqbGAXXFOPaDA=="
|
|
2111
2197
|
}
|
|
2112
2198
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blamejs/exceptd-skills",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.26",
|
|
4
4
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 38 skills, 10 catalogs, 34 jurisdictions, pre-computed indexes, Ed25519-signed.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-security",
|
package/sbom.cdx.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.6",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:b073ce4f-f31d-4836-a0fb-181ae601a5cf",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2026-05-
|
|
7
|
+
"timestamp": "2026-05-15T22:10:26.119Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"name": "hand-written",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"component": {
|
|
16
|
-
"bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.12.
|
|
16
|
+
"bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.12.26",
|
|
17
17
|
"type": "application",
|
|
18
18
|
"name": "@blamejs/exceptd-skills",
|
|
19
|
-
"version": "0.12.
|
|
19
|
+
"version": "0.12.26",
|
|
20
20
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 38 skills, 10 catalogs, 34 jurisdictions, pre-computed indexes, Ed25519-signed.",
|
|
21
21
|
"licenses": [
|
|
22
22
|
{
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
|
-
"purl": "pkg:npm/%40blamejs/exceptd-skills@0.12.
|
|
28
|
+
"purl": "pkg:npm/%40blamejs/exceptd-skills@0.12.26",
|
|
29
29
|
"externalReferences": [
|
|
30
30
|
{
|
|
31
31
|
"type": "distribution",
|
|
32
|
-
"url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.12.
|
|
32
|
+
"url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.12.26"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"type": "vcs",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"name": "exceptd:skill:count",
|
|
51
|
-
"value": "
|
|
51
|
+
"value": "39"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"name": "exceptd:integrity:method",
|
|
@@ -52,7 +52,16 @@ d3fend_refs:
|
|
|
52
52
|
- D3-EAL
|
|
53
53
|
- D3-FAPA
|
|
54
54
|
- D3-CSPP
|
|
55
|
-
|
|
55
|
+
forward_watch:
|
|
56
|
+
- NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; AI-assisted discovery angle; track for active-exploitation confirmation and patch advisory
|
|
57
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — LiteLLM 3-bug SSRF + Code Injection chain by k3vg3n; expect coordinated CVE assignments and upstream patch; track KEV add post-embargo
|
|
58
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — LiteLLM full SSRF + Code Injection by Out Of Bounds (Byung Young Yi); duplicate-class with the k3vg3n entry; track unified patch advisory
|
|
59
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — LM Studio 5-bug exploit chain by STARLabs SG; impacts local AI runtime trust; track patch and MCP integration advisories
|
|
60
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — OpenAI Codex CWE-150 improper neutralization by Compass Security; AI coding-agent surface; forward-watch only (no coding-agent-security skill yet)
|
|
61
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — Chroma vector DB CWE-190 + CWE-362 chain by haehae; impacts RAG vector store integrity; track patch and downstream RAG advisory
|
|
62
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Megatron Bridge overly permissive allowed list by Satoki Tsuji; AI training-stack supply-chain exposure; track patch and SBOM advisory
|
|
63
|
+
- Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Megatron Bridge path traversal by haehae; AI training-stack file-system trust boundary; track patch and SBOM advisory
|
|
64
|
+
last_threat_review: "2026-05-15"
|
|
56
65
|
---
|
|
57
66
|
|
|
58
67
|
# AI Attack Surface Assessment
|
|
@@ -85,7 +94,7 @@ This is a supply chain attack surface. Every MCP server a user installs is a pot
|
|
|
85
94
|
|
|
86
95
|
### 3. AI-Assisted Exploit Development
|
|
87
96
|
|
|
88
|
-
41% of 2025 zero-days were discovered by attackers using AI-assisted reverse engineering. Copy Fail (CVE-2026-31431) was discovered by an AI system in approximately one hour.
|
|
97
|
+
41% of 2025 zero-days were discovered by attackers using AI-assisted reverse engineering (GTIG 2025 annual). Copy Fail (CVE-2026-31431) was discovered by an AI system in approximately one hour. The first documented AI-built in-the-wild zero-day surfaced 2026-05-11 (GTIG AI 2FA-bypass case), and Fragnesia (CVE-2026-46300, Linux LPE) was disclosed 2026-05-13 by William Bowling / Zellic with explicit credit to Zellic's AI-agentic code-auditing tool — the anchor case for autonomous AI vulnerability discovery in load-bearing OSS (18-year-old kernel code path). The Dirty Frag pair (CVE-2026-43284 / CVE-2026-43500) was disclosed 2026-05-08 and industry analysis (Sysdig, Help Net Security) assesses AI-assisted discovery as likely given the 9-year exposure window. The exceptd catalog's 2026 AI-discovery rate is now 40%, tracking the GTIG 41% reference. Defensive posture is calibrated to CTID Secure AI v2 (released 2026-05-06) — Secure AI v1 is superseded.
|
|
89
98
|
|
|
90
99
|
The implication: the time between a vulnerability's introduction into a codebase and its reliable exploitation has compressed from months or years to hours or days for AI-capable threat actors. Patch management SLAs designed for human-speed exploit development are structurally inadequate.
|
|
91
100
|
|