@blamejs/exceptd-skills 0.12.34 → 0.12.36
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 +55 -0
- package/bin/exceptd.js +25 -7
- package/data/_indexes/_meta.json +34 -34
- package/data/_indexes/activity-feed.json +1 -1
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/recipes.json +1 -1
- package/data/_indexes/section-offsets.json +64 -64
- package/data/_indexes/summary-cards.json +1 -1
- package/data/_indexes/token-budget.json +14 -14
- package/lib/playbook-runner.js +16 -1
- package/lib/schemas/skill-frontmatter.schema.json +1 -1
- package/manifest-snapshot.json +1 -1
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +79 -79
- package/package.json +1 -1
- package/sbom.cdx.json +48 -48
- package/scripts/builders/catalog-summaries.js +1 -1
- package/scripts/builders/recipes.js +1 -1
- package/skills/age-gates-child-safety/skill.md +4 -4
- package/skills/ai-attack-surface/skill.md +3 -3
- package/skills/ai-c2-detection/skill.md +4 -4
- package/skills/api-security/skill.md +1 -1
- package/skills/attack-surface-pentest/skill.md +3 -3
- package/skills/cloud-security/skill.md +2 -2
- package/skills/compliance-theater/skill.md +2 -2
- package/skills/container-runtime-security/skill.md +2 -2
- package/skills/coordinated-vuln-disclosure/skill.md +1 -1
- package/skills/dlp-gap-analysis/skill.md +4 -4
- package/skills/exploit-scoring/skill.md +1 -1
- package/skills/framework-gap-analysis/skill.md +3 -3
- package/skills/fuzz-testing-strategy/skill.md +1 -1
- package/skills/incident-response-playbook/skill.md +1 -1
- package/skills/mcp-agent-trust/skill.md +1 -1
- package/skills/mlops-security/skill.md +2 -2
- package/skills/ot-ics-security/skill.md +2 -2
- package/skills/policy-exception-gen/skill.md +2 -2
- package/skills/rag-pipeline-security/skill.md +3 -3
- package/skills/ransomware-response/skill.md +1 -1
- package/skills/sector-energy/skill.md +2 -2
- package/skills/sector-federal-government/skill.md +1 -1
- package/skills/sector-financial/skill.md +3 -3
- package/skills/sector-healthcare/skill.md +2 -2
- package/skills/security-maturity-tiers/skill.md +1 -1
- package/skills/skill-update-loop/skill.md +4 -4
- package/skills/supply-chain-integrity/skill.md +1 -1
- package/skills/threat-model-currency/skill.md +7 -7
- package/skills/threat-modeling-methodology/skill.md +1 -1
- package/skills/webapp-security/skill.md +1 -1
- package/skills/zeroday-gap-learn/skill.md +2 -2
|
@@ -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": 1591081,
|
|
7
|
+
"total_approx_tokens": 397777,
|
|
8
8
|
"skill_count": 42
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
@@ -1790,10 +1790,10 @@
|
|
|
1790
1790
|
},
|
|
1791
1791
|
"sector-energy": {
|
|
1792
1792
|
"path": "skills/sector-energy/skill.md",
|
|
1793
|
-
"bytes":
|
|
1794
|
-
"chars":
|
|
1793
|
+
"bytes": 54006,
|
|
1794
|
+
"chars": 53798,
|
|
1795
1795
|
"lines": 413,
|
|
1796
|
-
"approx_tokens":
|
|
1796
|
+
"approx_tokens": 13450,
|
|
1797
1797
|
"approx_chars_per_token": 4,
|
|
1798
1798
|
"sections": {
|
|
1799
1799
|
"threat-context": {
|
|
@@ -2065,10 +2065,10 @@
|
|
|
2065
2065
|
},
|
|
2066
2066
|
"mlops-security": {
|
|
2067
2067
|
"path": "skills/mlops-security/skill.md",
|
|
2068
|
-
"bytes":
|
|
2069
|
-
"chars":
|
|
2068
|
+
"bytes": 45439,
|
|
2069
|
+
"chars": 45147,
|
|
2070
2070
|
"lines": 330,
|
|
2071
|
-
"approx_tokens":
|
|
2071
|
+
"approx_tokens": 11287,
|
|
2072
2072
|
"approx_chars_per_token": 4,
|
|
2073
2073
|
"sections": {
|
|
2074
2074
|
"threat-context": {
|
|
@@ -2285,10 +2285,10 @@
|
|
|
2285
2285
|
},
|
|
2286
2286
|
"age-gates-child-safety": {
|
|
2287
2287
|
"path": "skills/age-gates-child-safety/skill.md",
|
|
2288
|
-
"bytes":
|
|
2289
|
-
"chars":
|
|
2288
|
+
"bytes": 69650,
|
|
2289
|
+
"chars": 69362,
|
|
2290
2290
|
"lines": 460,
|
|
2291
|
-
"approx_tokens":
|
|
2291
|
+
"approx_tokens": 17341,
|
|
2292
2292
|
"approx_chars_per_token": 4,
|
|
2293
2293
|
"sections": {
|
|
2294
2294
|
"threat-context": {
|
|
@@ -2307,9 +2307,9 @@
|
|
|
2307
2307
|
"approx_tokens": 827
|
|
2308
2308
|
},
|
|
2309
2309
|
"exploit-availability-matrix": {
|
|
2310
|
-
"bytes":
|
|
2311
|
-
"chars":
|
|
2312
|
-
"approx_tokens":
|
|
2310
|
+
"bytes": 8066,
|
|
2311
|
+
"chars": 8035,
|
|
2312
|
+
"approx_tokens": 2009
|
|
2313
2313
|
},
|
|
2314
2314
|
"analysis-procedure": {
|
|
2315
2315
|
"bytes": 14133,
|
package/lib/playbook-runner.js
CHANGED
|
@@ -2928,7 +2928,22 @@ function normalizeSubmission(submission, playbook) {
|
|
|
2928
2928
|
|
|
2929
2929
|
// Carry over precondition_checks if the operator supplied them at the top
|
|
2930
2930
|
// level even in the flat shape.
|
|
2931
|
-
|
|
2931
|
+
//
|
|
2932
|
+
// v0.12.35 (cycle 15 security F2): the prior `Object.assign(out.precondition_checks,
|
|
2933
|
+
// submission.precondition_checks)` form re-invoked the `__proto__` setter when
|
|
2934
|
+
// the operator submitted JSON containing a `__proto__` key. JSON.parse keeps
|
|
2935
|
+
// `__proto__` as an own data property (CreateDataProperty), but Object.assign
|
|
2936
|
+
// reads it via `[[Get]]` and writes via `[[Set]]`, which DOES trigger the
|
|
2937
|
+
// prototype-rebinding setter. The polluted prototype is confined to
|
|
2938
|
+
// `out.precondition_checks` (not global Object.prototype), but any future code
|
|
2939
|
+
// path that calls `.hasOwnProperty()` directly on the bag would observe the
|
|
2940
|
+
// pollution. Switch to own-key iteration so the prototype stays unmodified.
|
|
2941
|
+
if (submission.precondition_checks) {
|
|
2942
|
+
for (const k of Object.keys(submission.precondition_checks)) {
|
|
2943
|
+
if (k === '__proto__' || k === 'constructor' || k === 'prototype') continue;
|
|
2944
|
+
out.precondition_checks[k] = submission.precondition_checks[k];
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2932
2947
|
|
|
2933
2948
|
return out;
|
|
2934
2949
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"type": "string",
|
|
53
53
|
"pattern": "^AML\\.T[0-9]{4}(\\.[0-9]{3})?$"
|
|
54
54
|
},
|
|
55
|
-
"description": "MITRE ATLAS TTP IDs at the pinned version (currently v5.
|
|
55
|
+
"description": "MITRE ATLAS TTP IDs at the pinned version (currently v5.4.0)."
|
|
56
56
|
},
|
|
57
57
|
"attack_refs": {
|
|
58
58
|
"type": "array",
|
package/manifest-snapshot.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-16T13:06:35.814Z",
|
|
4
4
|
"atlas_version": "5.4.0",
|
|
5
5
|
"skill_count": 42,
|
|
6
6
|
"skills": [
|
package/manifest-snapshot.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
deabb08300ea4087584070d6f434958a65ef6269a0d08a5a518985b083a3550b 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.36",
|
|
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": "N6H4u/u1fCFE6f/3QVkAr2cumZvLNE+xYBC91CCxKoeaSKm5zqbwzb2mvFDk9XKUegUy5W6npLFGi75yxNMIAg==",
|
|
56
|
-
"signed_at": "2026-05-
|
|
56
|
+
"signed_at": "2026-05-16T13:06:35.476Z",
|
|
57
57
|
"cwe_refs": [
|
|
58
58
|
"CWE-125",
|
|
59
59
|
"CWE-362",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"name": "ai-attack-surface",
|
|
73
73
|
"version": "1.0.0",
|
|
74
74
|
"path": "skills/ai-attack-surface/skill.md",
|
|
75
|
-
"description": "Comprehensive AI/ML attack surface assessment mapped to MITRE ATLAS v5.
|
|
75
|
+
"description": "Comprehensive AI/ML attack surface assessment mapped to MITRE ATLAS v5.4.0 with gap flags",
|
|
76
76
|
"triggers": [
|
|
77
77
|
"ai attack surface",
|
|
78
78
|
"prompt injection",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"SOC2-CC6-logical-access"
|
|
117
117
|
],
|
|
118
118
|
"last_threat_review": "2026-05-01",
|
|
119
|
-
"signature": "
|
|
120
|
-
"signed_at": "2026-05-
|
|
119
|
+
"signature": "CmPu9xiYnUQyug3+aQ8jwuros3EGIIxL4/vaSgvaBVgI0Zd96ehlSBHw9ISd3eXzEImvGTdFEYZEpSHoH76fBw==",
|
|
120
|
+
"signed_at": "2026-05-16T13:06:35.479Z",
|
|
121
121
|
"cwe_refs": [
|
|
122
122
|
"CWE-1039",
|
|
123
123
|
"CWE-1426",
|
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"RFC-9700"
|
|
180
180
|
],
|
|
181
181
|
"last_threat_review": "2026-05-01",
|
|
182
|
-
"signature": "
|
|
183
|
-
"signed_at": "2026-05-
|
|
182
|
+
"signature": "5jdS7h9+CgfkXIf0OOLEIBxoBFv9TSQh0HPEs2Ra6hmpFbyBPV6zAs7yFi+66EAXoHicasGL04QA10L0MGZyAg==",
|
|
183
|
+
"signed_at": "2026-05-16T13:06:35.479Z",
|
|
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": "ZfW88vN0se3O9AEpjsfImRFCEC9ayOsNYthRSrj+eIOO8XVu4C0Jk9INSBwX+8ws6ZVsEMvQ3htyouTGIapcCQ==",
|
|
229
|
+
"signed_at": "2026-05-16T13:06:35.479Z"
|
|
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": "OTu6DScKDWxaR1+TZ3S6FGBmf7c6WKkXOdP2MdMwMNjY5OJ7RSSXrOWg4XnT32VRtGncOetlHG47VZ0KgwWNCA==",
|
|
260
|
+
"signed_at": "2026-05-16T13:06:35.480Z"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"name": "exploit-scoring",
|
|
@@ -285,8 +285,8 @@
|
|
|
285
285
|
"CIS-Controls-v8-Control7"
|
|
286
286
|
],
|
|
287
287
|
"last_threat_review": "2026-05-01",
|
|
288
|
-
"signature": "
|
|
289
|
-
"signed_at": "2026-05-
|
|
288
|
+
"signature": "T34BtDdNUzPblA+dG4LSAqNycM1kEFQpQAX6bvXWX3B02LB7VNBfQnD/52sDteAi+ishRf5IihuEYez8wRHGBA==",
|
|
289
|
+
"signed_at": "2026-05-16T13:06:35.480Z"
|
|
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": "kApombCESpQjg17tecmcOIPKxzKuYrkQM78S8eX8jA5ovjGgzl3kIJjcjKib15Vgy/MOpsh0GaWYpCEhCLRyDw==",
|
|
326
|
+
"signed_at": "2026-05-16T13:06:35.481Z",
|
|
327
327
|
"cwe_refs": [
|
|
328
328
|
"CWE-1395",
|
|
329
329
|
"CWE-1426"
|
|
@@ -379,8 +379,8 @@
|
|
|
379
379
|
"RFC-9000"
|
|
380
380
|
],
|
|
381
381
|
"last_threat_review": "2026-05-01",
|
|
382
|
-
"signature": "
|
|
383
|
-
"signed_at": "2026-05-
|
|
382
|
+
"signature": "DRqLIBG1cJKMeTc5gpzWdb0ThvBTLrWl9CaFx4mNesIImUEWSEycrhILfPQ4fbA1jyhD1dsBJzttTZFKbezFDA==",
|
|
383
|
+
"signed_at": "2026-05-16T13:06:35.481Z",
|
|
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": "87pHjZe0xEuYR18owLqCHDtHNQ7bf8YzF6RaJlILN0n7ohgAdkmhWVODpTMA+/Ku0RLhMwz8dSkx48ue3VfLAw==",
|
|
418
|
+
"signed_at": "2026-05-16T13:06:35.482Z",
|
|
419
419
|
"cwe_refs": [
|
|
420
420
|
"CWE-1188"
|
|
421
421
|
]
|
|
@@ -442,8 +442,8 @@
|
|
|
442
442
|
"attack_refs": [],
|
|
443
443
|
"framework_gaps": [],
|
|
444
444
|
"last_threat_review": "2026-05-01",
|
|
445
|
-
"signature": "
|
|
446
|
-
"signed_at": "2026-05-
|
|
445
|
+
"signature": "X8BQpeJFFTxvE9jWkmqF1J5EnSB63TMNF/VCU6RQLf/+XsGYarOokZ5lWvZT2IL3djwxzzbWhr0BMtuLMtEcAg==",
|
|
446
|
+
"signed_at": "2026-05-16T13:06:35.482Z"
|
|
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": "7yVjZkanFMKDQqXdX4B/7oLc2Rz72xHC1zscYd8F/+e5UAbR7ikK8Bn5EKZt3aBEOhHPAviSQNCMxpZD9U00CA==",
|
|
478
|
-
"signed_at": "2026-05-
|
|
478
|
+
"signed_at": "2026-05-16T13:06:35.482Z"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"name": "zeroday-gap-learn",
|
|
@@ -501,8 +501,8 @@
|
|
|
501
501
|
"attack_refs": [],
|
|
502
502
|
"framework_gaps": [],
|
|
503
503
|
"last_threat_review": "2026-05-01",
|
|
504
|
-
"signature": "
|
|
505
|
-
"signed_at": "2026-05-
|
|
504
|
+
"signature": "iwosQ4gcFZc+6QSmxUOhHB3jse8tHxd3XsXl155mU4K5UgbctHNhOUKMmF7WnUVfOUQ7PafHiMzZIbevvenNBA==",
|
|
505
|
+
"signed_at": "2026-05-16T13:06:35.483Z"
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
"name": "pqc-first",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
],
|
|
555
555
|
"last_threat_review": "2026-05-01",
|
|
556
556
|
"signature": "V+qn5FqUlETfsEjvvi6jZGuQdqLFtFejfgPA6KSYxSlBXBTbOBXP3BGk5S+ba9akIzgbKh1j9VGB1MqsIt56DA==",
|
|
557
|
-
"signed_at": "2026-05-
|
|
557
|
+
"signed_at": "2026-05-16T13:06:35.483Z",
|
|
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": "mqjxjEhZiF+yOlqFr6ak39+NkNsasDxW9in5EBczWDxD9ngIxfnpVjKbnr5g+prB4qz3cG28UBtu8cHz9vJbBw==",
|
|
604
|
+
"signed_at": "2026-05-16T13:06:35.483Z"
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
"name": "security-maturity-tiers",
|
|
@@ -637,8 +637,8 @@
|
|
|
637
637
|
"PQC tooling maturity shifting overkill to practical"
|
|
638
638
|
],
|
|
639
639
|
"last_threat_review": "2026-05-01",
|
|
640
|
-
"signature": "
|
|
641
|
-
"signed_at": "2026-05-
|
|
640
|
+
"signature": "cZnSuh0PwPZjzxgfOoKNYDGz9bbdfDIAlQrUuavmRFxWmdAIoarOYsPwPG8NXYRqzxVdRbu8R7eF/+dssbfZDw==",
|
|
641
|
+
"signed_at": "2026-05-16T13:06:35.484Z",
|
|
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": "/lGgWehCMQUXjI6w4FUa+5wrbyRnct+txvVcXA+D2/ZEkoJKh+J/psO3j5HPf7Hpv+Y5SmkH71CoO+9qilyVDQ==",
|
|
676
|
-
"signed_at": "2026-05-
|
|
676
|
+
"signed_at": "2026-05-16T13:06:35.484Z"
|
|
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": "Zo+2DFJhxNkEvQ8X+eYnqtLKepukif9IyD7LmqK/MX6tyfOp/gXGl9KEOddhubuV2a79zEc/OGOYfTHsEVzcAg==",
|
|
747
|
+
"signed_at": "2026-05-16T13:06:35.484Z"
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
"name": "fuzz-testing-strategy",
|
|
@@ -803,8 +803,8 @@
|
|
|
803
803
|
"syzkaller eBPF and io_uring surface expansion as new kernel attack surfaces ship",
|
|
804
804
|
"OSS-Fuzz-Gen / AI-assisted harness generation becoming the default expectation for OSS maintainers"
|
|
805
805
|
],
|
|
806
|
-
"signature": "
|
|
807
|
-
"signed_at": "2026-05-
|
|
806
|
+
"signature": "jZq4Kv81CxQMMOAnw3/A1tBe5fIfrr+SGltivqcmH4WjUKmk6byO5BWCZKTxWWuaGa/AonsSDk5CGUPx9h8ZBw==",
|
|
807
|
+
"signed_at": "2026-05-16T13:06:35.484Z"
|
|
808
808
|
},
|
|
809
809
|
{
|
|
810
810
|
"name": "dlp-gap-analysis",
|
|
@@ -878,8 +878,8 @@
|
|
|
878
878
|
"MCP gateway / proxy standardisation (Anthropic enterprise MCP gateway, Portkey MCP) — tool-call argument inspection is the missing primary control",
|
|
879
879
|
"Quebec Law 25, India DPDPA, KSA PDPL enforcement actions naming AI-tool prompt data as in-scope personal information"
|
|
880
880
|
],
|
|
881
|
-
"signature": "
|
|
882
|
-
"signed_at": "2026-05-
|
|
881
|
+
"signature": "vY2ym7pUhzJBD6R6jI4JwSKciqVS1fyVPuszN4WTiKJvYGePkis6w7upk/Fw0OXjnNSNdEf3f534FHRzGk5UDg==",
|
|
882
|
+
"signed_at": "2026-05-16T13:06:35.485Z"
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
885
|
"name": "supply-chain-integrity",
|
|
@@ -955,8 +955,8 @@
|
|
|
955
955
|
"EU CRA (Regulation 2024/2847) — implementing acts for technical documentation and SBOM submission expected through 2027",
|
|
956
956
|
"OpenSSF model-signing — emerging Sigstore-based signing standard for ML model weights; track for production adoption"
|
|
957
957
|
],
|
|
958
|
-
"signature": "
|
|
959
|
-
"signed_at": "2026-05-
|
|
958
|
+
"signature": "Xzn7gLFq8ErUJ7jhm2zPkmfPtqKcd6ONW0at6cE7uJyUq1+1d4l9BxLNL+BQTD0SnJRAq01CBfYKZ2+EgkSWCQ==",
|
|
959
|
+
"signed_at": "2026-05-16T13:06:35.485Z"
|
|
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": "XZigwq8X/csfrdG10O6Q1V5q0zUqSQGd3QrjRKkZ4fkaodG4mZahYuIQqxc8rU9jjtGAm9LtBXYB+I5csqj9Bw==",
|
|
1016
|
-
"signed_at": "2026-05-
|
|
1016
|
+
"signed_at": "2026-05-16T13:06:35.485Z"
|
|
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": "k0HrsZMBxiPWB1jl4dRwhv/R5IsqbZ+SLDv1Jx3/sRl51JyXjtm8vyogTNhSwsl5/IkaRakqIPJFRFRl5h/9CQ==",
|
|
1083
|
-
"signed_at": "2026-05-
|
|
1083
|
+
"signed_at": "2026-05-16T13:06:35.486Z"
|
|
1084
1084
|
},
|
|
1085
1085
|
{
|
|
1086
1086
|
"name": "ot-ics-security",
|
|
@@ -1135,8 +1135,8 @@
|
|
|
1135
1135
|
],
|
|
1136
1136
|
"d3fend_refs": [],
|
|
1137
1137
|
"last_threat_review": "2026-05-11",
|
|
1138
|
-
"signature": "
|
|
1139
|
-
"signed_at": "2026-05-
|
|
1138
|
+
"signature": "HmRtZCypmBYptm6iPkIcIx1yWVhN45SXnybksWlVMHeJ4KrhsNk1jkz2MGYmy6xKTgHW0RLa4tjIkZbGW6ZCBg==",
|
|
1139
|
+
"signed_at": "2026-05-16T13:06:35.486Z"
|
|
1140
1140
|
},
|
|
1141
1141
|
{
|
|
1142
1142
|
"name": "coordinated-vuln-disclosure",
|
|
@@ -1187,8 +1187,8 @@
|
|
|
1187
1187
|
"UK NCSC Vulnerability Disclosure Toolkit revisions and AU ISM CVD guidance updates",
|
|
1188
1188
|
"NYDFS 23 NYCRR 500 amendments potentially adding explicit CVD program requirements"
|
|
1189
1189
|
],
|
|
1190
|
-
"signature": "
|
|
1191
|
-
"signed_at": "2026-05-
|
|
1190
|
+
"signature": "f1w8AOT3bw+IeaAkg+vubUf7+Gx+/zTuQyIKOxQTbF9m1HGIE/SJQlWZST9ALtlH1BN4gJK5WPRmloX6LzQYBw==",
|
|
1191
|
+
"signed_at": "2026-05-16T13:06:35.487Z"
|
|
1192
1192
|
},
|
|
1193
1193
|
{
|
|
1194
1194
|
"name": "threat-modeling-methodology",
|
|
@@ -1237,8 +1237,8 @@
|
|
|
1237
1237
|
"LINDDUN-GO and LINDDUN-PRO updates incorporating LLM privacy threats",
|
|
1238
1238
|
"PASTA v2 updates incorporating AI/ML application threats"
|
|
1239
1239
|
],
|
|
1240
|
-
"signature": "
|
|
1241
|
-
"signed_at": "2026-05-
|
|
1240
|
+
"signature": "bOexHUZApL+t6r84lombGCRHOh8jT9f3rm9ckcdu0Mz6hKuoa9uMGq5D+JESKMoOdFMPMZM4KpjZ+fcYExp2AQ==",
|
|
1241
|
+
"signed_at": "2026-05-16T13:06:35.487Z"
|
|
1242
1242
|
},
|
|
1243
1243
|
{
|
|
1244
1244
|
"name": "webapp-security",
|
|
@@ -1311,8 +1311,8 @@
|
|
|
1311
1311
|
],
|
|
1312
1312
|
"d3fend_refs": [],
|
|
1313
1313
|
"last_threat_review": "2026-05-11",
|
|
1314
|
-
"signature": "
|
|
1315
|
-
"signed_at": "2026-05-
|
|
1314
|
+
"signature": "TS1bOSeoGVK77LkHrUrZALK5PeturDTZe68vippxgJ9q7dQYa6n+CQFydiPfam2HZZJWtRHfs+4bL8PS7qQtAw==",
|
|
1315
|
+
"signed_at": "2026-05-16T13:06:35.487Z"
|
|
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": "8E82UwKFNraXV/MKAbiUV6gUryYuN+Ff/kiv1aW4/XtriShdTyt/UgRuQJ8LXGXl0jMH8hRJ/xTAV8LOJqexDA==",
|
|
1365
|
-
"signed_at": "2026-05-
|
|
1365
|
+
"signed_at": "2026-05-16T13:06:35.488Z"
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
1368
|
"name": "sector-healthcare",
|
|
@@ -1421,8 +1421,8 @@
|
|
|
1421
1421
|
],
|
|
1422
1422
|
"d3fend_refs": [],
|
|
1423
1423
|
"last_threat_review": "2026-05-11",
|
|
1424
|
-
"signature": "
|
|
1425
|
-
"signed_at": "2026-05-
|
|
1424
|
+
"signature": "oW7JP2esMH8RxJKHnKXj3uHKJ7E5iEvp+fg1PQWRL0FbTu1K/SwY56tVzeBZgfNBGb5W4Q7TKk7r+Fh9tXD+AQ==",
|
|
1425
|
+
"signed_at": "2026-05-16T13:06:35.488Z"
|
|
1426
1426
|
},
|
|
1427
1427
|
{
|
|
1428
1428
|
"name": "sector-financial",
|
|
@@ -1502,8 +1502,8 @@
|
|
|
1502
1502
|
"OSFI B-13 (Technology and Cyber Risk Management) post-2024 examination findings",
|
|
1503
1503
|
"TIBER-EU framework v2.0 alignment with DORA TLPT RTS (JC 2024/40); cross-recognition with CBEST and iCAST"
|
|
1504
1504
|
],
|
|
1505
|
-
"signature": "
|
|
1506
|
-
"signed_at": "2026-05-
|
|
1505
|
+
"signature": "8YE9Csb1WGVXzHUG2ZIw7vG0f4h6xZ3dqZMH8vsCzs9/uNaifToOhHXfjfzycqoE9jmOTcp2lFLTvim1FrJjCA==",
|
|
1506
|
+
"signed_at": "2026-05-16T13:06:35.488Z"
|
|
1507
1507
|
},
|
|
1508
1508
|
{
|
|
1509
1509
|
"name": "sector-federal-government",
|
|
@@ -1571,8 +1571,8 @@
|
|
|
1571
1571
|
"EU Cybersecurity Certification Scheme on Common Criteria (EUCC) operational — first certificates issued 2024; high-assurance level for government use cases ramping",
|
|
1572
1572
|
"Australia PSPF 2024 revision and ISM quarterly updates — track for Essential Eight Maturity Level requirements for federal entities"
|
|
1573
1573
|
],
|
|
1574
|
-
"signature": "
|
|
1575
|
-
"signed_at": "2026-05-
|
|
1574
|
+
"signature": "p0/idjKkA9sFyj+w2IyN/FxB9P+26jkYEo+4jusKKiIdLljsSTsybBhCgLaneeAS5Emd8uipv9HwK9WoiVFMBQ==",
|
|
1575
|
+
"signed_at": "2026-05-16T13:06:35.489Z"
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"name": "sector-energy",
|
|
@@ -1629,15 +1629,15 @@
|
|
|
1629
1629
|
"forward_watch": [
|
|
1630
1630
|
"NERC CIP v7 final FERC order (anticipated 2026–2027) — additions for low-impact BES Cyber Systems, supply chain, and INSM (internal network security monitoring)",
|
|
1631
1631
|
"CISA + EPA joint guidance evolution for water/wastewater following the 2023 Unitronics campaign and the 2024 EPA enforcement memorandum",
|
|
1632
|
-
"TSA Pipeline Security Directive renewal cadence
|
|
1632
|
+
"TSA Pipeline Security Directive renewal cadence — SD Pipeline-2021-02F effective 3 May 2025, expires 2 May 2026; next reissue (anticipated 02G) overdue as of mid-May 2026, expected H2 2026; track for renewed performance-based requirements and any inclusion of agentic-AI / supply-chain extensions",
|
|
1633
1633
|
"EU NCCS-G (Network Code on Cybersecurity for Cross-Border Electricity Flows, Reg. (EU) 2024/1366) phased compliance milestones through 2027 for ENTSO-E, EU DSO Entity, and impact-tier classified operators",
|
|
1634
1634
|
"AESCSF 2025 refresh by AEMO with renewable/DER specific maturity indicators",
|
|
1635
1635
|
"UL 2941 (DER cybersecurity) and IEEE 1547.3-2023 (DER cyber) adoption into US state PUC interconnection rules",
|
|
1636
1636
|
"MadIoT-class research on consumer-IoT-driven grid frequency manipulation moving from proof-of-concept to attributed campaigns",
|
|
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
|
-
"signature": "
|
|
1640
|
-
"signed_at": "2026-05-
|
|
1639
|
+
"signature": "KD6FPVduRPasDOo7T2W4XEPiwBc2mUXZDzbKynIDnfOcSNJcOQ4QSvHhMhcgevwYflYwCsps2exnVO3Fyn8DAA==",
|
|
1640
|
+
"signed_at": "2026-05-16T13:06:35.490Z"
|
|
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": "VKLuoRkFq7lNXqySipwzPSaiHaqemHQ2cReemF/Xy9hUpD9orQaTVZWClOA4lzoF6d2eQ/CeS///Jjnj4g9dCg==",
|
|
1726
|
-
"signed_at": "2026-05-
|
|
1726
|
+
"signed_at": "2026-05-16T13:06:35.490Z"
|
|
1727
1727
|
},
|
|
1728
1728
|
{
|
|
1729
1729
|
"name": "api-security",
|
|
@@ -1791,8 +1791,8 @@
|
|
|
1791
1791
|
],
|
|
1792
1792
|
"d3fend_refs": [],
|
|
1793
1793
|
"last_threat_review": "2026-05-11",
|
|
1794
|
-
"signature": "
|
|
1795
|
-
"signed_at": "2026-05-
|
|
1794
|
+
"signature": "bhgnM/PkYgduLokq5dCSm1geELvrfvKCGG4mwfgn4X9NdrheI1cjnrOqZjbOEt2q44iH2vDhqLJeA9l85GMeAg==",
|
|
1795
|
+
"signed_at": "2026-05-16T13:06:35.490Z"
|
|
1796
1796
|
},
|
|
1797
1797
|
{
|
|
1798
1798
|
"name": "cloud-security",
|
|
@@ -1872,8 +1872,8 @@
|
|
|
1872
1872
|
"eBPF-based runtime detection coverage of confidential-computing enclaves (AWS Nitro Enclaves, Azure Confidential VMs, GCP Confidential Space) — partial visibility is a tracked detection gap",
|
|
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
|
-
"signature": "
|
|
1876
|
-
"signed_at": "2026-05-
|
|
1875
|
+
"signature": "wTxiyl9IN127tDk8msLw1/0REqZ3Ldeyj5HSwNdmJWOFkqGs1MbgQYFt0wCSVNcGtdoWtZtV6uuUxdOlCoo4AA==",
|
|
1876
|
+
"signed_at": "2026-05-16T13:06:35.491Z"
|
|
1877
1877
|
},
|
|
1878
1878
|
{
|
|
1879
1879
|
"name": "container-runtime-security",
|
|
@@ -1934,8 +1934,8 @@
|
|
|
1934
1934
|
],
|
|
1935
1935
|
"d3fend_refs": [],
|
|
1936
1936
|
"last_threat_review": "2026-05-11",
|
|
1937
|
-
"signature": "
|
|
1938
|
-
"signed_at": "2026-05-
|
|
1937
|
+
"signature": "kYHthY7uKOnVV64XC7evRWZuwQxY1Ihdsz4KAqGFnjTg+9hkBMcMfW1K3lwCIXEXElENznsZ8RI6LcwcbmDjBg==",
|
|
1938
|
+
"signed_at": "2026-05-16T13:06:35.491Z"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
1941
|
"name": "mlops-security",
|
|
@@ -2003,10 +2003,10 @@
|
|
|
2003
2003
|
"OpenSSF model-signing emergence to v1.0 — Sigstore-based model-weight signing; track for production adoption and admission-control integration",
|
|
2004
2004
|
"SLSA v1.1 ML profile (draft) — model-provenance extension for training-run attestation chains; track ID and section changes",
|
|
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
|
-
"MITRE ATLAS v5.
|
|
2006
|
+
"MITRE ATLAS v5.4.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": "L0OCRb+jIzUqdx+pZHY9WsF1fJ+FxGF3+ALWqjHerBi+EbHxi5js81xZMATRf4dIGH/4YpSjVn5Xu/apu94lBA==",
|
|
2009
|
+
"signed_at": "2026-05-16T13:06:35.491Z"
|
|
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": "f2AhpIOdMBZaOPfGa0ebnHc0Iofv5Aj+NcyW3rwlP7oxx4WbvhO5n+ECVtqZ8HRoD3BC/2KxrFGcvBhnObf+AA==",
|
|
2071
|
+
"signed_at": "2026-05-16T13:06:35.492Z"
|
|
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": "2+KCRXcUy0d1DdV2RHNFTCadii+2m9DXVcygPVFITwoGbNwnN3e10JZRjLewMtRkxXboYPZ7Qt25xoDRszYQAg==",
|
|
2151
|
+
"signed_at": "2026-05-16T13:06:35.492Z"
|
|
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": "RiCryJEd66T2NNcSo/mZTd3sGWDycE3C37guLJanLdVL5co35DrPFmIl8qy3ZM/y+Wzg5vpny8VKgr1//1/bCA==",
|
|
2204
|
-
"signed_at": "2026-05-
|
|
2204
|
+
"signed_at": "2026-05-16T13:06:35.492Z"
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"name": "age-gates-child-safety",
|
|
@@ -2260,7 +2260,7 @@
|
|
|
2260
2260
|
"KOSA (Kids Online Safety Act) federal enactment status — reintroduced 2024-2025 with bipartisan support; if enacted, duty-of-care + safest-defaults + age-appropriate-design obligations become US federal floor",
|
|
2261
2261
|
"Ofcom UK Online Safety Act child-safety codes — illegal-content codes live July 2025; child-safety codes phasing through 2026 with iterative enforcement guidance",
|
|
2262
2262
|
"California AADC (AB-2273) — Sept 2023 federal injunction (NetChoice v. Bonta), 2024 partial revival; track Ninth Circuit / SCOTUS posture and state legislative response",
|
|
2263
|
-
"AU social media under-16 ban
|
|
2263
|
+
"AU social media under-16 ban entered force 10 December 2025 under the Online Safety Amendment (Social Media Minimum Age) Act 2024; eSafety Commissioner penalty regime (up to A$49.5M civil penalty) active; >4.7M accounts deactivated / restricted by mid-January 2026; eSafety opened formal investigations into Facebook, Instagram, Snapchat, TikTok and YouTube on 31 March 2026. Forward watch: eSafety investigation outcomes + first civil penalty proceedings + age-assurance methodology guidance refresh cadence",
|
|
2264
2264
|
"EU CSAM Regulation (\"chat control\") — Commission proposal 2022, contested through 2024-2025; if adopted, automated detection on encrypted communications becomes mandatory with significant fundamental-rights challenge",
|
|
2265
2265
|
"NIST IR on Age Assurance — pending publication; will operationalise age-assurance levels for US federal procurement",
|
|
2266
2266
|
"euCONSENT pilot outcomes — EU age-verification interoperability scheme; if scaled, becomes the de facto Member State age-verification reference architecture",
|
|
@@ -2268,8 +2268,8 @@
|
|
|
2268
2268
|
"France SREN (Securing and Regulating the Digital Space) Act 2024 — ARCOM age-verification referential for adult content services; double-anonymity model under deployment",
|
|
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
|
-
"signature": "
|
|
2272
|
-
"signed_at": "2026-05-
|
|
2271
|
+
"signature": "rRX0+wEkhrjEIi1e+OSjg1U5uR0/hDoaai36WcIrzxViRVuIS5WwyH0GBeJF1eTcbMOIvd7QZApG8aHbXmTpAg==",
|
|
2272
|
+
"signed_at": "2026-05-16T13:06:35.493Z"
|
|
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": "BST7fWHHxtYrB8L79RqMsQT3NuidigkPVkIZK2Ps43PgF9SMa117ltobk5954vEb1B7kgiWPa3DurLRLdUmGBg==",
|
|
2352
|
-
"signed_at": "2026-05-
|
|
2352
|
+
"signed_at": "2026-05-16T13:06:35.493Z"
|
|
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": "n9d4fdaSHCMieXRDkBz88kITsUFFlngr2gn2IvGFqJLH+xOEDp4ohS62Vk/zq4+Mhi4QEVKSu3mONOAk3nsYBQ==",
|
|
2433
|
-
"signed_at": "2026-05-
|
|
2433
|
+
"signed_at": "2026-05-16T13:06:35.494Z"
|
|
2434
2434
|
}
|
|
2435
2435
|
],
|
|
2436
2436
|
"manifest_signature": {
|
|
2437
2437
|
"algorithm": "Ed25519",
|
|
2438
|
-
"signature_base64": "
|
|
2438
|
+
"signature_base64": "GR243Wdic0IsvB/Um7IAcnXY90rgIjhrYKC6fFvOTpj9C/N2gbTVYaWRkQ6/9D1phx93fHQVEeK1vSQzHvnzCA=="
|
|
2439
2439
|
}
|
|
2440
2440
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blamejs/exceptd-skills",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.36",
|
|
4
4
|
"description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 10 catalogs, 34 jurisdictions, pre-computed indexes, Ed25519-signed.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-security",
|