@blamejs/exceptd-skills 0.13.59 → 0.13.62
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 +35 -0
- package/README.md +4 -2
- package/agents/README.md +5 -7
- package/bin/exceptd.js +75 -6
- package/data/_indexes/_meta.json +13 -13
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/handoff-dag.json +3 -2
- package/data/_indexes/section-offsets.json +181 -172
- package/data/_indexes/token-budget.json +64 -59
- package/manifest.json +54 -54
- package/package.json +2 -2
- package/sbom.cdx.json +41 -41
- package/scripts/builders/catalog-summaries.js +1 -1
- package/skills/attack-surface-pentest/skill.md +3 -3
- package/skills/compliance-theater/skill.md +2 -2
- package/skills/framework-gap-analysis/skill.md +2 -2
- package/skills/incident-response-playbook/skill.md +3 -3
- package/skills/mlops-security/skill.md +3 -3
- package/skills/policy-exception-gen/skill.md +2 -2
- package/skills/pqc-first/skill.md +23 -2
- package/skills/rag-pipeline-security/skill.md +2 -2
- package/skills/ransomware-response/skill.md +2 -2
- package/skills/skill-update-loop/skill.md +4 -4
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"schema_version": "1.0.0",
|
|
4
4
|
"tokenizer_note": "Character-density approximation: 1 token ≈ 4 chars. This is the canonical rule-of-thumb for OpenAI tokenizers on English+technical text. Claude's tokenizer is typically more efficient on prose; treat this as an upper-bound budget for both. Consumers with stricter precision needs should re-tokenize with their own tokenizer.",
|
|
5
5
|
"approx_chars_per_token": 4,
|
|
6
|
-
"total_chars":
|
|
7
|
-
"total_approx_tokens":
|
|
6
|
+
"total_chars": 1671867,
|
|
7
|
+
"total_approx_tokens": 417973,
|
|
8
8
|
"skill_count": 42
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
@@ -175,10 +175,10 @@
|
|
|
175
175
|
},
|
|
176
176
|
"framework-gap-analysis": {
|
|
177
177
|
"path": "skills/framework-gap-analysis/skill.md",
|
|
178
|
-
"bytes":
|
|
179
|
-
"chars":
|
|
178
|
+
"bytes": 32006,
|
|
179
|
+
"chars": 31898,
|
|
180
180
|
"lines": 406,
|
|
181
|
-
"approx_tokens":
|
|
181
|
+
"approx_tokens": 7975,
|
|
182
182
|
"approx_chars_per_token": 4,
|
|
183
183
|
"sections": {
|
|
184
184
|
"threat-context": {
|
|
@@ -192,9 +192,9 @@
|
|
|
192
192
|
"approx_tokens": 818
|
|
193
193
|
},
|
|
194
194
|
"ttp-mapping": {
|
|
195
|
-
"bytes":
|
|
196
|
-
"chars":
|
|
197
|
-
"approx_tokens":
|
|
195
|
+
"bytes": 2084,
|
|
196
|
+
"chars": 2082,
|
|
197
|
+
"approx_tokens": 521
|
|
198
198
|
},
|
|
199
199
|
"exploit-availability-matrix": {
|
|
200
200
|
"bytes": 1536,
|
|
@@ -235,10 +235,10 @@
|
|
|
235
235
|
},
|
|
236
236
|
"compliance-theater": {
|
|
237
237
|
"path": "skills/compliance-theater/skill.md",
|
|
238
|
-
"bytes":
|
|
239
|
-
"chars":
|
|
238
|
+
"bytes": 38659,
|
|
239
|
+
"chars": 38567,
|
|
240
240
|
"lines": 409,
|
|
241
|
-
"approx_tokens":
|
|
241
|
+
"approx_tokens": 9642,
|
|
242
242
|
"approx_chars_per_token": 4,
|
|
243
243
|
"sections": {
|
|
244
244
|
"frontmatter-scope": {
|
|
@@ -257,9 +257,9 @@
|
|
|
257
257
|
"approx_tokens": 2025
|
|
258
258
|
},
|
|
259
259
|
"ttp-mapping": {
|
|
260
|
-
"bytes":
|
|
261
|
-
"chars":
|
|
262
|
-
"approx_tokens":
|
|
260
|
+
"bytes": 2205,
|
|
261
|
+
"chars": 2189,
|
|
262
|
+
"approx_tokens": 547
|
|
263
263
|
},
|
|
264
264
|
"exploit-availability-matrix": {
|
|
265
265
|
"bytes": 2006,
|
|
@@ -515,10 +515,10 @@
|
|
|
515
515
|
},
|
|
516
516
|
"policy-exception-gen": {
|
|
517
517
|
"path": "skills/policy-exception-gen/skill.md",
|
|
518
|
-
"bytes":
|
|
519
|
-
"chars":
|
|
518
|
+
"bytes": 36832,
|
|
519
|
+
"chars": 36720,
|
|
520
520
|
"lines": 479,
|
|
521
|
-
"approx_tokens":
|
|
521
|
+
"approx_tokens": 9180,
|
|
522
522
|
"approx_chars_per_token": 4,
|
|
523
523
|
"sections": {
|
|
524
524
|
"frontmatter-scope": {
|
|
@@ -537,9 +537,9 @@
|
|
|
537
537
|
"approx_tokens": 1363
|
|
538
538
|
},
|
|
539
539
|
"ttp-mapping": {
|
|
540
|
-
"bytes":
|
|
541
|
-
"chars":
|
|
542
|
-
"approx_tokens":
|
|
540
|
+
"bytes": 1943,
|
|
541
|
+
"chars": 1929,
|
|
542
|
+
"approx_tokens": 482
|
|
543
543
|
},
|
|
544
544
|
"exploit-availability-matrix": {
|
|
545
545
|
"bytes": 2024,
|
|
@@ -770,10 +770,10 @@
|
|
|
770
770
|
},
|
|
771
771
|
"pqc-first": {
|
|
772
772
|
"path": "skills/pqc-first/skill.md",
|
|
773
|
-
"bytes":
|
|
774
|
-
"chars":
|
|
775
|
-
"lines":
|
|
776
|
-
"approx_tokens":
|
|
773
|
+
"bytes": 37988,
|
|
774
|
+
"chars": 37818,
|
|
775
|
+
"lines": 572,
|
|
776
|
+
"approx_tokens": 9455,
|
|
777
777
|
"approx_chars_per_token": 4,
|
|
778
778
|
"sections": {
|
|
779
779
|
"threat-context": {
|
|
@@ -787,9 +787,9 @@
|
|
|
787
787
|
"approx_tokens": 1976
|
|
788
788
|
},
|
|
789
789
|
"ttp-mapping": {
|
|
790
|
-
"bytes":
|
|
791
|
-
"chars":
|
|
792
|
-
"approx_tokens":
|
|
790
|
+
"bytes": 2122,
|
|
791
|
+
"chars": 2110,
|
|
792
|
+
"approx_tokens": 528
|
|
793
793
|
},
|
|
794
794
|
"exploit-availability-matrix": {
|
|
795
795
|
"bytes": 2472,
|
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
"chars": 1471,
|
|
842
842
|
"approx_tokens": 368
|
|
843
843
|
},
|
|
844
|
+
"defensive-countermeasure-mapping": {
|
|
845
|
+
"bytes": 3868,
|
|
846
|
+
"chars": 3846,
|
|
847
|
+
"approx_tokens": 962
|
|
848
|
+
},
|
|
844
849
|
"compliance-theater-check": {
|
|
845
850
|
"bytes": 660,
|
|
846
851
|
"chars": 660,
|
|
@@ -850,10 +855,10 @@
|
|
|
850
855
|
},
|
|
851
856
|
"skill-update-loop": {
|
|
852
857
|
"path": "skills/skill-update-loop/skill.md",
|
|
853
|
-
"bytes":
|
|
854
|
-
"chars":
|
|
858
|
+
"bytes": 47833,
|
|
859
|
+
"chars": 47699,
|
|
855
860
|
"lines": 522,
|
|
856
|
-
"approx_tokens":
|
|
861
|
+
"approx_tokens": 11925,
|
|
857
862
|
"approx_chars_per_token": 4,
|
|
858
863
|
"sections": {
|
|
859
864
|
"frontmatter-scope": {
|
|
@@ -862,9 +867,9 @@
|
|
|
862
867
|
"approx_tokens": 113
|
|
863
868
|
},
|
|
864
869
|
"threat-context": {
|
|
865
|
-
"bytes":
|
|
866
|
-
"chars":
|
|
867
|
-
"approx_tokens":
|
|
870
|
+
"bytes": 1543,
|
|
871
|
+
"chars": 1537,
|
|
872
|
+
"approx_tokens": 384
|
|
868
873
|
},
|
|
869
874
|
"ttp-mapping": {
|
|
870
875
|
"bytes": 1092,
|
|
@@ -907,9 +912,9 @@
|
|
|
907
912
|
"approx_tokens": 699
|
|
908
913
|
},
|
|
909
914
|
"exploit-availability-matrix": {
|
|
910
|
-
"bytes":
|
|
911
|
-
"chars":
|
|
912
|
-
"approx_tokens":
|
|
915
|
+
"bytes": 2727,
|
|
916
|
+
"chars": 2721,
|
|
917
|
+
"approx_tokens": 680
|
|
913
918
|
},
|
|
914
919
|
"compliance-theater-check": {
|
|
915
920
|
"bytes": 1677,
|
|
@@ -1065,10 +1070,10 @@
|
|
|
1065
1070
|
},
|
|
1066
1071
|
"attack-surface-pentest": {
|
|
1067
1072
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
1068
|
-
"bytes":
|
|
1069
|
-
"chars":
|
|
1073
|
+
"bytes": 33290,
|
|
1074
|
+
"chars": 33147,
|
|
1070
1075
|
"lines": 388,
|
|
1071
|
-
"approx_tokens":
|
|
1076
|
+
"approx_tokens": 8287,
|
|
1072
1077
|
"approx_chars_per_token": 4,
|
|
1073
1078
|
"sections": {
|
|
1074
1079
|
"threat-context": {
|
|
@@ -1077,14 +1082,14 @@
|
|
|
1077
1082
|
"approx_tokens": 1173
|
|
1078
1083
|
},
|
|
1079
1084
|
"framework-lag-declaration": {
|
|
1080
|
-
"bytes":
|
|
1081
|
-
"chars":
|
|
1085
|
+
"bytes": 4563,
|
|
1086
|
+
"chars": 4553,
|
|
1082
1087
|
"approx_tokens": 1138
|
|
1083
1088
|
},
|
|
1084
1089
|
"ttp-mapping": {
|
|
1085
|
-
"bytes":
|
|
1086
|
-
"chars":
|
|
1087
|
-
"approx_tokens":
|
|
1090
|
+
"bytes": 2235,
|
|
1091
|
+
"chars": 2214,
|
|
1092
|
+
"approx_tokens": 554
|
|
1088
1093
|
},
|
|
1089
1094
|
"exploit-availability-matrix": {
|
|
1090
1095
|
"bytes": 2455,
|
|
@@ -2095,10 +2100,10 @@
|
|
|
2095
2100
|
},
|
|
2096
2101
|
"mlops-security": {
|
|
2097
2102
|
"path": "skills/mlops-security/skill.md",
|
|
2098
|
-
"bytes":
|
|
2099
|
-
"chars":
|
|
2103
|
+
"bytes": 46350,
|
|
2104
|
+
"chars": 46056,
|
|
2100
2105
|
"lines": 332,
|
|
2101
|
-
"approx_tokens":
|
|
2106
|
+
"approx_tokens": 11514,
|
|
2102
2107
|
"approx_chars_per_token": 4,
|
|
2103
2108
|
"sections": {
|
|
2104
2109
|
"threat-context": {
|
|
@@ -2150,10 +2155,10 @@
|
|
|
2150
2155
|
},
|
|
2151
2156
|
"incident-response-playbook": {
|
|
2152
2157
|
"path": "skills/incident-response-playbook/skill.md",
|
|
2153
|
-
"bytes":
|
|
2154
|
-
"chars":
|
|
2158
|
+
"bytes": 63307,
|
|
2159
|
+
"chars": 63055,
|
|
2155
2160
|
"lines": 549,
|
|
2156
|
-
"approx_tokens":
|
|
2161
|
+
"approx_tokens": 15764,
|
|
2157
2162
|
"approx_chars_per_token": 4,
|
|
2158
2163
|
"sections": {
|
|
2159
2164
|
"threat-context": {
|
|
@@ -2167,9 +2172,9 @@
|
|
|
2167
2172
|
"approx_tokens": 2541
|
|
2168
2173
|
},
|
|
2169
2174
|
"ttp-mapping": {
|
|
2170
|
-
"bytes":
|
|
2171
|
-
"chars":
|
|
2172
|
-
"approx_tokens":
|
|
2175
|
+
"bytes": 4992,
|
|
2176
|
+
"chars": 4984,
|
|
2177
|
+
"approx_tokens": 1246
|
|
2173
2178
|
},
|
|
2174
2179
|
"exploit-availability-matrix": {
|
|
2175
2180
|
"bytes": 3811,
|
|
@@ -2205,10 +2210,10 @@
|
|
|
2205
2210
|
},
|
|
2206
2211
|
"ransomware-response": {
|
|
2207
2212
|
"path": "skills/ransomware-response/skill.md",
|
|
2208
|
-
"bytes":
|
|
2209
|
-
"chars":
|
|
2213
|
+
"bytes": 48452,
|
|
2214
|
+
"chars": 48272,
|
|
2210
2215
|
"lines": 371,
|
|
2211
|
-
"approx_tokens":
|
|
2216
|
+
"approx_tokens": 12068,
|
|
2212
2217
|
"approx_chars_per_token": 4,
|
|
2213
2218
|
"sections": {
|
|
2214
2219
|
"threat-context": {
|
|
@@ -2222,9 +2227,9 @@
|
|
|
2222
2227
|
"approx_tokens": 1692
|
|
2223
2228
|
},
|
|
2224
2229
|
"ttp-mapping": {
|
|
2225
|
-
"bytes":
|
|
2226
|
-
"chars":
|
|
2227
|
-
"approx_tokens":
|
|
2230
|
+
"bytes": 2217,
|
|
2231
|
+
"chars": 2217,
|
|
2232
|
+
"approx_tokens": 554
|
|
2228
2233
|
},
|
|
2229
2234
|
"exploit-availability-matrix": {
|
|
2230
2235
|
"bytes": 2592,
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceptd-security",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.62",
|
|
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",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"last_threat_review": "2026-05-01",
|
|
55
55
|
"signature": "lXhZgoIrrVloO3XaTvo/43AxZn4mwErstd7DR0O/oVhD3AOGODM4HqrageYEou9WKOdMEGP5mJNTjJsXdP5NDA==",
|
|
56
|
-
"signed_at": "2026-05-
|
|
56
|
+
"signed_at": "2026-05-24T14:48:34.023Z",
|
|
57
57
|
"cwe_refs": [
|
|
58
58
|
"CWE-125",
|
|
59
59
|
"CWE-362",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
],
|
|
118
118
|
"last_threat_review": "2026-05-01",
|
|
119
119
|
"signature": "vSVqu4wBm+d68ujZmM6Rto/HzViCkE0gPUcv/MYE/bjFiqamf/s0On4kTOo1KIveV9cOwYNxiItaGEWlVkRFDg==",
|
|
120
|
-
"signed_at": "2026-05-
|
|
120
|
+
"signed_at": "2026-05-24T14:48:34.024Z",
|
|
121
121
|
"cwe_refs": [
|
|
122
122
|
"CWE-1039",
|
|
123
123
|
"CWE-1426",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
],
|
|
181
181
|
"last_threat_review": "2026-05-01",
|
|
182
182
|
"signature": "RIgXKvolQjgJdnlrDnVOd90IOY1B7VHHZD/YJQRzouL+wUeOLclPrdK/EgEuFyiu7lR4bi+Pl6aGB9G9tOxYCQ==",
|
|
183
|
-
"signed_at": "2026-05-
|
|
183
|
+
"signed_at": "2026-05-24T14:48:34.025Z",
|
|
184
184
|
"cwe_refs": [
|
|
185
185
|
"CWE-22",
|
|
186
186
|
"CWE-345",
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
"attack_refs": [],
|
|
226
226
|
"framework_gaps": [],
|
|
227
227
|
"last_threat_review": "2026-05-01",
|
|
228
|
-
"signature": "
|
|
229
|
-
"signed_at": "2026-05-
|
|
228
|
+
"signature": "Qd3SBWmUAaaT++e1Ry2wBIz/dCBmNBMl0+4Rb0etvJLES0fIBEAkU1mTbgNZnT5XOg9J5twdUpymWtmKnDDQCQ==",
|
|
229
|
+
"signed_at": "2026-05-24T14:48:34.025Z"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"name": "compliance-theater",
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
"CMMC-2.0-Level-2"
|
|
257
257
|
],
|
|
258
258
|
"last_threat_review": "2026-05-01",
|
|
259
|
-
"signature": "
|
|
260
|
-
"signed_at": "2026-05-
|
|
259
|
+
"signature": "F2Shxae0ua0gPtvwzTRVzzHaIgJcFDRT3/akLUAZ4aaMQhkleKkcTaTpkjp+pTVEdPfLeLGNCeAOMs+whVYOBg==",
|
|
260
|
+
"signed_at": "2026-05-24T14:48:34.025Z"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"name": "exploit-scoring",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
],
|
|
287
287
|
"last_threat_review": "2026-05-01",
|
|
288
288
|
"signature": "NA1hoQycvQhSUoG5rwlXX0mOVmGxoXRVezkELGEA2nZOdGis4gXkHT3O6Sfw7zxE4JuMrsCb65TEeOWk9WEPDg==",
|
|
289
|
-
"signed_at": "2026-05-
|
|
289
|
+
"signed_at": "2026-05-24T14:48:34.026Z"
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
"name": "rag-pipeline-security",
|
|
@@ -322,8 +322,8 @@
|
|
|
322
322
|
"OWASP-LLM-Top-10-2025-LLM08"
|
|
323
323
|
],
|
|
324
324
|
"last_threat_review": "2026-05-01",
|
|
325
|
-
"signature": "
|
|
326
|
-
"signed_at": "2026-05-
|
|
325
|
+
"signature": "aNm8KljKPajh12h5pLqcQ7xHVf4dNqEBqGR+rr0rDWy32g+ZJSydz+yV7ejoQEyELSghiwkwebkhVOdZZ+5LDQ==",
|
|
326
|
+
"signed_at": "2026-05-24T14:48:34.026Z",
|
|
327
327
|
"cwe_refs": [
|
|
328
328
|
"CWE-1395",
|
|
329
329
|
"CWE-1426"
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
],
|
|
381
381
|
"last_threat_review": "2026-05-01",
|
|
382
382
|
"signature": "9+hZlZOqZdeACUmamQk66L5levZhhwnFXuYRhdT6Mce99eQaKT7wNfWq12hXQztkRcVRKaFH+a01zwJQwsRQCA==",
|
|
383
|
-
"signed_at": "2026-05-
|
|
383
|
+
"signed_at": "2026-05-24T14:48:34.027Z",
|
|
384
384
|
"d3fend_refs": [
|
|
385
385
|
"D3-CA",
|
|
386
386
|
"D3-CSPP",
|
|
@@ -414,8 +414,8 @@
|
|
|
414
414
|
"attack_refs": [],
|
|
415
415
|
"framework_gaps": [],
|
|
416
416
|
"last_threat_review": "2026-05-01",
|
|
417
|
-
"signature": "
|
|
418
|
-
"signed_at": "2026-05-
|
|
417
|
+
"signature": "za1NKBpy9LC91F/ESO/qhUfmvVr8GNItQOjR5OJLeHm+2dQ9HHiFWQK2eo53V/n/0uhubuggURA3yS6kJuWwBg==",
|
|
418
|
+
"signed_at": "2026-05-24T14:48:34.027Z",
|
|
419
419
|
"cwe_refs": [
|
|
420
420
|
"CWE-1188"
|
|
421
421
|
]
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"framework_gaps": [],
|
|
444
444
|
"last_threat_review": "2026-05-01",
|
|
445
445
|
"signature": "xiHAhhdufm9hCKU8PLiPE0MX65ej2F4OZwtlWLGLCiie9/km+Kiqbt192LcMvr94v83C98pb9wIaqFsFWft6AQ==",
|
|
446
|
-
"signed_at": "2026-05-
|
|
446
|
+
"signed_at": "2026-05-24T14:48:34.027Z"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
449
|
"name": "global-grc",
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"framework_gaps": [],
|
|
476
476
|
"last_threat_review": "2026-05-01",
|
|
477
477
|
"signature": "oYsSk35N2Uzq7MRofACykylcVwkgPhI4luWZ14vmQT+gUKLyZiKVOUJbe1+7lGl6BYPRN0sUDQ0f7S5Eu5w2Ag==",
|
|
478
|
-
"signed_at": "2026-05-
|
|
478
|
+
"signed_at": "2026-05-24T14:48:34.028Z"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"name": "zeroday-gap-learn",
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
"framework_gaps": [],
|
|
503
503
|
"last_threat_review": "2026-05-01",
|
|
504
504
|
"signature": "igRqYyU1unRFH40BsPyAR62SPrk8QZv8dPGb8S9O9EvLCNOZAzm3t+HdT/NKqzWHwrpomOzkkkyLfYI/0qTUDA==",
|
|
505
|
-
"signed_at": "2026-05-
|
|
505
|
+
"signed_at": "2026-05-24T14:48:34.028Z"
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
"name": "pqc-first",
|
|
@@ -553,8 +553,8 @@
|
|
|
553
553
|
"CRQC timeline estimate changes"
|
|
554
554
|
],
|
|
555
555
|
"last_threat_review": "2026-05-01",
|
|
556
|
-
"signature": "
|
|
557
|
-
"signed_at": "2026-05-
|
|
556
|
+
"signature": "i/17u4kJiSpcZAz7LnTyRePFugQOstQ1P4kVoe0oGf4E2/j8oIN9U9DccjUn/YHZhKWIJ2AILG/DMhvMrr3bBg==",
|
|
557
|
+
"signed_at": "2026-05-24T14:48:34.028Z",
|
|
558
558
|
"cwe_refs": [
|
|
559
559
|
"CWE-327"
|
|
560
560
|
],
|
|
@@ -600,8 +600,8 @@
|
|
|
600
600
|
"Framework publication updates"
|
|
601
601
|
],
|
|
602
602
|
"last_threat_review": "2026-05-01",
|
|
603
|
-
"signature": "
|
|
604
|
-
"signed_at": "2026-05-
|
|
603
|
+
"signature": "QuOVaQ4E2Sl39TClbhZ7HA9XrYAyRrDL44HY3RTE7aWLue0hV2cxaBt40ALGmHS++631QGFDlZTLZI77Tr6nAA==",
|
|
604
|
+
"signed_at": "2026-05-24T14:48:34.029Z"
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
"name": "security-maturity-tiers",
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
],
|
|
639
639
|
"last_threat_review": "2026-05-01",
|
|
640
640
|
"signature": "8Px1s2lDj10/Q6erwEQlXgUHM1+OTruUR8qAHPX7Oo3k/l69N6P9sm0PsafS9wDFtj9l5C/OiLiFgzMlMt6vBw==",
|
|
641
|
-
"signed_at": "2026-05-
|
|
641
|
+
"signed_at": "2026-05-24T14:48:34.029Z",
|
|
642
642
|
"cwe_refs": [
|
|
643
643
|
"CWE-1188"
|
|
644
644
|
]
|
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
"framework_gaps": [],
|
|
674
674
|
"last_threat_review": "2026-05-11",
|
|
675
675
|
"signature": "WAu5fRirzSOcnnZsTx2d/JJZwa/LPpXCi+31qATTGLmoNuhyy81k3ooPe9kCM3E0CLMtvTePg9DagYqBninZDQ==",
|
|
676
|
-
"signed_at": "2026-05-
|
|
676
|
+
"signed_at": "2026-05-24T14:48:34.029Z"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
679
|
"name": "attack-surface-pentest",
|
|
@@ -743,8 +743,8 @@
|
|
|
743
743
|
"OWASP WSTG v5.x AI/MCP test cases (currently in working-group draft)",
|
|
744
744
|
"PTES revision incorporating AI-surface enumeration"
|
|
745
745
|
],
|
|
746
|
-
"signature": "
|
|
747
|
-
"signed_at": "2026-05-
|
|
746
|
+
"signature": "IVrZDxI3Ak/xLLqvKA3OXgxCXg2egJQHmkmtQutSa9v/C22HblISVVa610goNwdLDQ4GhIcoFD5q31SKrpALDg==",
|
|
747
|
+
"signed_at": "2026-05-24T14:48:34.030Z"
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
"name": "fuzz-testing-strategy",
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
"OSS-Fuzz-Gen / AI-assisted harness generation becoming the default expectation for OSS maintainers"
|
|
805
805
|
],
|
|
806
806
|
"signature": "Z7ypCUnXx8JpLtgxxB6RHNi39w74AmrGY1N4ofAGCXhkuM2EaFVm1AU0dvl9UQ1bVLfHKEDGqMO/TwlIY7RABg==",
|
|
807
|
-
"signed_at": "2026-05-
|
|
807
|
+
"signed_at": "2026-05-24T14:48:34.030Z"
|
|
808
808
|
},
|
|
809
809
|
{
|
|
810
810
|
"name": "dlp-gap-analysis",
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"Quebec Law 25, India DPDPA, KSA PDPL enforcement actions naming AI-tool prompt data as in-scope personal information"
|
|
880
880
|
],
|
|
881
881
|
"signature": "fgxG344JGYBWWWwFXZ1IzGipWKP7EyBhrsvsbsb0CCGXfv/MvNHVNI6G0zQddCsWX1JeQbhZT3Vk8v1uJKDTDA==",
|
|
882
|
-
"signed_at": "2026-05-
|
|
882
|
+
"signed_at": "2026-05-24T14:48:34.031Z"
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
885
|
"name": "supply-chain-integrity",
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"OpenSSF model-signing — emerging Sigstore-based signing standard for ML model weights; track for production adoption"
|
|
957
957
|
],
|
|
958
958
|
"signature": "pcLrM98A3vUSZRjwNAk0aZ9umvOwB41XCLLsCOy/IebB2F/06oIrGUKkMHtHwm4pTVPShMMcKdZQQ3jz30FnCg==",
|
|
959
|
-
"signed_at": "2026-05-
|
|
959
|
+
"signed_at": "2026-05-24T14:48:34.031Z"
|
|
960
960
|
},
|
|
961
961
|
{
|
|
962
962
|
"name": "defensive-countermeasure-mapping",
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
],
|
|
1014
1014
|
"last_threat_review": "2026-05-11",
|
|
1015
1015
|
"signature": "gqF8eU3VBrZhO2WnlcqKa7wm1d2mmWtvpbmx0kNCgHojNV+qEt+Ij84RO6bZvaUqhfYPWizWL79Fa4DL0curAQ==",
|
|
1016
|
-
"signed_at": "2026-05-
|
|
1016
|
+
"signed_at": "2026-05-24T14:48:34.031Z"
|
|
1017
1017
|
},
|
|
1018
1018
|
{
|
|
1019
1019
|
"name": "identity-assurance",
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"d3fend_refs": [],
|
|
1081
1081
|
"last_threat_review": "2026-05-11",
|
|
1082
1082
|
"signature": "Wv5hGMeHjlaQK1zwicVCA7AvdKgJBgvcjdpGM9Ywahh9tagAKhbkOjybowDQZzu7OZ3bDkbh6pBYc1Sdwr6NAA==",
|
|
1083
|
-
"signed_at": "2026-05-
|
|
1083
|
+
"signed_at": "2026-05-24T14:48:34.032Z"
|
|
1084
1084
|
},
|
|
1085
1085
|
{
|
|
1086
1086
|
"name": "ot-ics-security",
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
"d3fend_refs": [],
|
|
1137
1137
|
"last_threat_review": "2026-05-11",
|
|
1138
1138
|
"signature": "8t5qKHd3yWi57dvG36YQkLN/X9bQWqtEiYjay4IfSmqhJpM/xXPaQVKNGz3wscrO8OLKUZ0OaX7Mj5kzpgBKBQ==",
|
|
1139
|
-
"signed_at": "2026-05-
|
|
1139
|
+
"signed_at": "2026-05-24T14:48:34.032Z"
|
|
1140
1140
|
},
|
|
1141
1141
|
{
|
|
1142
1142
|
"name": "coordinated-vuln-disclosure",
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"NYDFS 23 NYCRR 500 amendments potentially adding explicit CVD program requirements"
|
|
1189
1189
|
],
|
|
1190
1190
|
"signature": "GDGt4UPqBa04PjlpSmpyihGzd3OgfBN7jaAK5tfwp+LRSs3ygKOdbeivUCCHNagTY1hE6hG2Ou40ADfBFuXeAg==",
|
|
1191
|
-
"signed_at": "2026-05-
|
|
1191
|
+
"signed_at": "2026-05-24T14:48:34.033Z"
|
|
1192
1192
|
},
|
|
1193
1193
|
{
|
|
1194
1194
|
"name": "threat-modeling-methodology",
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
"PASTA v2 updates incorporating AI/ML application threats"
|
|
1239
1239
|
],
|
|
1240
1240
|
"signature": "rFBpOQEJUPpl+v88Lw/WqVJRhTl80vy0VbPAbzQj3Q0suJRRrJg368I9uKu5LXIBKFDvKxnGIcIzbGg9NUtaCA==",
|
|
1241
|
-
"signed_at": "2026-05-
|
|
1241
|
+
"signed_at": "2026-05-24T14:48:34.033Z"
|
|
1242
1242
|
},
|
|
1243
1243
|
{
|
|
1244
1244
|
"name": "webapp-security",
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
"d3fend_refs": [],
|
|
1313
1313
|
"last_threat_review": "2026-05-11",
|
|
1314
1314
|
"signature": "ux85YI4t2mVHOyt744Yin1HHy+z11JIFygjKfFfQOBBl5QVV3A267jeIy7utix85irMcpZm/T3yx/ooqiK2tBA==",
|
|
1315
|
-
"signed_at": "2026-05-
|
|
1315
|
+
"signed_at": "2026-05-24T14:48:34.033Z"
|
|
1316
1316
|
},
|
|
1317
1317
|
{
|
|
1318
1318
|
"name": "ai-risk-management",
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
"d3fend_refs": [],
|
|
1363
1363
|
"last_threat_review": "2026-05-11",
|
|
1364
1364
|
"signature": "IIXnkZ5ZNqFwOto5KfytADTLLZLoyXNZACD1ORZ40P1HUAQxe6u2uyXFzzsfuob4Uy06jNkRGr2FFgCphUH1Cw==",
|
|
1365
|
-
"signed_at": "2026-05-
|
|
1365
|
+
"signed_at": "2026-05-24T14:48:34.033Z"
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
1368
|
"name": "sector-healthcare",
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
"d3fend_refs": [],
|
|
1423
1423
|
"last_threat_review": "2026-05-11",
|
|
1424
1424
|
"signature": "AhF9KF8ZBlDteciV+F8IBSmFVYCvQOn44GmD4rZjgLoPxfIv/QE1/vSkK32zyqDKtHWkLSXExbkkPkxA/V6dDw==",
|
|
1425
|
-
"signed_at": "2026-05-
|
|
1425
|
+
"signed_at": "2026-05-24T14:48:34.034Z"
|
|
1426
1426
|
},
|
|
1427
1427
|
{
|
|
1428
1428
|
"name": "sector-financial",
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"TIBER-EU framework v2.0 alignment with DORA TLPT RTS (JC 2024/40); cross-recognition with CBEST and iCAST"
|
|
1504
1504
|
],
|
|
1505
1505
|
"signature": "HQgZvb4ReziEz5rNFr8i/O8/rJEZR+iHRROT7m/D2QUqhrcNISPkYXENsUZlG8xapzy/Ik92ehkseyj4hdmhCQ==",
|
|
1506
|
-
"signed_at": "2026-05-
|
|
1506
|
+
"signed_at": "2026-05-24T14:48:34.035Z"
|
|
1507
1507
|
},
|
|
1508
1508
|
{
|
|
1509
1509
|
"name": "sector-federal-government",
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
"Australia PSPF 2024 revision and ISM quarterly updates — track for Essential Eight Maturity Level requirements for federal entities"
|
|
1573
1573
|
],
|
|
1574
1574
|
"signature": "linxmsXZiOYtcs71sSWgGCrvb8xQfmxmtTY5PRvZJ0/8FgJulo0tQtejzexYG775s7XhjAmGsDP238BQTQ8ADA==",
|
|
1575
|
-
"signed_at": "2026-05-
|
|
1575
|
+
"signed_at": "2026-05-24T14:48:34.035Z"
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"name": "sector-energy",
|
|
@@ -1637,7 +1637,7 @@
|
|
|
1637
1637
|
"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"
|
|
1638
1638
|
],
|
|
1639
1639
|
"signature": "JjBfc0ovta560Clk0x3QGRM5osFJDwcvpy3rT7QEGdCIL827jzE8QCow1C8deXq+4JhY2sA/d7/8IsxikdlkCg==",
|
|
1640
|
-
"signed_at": "2026-05-
|
|
1640
|
+
"signed_at": "2026-05-24T14:48:34.035Z"
|
|
1641
1641
|
},
|
|
1642
1642
|
{
|
|
1643
1643
|
"name": "sector-telecom",
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
"O-RAN SFG / WG11 security specifications"
|
|
1724
1724
|
],
|
|
1725
1725
|
"signature": "JWVxKFoKrbX4d+Tko1d4OBdwyg25MfFFKn4CT6E/CzH+YwnU3T6Y76uBQIKg3+gIGTvPduqyvQwQQ5FxKDuPBw==",
|
|
1726
|
-
"signed_at": "2026-05-
|
|
1726
|
+
"signed_at": "2026-05-24T14:48:34.036Z"
|
|
1727
1727
|
},
|
|
1728
1728
|
{
|
|
1729
1729
|
"name": "api-security",
|
|
@@ -1792,7 +1792,7 @@
|
|
|
1792
1792
|
"d3fend_refs": [],
|
|
1793
1793
|
"last_threat_review": "2026-05-11",
|
|
1794
1794
|
"signature": "BmCRCestWqr55+fCynEhtAl5NWLT+xLTkpwS0Icp3SaoZOw/ce3Y6TtqjHRSKn4CBJq7YDiLRWxmhO3MStvOAA==",
|
|
1795
|
-
"signed_at": "2026-05-
|
|
1795
|
+
"signed_at": "2026-05-24T14:48:34.036Z"
|
|
1796
1796
|
},
|
|
1797
1797
|
{
|
|
1798
1798
|
"name": "cloud-security",
|
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
"CISA KEV additions for cloud-control-plane CVEs (IMDSv1 abuses, federation token mishandling, cross-tenant boundary failures); CISA Cybersecurity Advisories for cross-cloud advisories"
|
|
1874
1874
|
],
|
|
1875
1875
|
"signature": "/DV3pmZwrRySrk1OCbyI+0BQESacjupJfUX3eC2NGtXuYOBro0vndIP+z27heFxumnjU3a9sfla7/U9X+pqnDw==",
|
|
1876
|
-
"signed_at": "2026-05-
|
|
1876
|
+
"signed_at": "2026-05-24T14:48:34.036Z"
|
|
1877
1877
|
},
|
|
1878
1878
|
{
|
|
1879
1879
|
"name": "container-runtime-security",
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
"d3fend_refs": [],
|
|
1936
1936
|
"last_threat_review": "2026-05-11",
|
|
1937
1937
|
"signature": "E2UGSf9ATyYgzBr8uM/0ubOUmDqo1jVA7f9mVxv6LHfWGCNuQNXDyuNou9VAmUCeeXEeUYIi3AFjXkJqpOkxDA==",
|
|
1938
|
-
"signed_at": "2026-05-
|
|
1938
|
+
"signed_at": "2026-05-24T14:48:34.037Z"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
1941
|
"name": "mlops-security",
|
|
@@ -2005,8 +2005,8 @@
|
|
|
2005
2005
|
"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",
|
|
2006
2006
|
"MITRE ATLAS v5.6.0 (released February 2026) shipped the AML.T0010 sub-technique expansion this forecast tracked plus new techniques (\"Publish Poisoned AI Agent Tool\", \"Escape to Host\"); inventory now 16 tactics, 84 techniques, 56 sub-techniques. Forward watch: ATLAS v5.5 / v6.0 — track next-cadence updates to agentic-AI TTPs and MLOps-pipeline-specific techniques"
|
|
2007
2007
|
],
|
|
2008
|
-
"signature": "
|
|
2009
|
-
"signed_at": "2026-05-
|
|
2008
|
+
"signature": "IL+DlRCDJN/p08iiJCFkasKcoyjcB0uWrJ6ORLjQcS1HrUa5Xt62QxVjYPHzaevlm5y36ZdmfESqsZJmzK3lCg==",
|
|
2009
|
+
"signed_at": "2026-05-24T14:48:34.037Z"
|
|
2010
2010
|
},
|
|
2011
2011
|
{
|
|
2012
2012
|
"name": "incident-response-playbook",
|
|
@@ -2067,8 +2067,8 @@
|
|
|
2067
2067
|
"IL INCD Incident Response Process v4 (slated for 2026-2027) consolidating AI-incident sub-class",
|
|
2068
2068
|
"NYDFS 23 NYCRR 500.17 amendments tightening ransom-payment 24h disclosure operationalization"
|
|
2069
2069
|
],
|
|
2070
|
-
"signature": "
|
|
2071
|
-
"signed_at": "2026-05-
|
|
2070
|
+
"signature": "MmjLjlmOMLjhJJ4ZfR8MYlHam+ZB+eSqfh6Nv+DecaG4O5zeo9DBP/iL3cbyDVZxmhnhivgJild2ccYeWTeZAg==",
|
|
2071
|
+
"signed_at": "2026-05-24T14:48:34.037Z"
|
|
2072
2072
|
},
|
|
2073
2073
|
{
|
|
2074
2074
|
"name": "ransomware-response",
|
|
@@ -2147,8 +2147,8 @@
|
|
|
2147
2147
|
"SCOTUS or circuit-court rulings on ransomware payment, sanctions liability, and insurance-policy enforcement"
|
|
2148
2148
|
],
|
|
2149
2149
|
"last_threat_review": "2026-05-15",
|
|
2150
|
-
"signature": "
|
|
2151
|
-
"signed_at": "2026-05-
|
|
2150
|
+
"signature": "ssueL03g9fWlhXpTe+IiY5l7RqQkunN4DTN5QETKE+VOX+qggdjAR8PONxk77ol4xWYmHrM/VcH8CNtXUEvgBA==",
|
|
2151
|
+
"signed_at": "2026-05-24T14:48:34.038Z"
|
|
2152
2152
|
},
|
|
2153
2153
|
{
|
|
2154
2154
|
"name": "email-security-anti-phishing",
|
|
@@ -2201,7 +2201,7 @@
|
|
|
2201
2201
|
"d3fend_refs": [],
|
|
2202
2202
|
"last_threat_review": "2026-05-11",
|
|
2203
2203
|
"signature": "rK+WnuS+9tqEABmwc0jO/PEmxcLjG1/tmUb897HsClQeKzf+TQOlwBE+OsbtuKxpjYNwur62Xxs3TxObkwm8Cw==",
|
|
2204
|
-
"signed_at": "2026-05-
|
|
2204
|
+
"signed_at": "2026-05-24T14:48:34.038Z"
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"name": "age-gates-child-safety",
|
|
@@ -2269,7 +2269,7 @@
|
|
|
2269
2269
|
"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"
|
|
2270
2270
|
],
|
|
2271
2271
|
"signature": "+OO0RhQ303RJV7kaH38IuZpLeQbapep6Ds4Re/WEZu0FHBwKSlwvF7jbtP7KQ57xldJYn/xZm2jaszyOacMfDg==",
|
|
2272
|
-
"signed_at": "2026-05-
|
|
2272
|
+
"signed_at": "2026-05-24T14:48:34.039Z"
|
|
2273
2273
|
},
|
|
2274
2274
|
{
|
|
2275
2275
|
"name": "cloud-iam-incident",
|
|
@@ -2349,7 +2349,7 @@
|
|
|
2349
2349
|
],
|
|
2350
2350
|
"last_threat_review": "2026-05-15",
|
|
2351
2351
|
"signature": "e/kij7GtKaytROyIj7V5RH+FC9WtmVFzrmG2kIlNDNn29ep/CRNlIQKwXLpzo/81AIf634pmdr1qy/+vwIuUDA==",
|
|
2352
|
-
"signed_at": "2026-05-
|
|
2352
|
+
"signed_at": "2026-05-24T14:48:34.039Z"
|
|
2353
2353
|
},
|
|
2354
2354
|
{
|
|
2355
2355
|
"name": "idp-incident-response",
|
|
@@ -2430,11 +2430,11 @@
|
|
|
2430
2430
|
],
|
|
2431
2431
|
"last_threat_review": "2026-05-15",
|
|
2432
2432
|
"signature": "ew9Kglc9fAZzbn0ZIfGP7WSK/j4eV2VhSvpy+s5bEfNEVYIMa2kZjnGBapgUsyGDLes9H9K2ovjQyX17+GKiBw==",
|
|
2433
|
-
"signed_at": "2026-05-
|
|
2433
|
+
"signed_at": "2026-05-24T14:48:34.039Z"
|
|
2434
2434
|
}
|
|
2435
2435
|
],
|
|
2436
2436
|
"manifest_signature": {
|
|
2437
2437
|
"algorithm": "Ed25519",
|
|
2438
|
-
"signature_base64": "
|
|
2438
|
+
"signature_base64": "LS0ImUH8e0ERJZvBce+qCKU49bCsftcDIKW/aTlcID7GSimU8aW4szUN8h0xWd64f7YWcQCNEtNUymIdhyFsAQ=="
|
|
2439
2439
|
}
|
|
2440
2440
|
}
|