@blamejs/exceptd-skills 0.16.13 → 0.16.15
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 +3 -1
- package/CHANGELOG.md +8 -0
- package/README.md +5 -5
- package/bin/exceptd.js +3 -0
- package/data/_indexes/_meta.json +17 -15
- package/data/_indexes/activity-feed.json +16 -2
- package/data/_indexes/chains.json +17453 -1207
- package/data/_indexes/currency.json +19 -1
- package/data/_indexes/frequency.json +103 -41
- package/data/_indexes/handoff-dag.json +9 -1
- package/data/_indexes/jurisdiction-map.json +9 -4
- package/data/_indexes/section-offsets.json +170 -0
- package/data/_indexes/stale-content.json +1 -1
- package/data/_indexes/summary-cards.json +75 -0
- package/data/_indexes/token-budget.json +103 -3
- package/data/_indexes/trigger-table.json +96 -0
- package/data/_indexes/xref.json +40 -3
- package/data/cwe-catalog.json +13 -2
- package/data/playbooks/audit-log-integrity.json +637 -0
- package/data/playbooks/cred-stores.json +1 -0
- package/data/playbooks/framework.json +2 -0
- package/data/playbooks/mail-server-hardening.json +3 -1
- package/data/playbooks/network-trust.json +2 -1
- package/data/playbooks/sbom.json +21 -6
- package/data/playbooks/self-update-integrity.json +636 -0
- package/data/playbooks/vc-wallet-trust.json +2 -1
- package/manifest-snapshot.json +103 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +156 -47
- package/package.json +2 -2
- package/sbom.cdx.json +98 -38
- package/skills/audit-log-integrity/skill.md +80 -0
- package/skills/self-update-integrity/skill.md +79 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"decay_formula": "100 base; -30/-20/-10/-5 at 180/90/60/30-day thresholds. forward_watch count does NOT affect the score (it's a maintenance signal, not a staleness one). Label thresholds: ≥90 current, ≥70 acceptable, ≥50 stale, <50 critical_stale."
|
|
7
7
|
},
|
|
8
8
|
"summary": {
|
|
9
|
-
"current":
|
|
9
|
+
"current": 47,
|
|
10
10
|
"acceptable": 0,
|
|
11
11
|
"stale": 0,
|
|
12
12
|
"critical_stale": 0,
|
|
@@ -67,6 +67,15 @@
|
|
|
67
67
|
"forward_watch_count": 5,
|
|
68
68
|
"action_required": false
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"skill": "audit-log-integrity",
|
|
72
|
+
"last_threat_review": "2026-06-02",
|
|
73
|
+
"days_since_review": -18,
|
|
74
|
+
"currency_score": 100,
|
|
75
|
+
"currency_label": "current",
|
|
76
|
+
"forward_watch_count": 0,
|
|
77
|
+
"action_required": false
|
|
78
|
+
},
|
|
70
79
|
{
|
|
71
80
|
"skill": "cloud-iam-incident",
|
|
72
81
|
"last_threat_review": "2026-05-15",
|
|
@@ -355,6 +364,15 @@
|
|
|
355
364
|
"forward_watch_count": 4,
|
|
356
365
|
"action_required": false
|
|
357
366
|
},
|
|
367
|
+
{
|
|
368
|
+
"skill": "self-update-integrity",
|
|
369
|
+
"last_threat_review": "2026-06-02",
|
|
370
|
+
"days_since_review": -18,
|
|
371
|
+
"currency_score": 100,
|
|
372
|
+
"currency_label": "current",
|
|
373
|
+
"forward_watch_count": 0,
|
|
374
|
+
"action_required": false
|
|
375
|
+
},
|
|
358
376
|
{
|
|
359
377
|
"skill": "skill-update-loop",
|
|
360
378
|
"last_threat_review": "2026-05-22",
|
|
@@ -88,8 +88,9 @@
|
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
90
|
"CWE-345": {
|
|
91
|
-
"count":
|
|
91
|
+
"count": 4,
|
|
92
92
|
"skills": [
|
|
93
|
+
"audit-log-integrity",
|
|
93
94
|
"idp-incident-response",
|
|
94
95
|
"mcp-agent-trust",
|
|
95
96
|
"network-trust"
|
|
@@ -114,9 +115,10 @@
|
|
|
114
115
|
]
|
|
115
116
|
},
|
|
116
117
|
"CWE-494": {
|
|
117
|
-
"count":
|
|
118
|
+
"count": 3,
|
|
118
119
|
"skills": [
|
|
119
120
|
"mcp-agent-trust",
|
|
121
|
+
"self-update-integrity",
|
|
120
122
|
"supply-chain-integrity"
|
|
121
123
|
]
|
|
122
124
|
},
|
|
@@ -248,9 +250,10 @@
|
|
|
248
250
|
]
|
|
249
251
|
},
|
|
250
252
|
"CWE-829": {
|
|
251
|
-
"count":
|
|
253
|
+
"count": 3,
|
|
252
254
|
"skills": [
|
|
253
255
|
"sector-federal-government",
|
|
256
|
+
"self-update-integrity",
|
|
254
257
|
"supply-chain-integrity"
|
|
255
258
|
]
|
|
256
259
|
},
|
|
@@ -333,15 +336,18 @@
|
|
|
333
336
|
]
|
|
334
337
|
},
|
|
335
338
|
"CWE-284": {
|
|
336
|
-
"count":
|
|
339
|
+
"count": 2,
|
|
337
340
|
"skills": [
|
|
341
|
+
"audit-log-integrity",
|
|
338
342
|
"idp-incident-response"
|
|
339
343
|
]
|
|
340
344
|
},
|
|
341
345
|
"CWE-347": {
|
|
342
|
-
"count":
|
|
346
|
+
"count": 4,
|
|
343
347
|
"skills": [
|
|
348
|
+
"audit-log-integrity",
|
|
344
349
|
"network-trust",
|
|
350
|
+
"self-update-integrity",
|
|
345
351
|
"vc-wallet-trust"
|
|
346
352
|
]
|
|
347
353
|
},
|
|
@@ -369,6 +375,18 @@
|
|
|
369
375
|
"skills": [
|
|
370
376
|
"mail-server-hardening"
|
|
371
377
|
]
|
|
378
|
+
},
|
|
379
|
+
"CWE-778": {
|
|
380
|
+
"count": 1,
|
|
381
|
+
"skills": [
|
|
382
|
+
"audit-log-integrity"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
"CWE-353": {
|
|
386
|
+
"count": 1,
|
|
387
|
+
"skills": [
|
|
388
|
+
"self-update-integrity"
|
|
389
|
+
]
|
|
372
390
|
}
|
|
373
391
|
},
|
|
374
392
|
"d3fend_refs": {
|
|
@@ -554,8 +572,9 @@
|
|
|
554
572
|
},
|
|
555
573
|
"framework_gaps": {
|
|
556
574
|
"NIST-800-53-SI-2": {
|
|
557
|
-
"count":
|
|
575
|
+
"count": 3,
|
|
558
576
|
"skills": [
|
|
577
|
+
"audit-log-integrity",
|
|
559
578
|
"kernel-lpe-triage",
|
|
560
579
|
"mail-server-hardening"
|
|
561
580
|
]
|
|
@@ -789,9 +808,10 @@
|
|
|
789
808
|
]
|
|
790
809
|
},
|
|
791
810
|
"SOC2-CC7-anomaly-detection": {
|
|
792
|
-
"count":
|
|
811
|
+
"count": 5,
|
|
793
812
|
"skills": [
|
|
794
813
|
"ai-c2-detection",
|
|
814
|
+
"audit-log-integrity",
|
|
795
815
|
"dlp-gap-analysis",
|
|
796
816
|
"email-security-anti-phishing",
|
|
797
817
|
"incident-response-playbook"
|
|
@@ -960,9 +980,10 @@
|
|
|
960
980
|
]
|
|
961
981
|
},
|
|
962
982
|
"AU-ISM-1556": {
|
|
963
|
-
"count":
|
|
983
|
+
"count": 2,
|
|
964
984
|
"skills": [
|
|
965
|
-
"sector-telecom"
|
|
985
|
+
"sector-telecom",
|
|
986
|
+
"self-update-integrity"
|
|
966
987
|
]
|
|
967
988
|
},
|
|
968
989
|
"GSMA-NESAS-Deployment": {
|
|
@@ -1125,10 +1146,12 @@
|
|
|
1125
1146
|
]
|
|
1126
1147
|
},
|
|
1127
1148
|
"NIS2-Art21-network-security": {
|
|
1128
|
-
"count":
|
|
1149
|
+
"count": 4,
|
|
1129
1150
|
"skills": [
|
|
1151
|
+
"audit-log-integrity",
|
|
1130
1152
|
"mail-server-hardening",
|
|
1131
|
-
"network-trust"
|
|
1153
|
+
"network-trust",
|
|
1154
|
+
"self-update-integrity"
|
|
1132
1155
|
]
|
|
1133
1156
|
},
|
|
1134
1157
|
"ISO-27001-2022-A.8.21": {
|
|
@@ -1138,9 +1161,22 @@
|
|
|
1138
1161
|
]
|
|
1139
1162
|
},
|
|
1140
1163
|
"UK-CAF-B4": {
|
|
1164
|
+
"count": 2,
|
|
1165
|
+
"skills": [
|
|
1166
|
+
"network-trust",
|
|
1167
|
+
"self-update-integrity"
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
"ISO-27001-2022-A.8.15": {
|
|
1141
1171
|
"count": 1,
|
|
1142
1172
|
"skills": [
|
|
1143
|
-
"
|
|
1173
|
+
"audit-log-integrity"
|
|
1174
|
+
]
|
|
1175
|
+
},
|
|
1176
|
+
"NIST-800-53-SR-11": {
|
|
1177
|
+
"count": 1,
|
|
1178
|
+
"skills": [
|
|
1179
|
+
"self-update-integrity"
|
|
1144
1180
|
]
|
|
1145
1181
|
}
|
|
1146
1182
|
},
|
|
@@ -1391,8 +1427,9 @@
|
|
|
1391
1427
|
]
|
|
1392
1428
|
},
|
|
1393
1429
|
"T1195.002": {
|
|
1394
|
-
"count":
|
|
1430
|
+
"count": 2,
|
|
1395
1431
|
"skills": [
|
|
1432
|
+
"self-update-integrity",
|
|
1396
1433
|
"supply-chain-integrity"
|
|
1397
1434
|
]
|
|
1398
1435
|
},
|
|
@@ -1569,6 +1606,30 @@
|
|
|
1569
1606
|
"skills": [
|
|
1570
1607
|
"network-trust"
|
|
1571
1608
|
]
|
|
1609
|
+
},
|
|
1610
|
+
"T1070": {
|
|
1611
|
+
"count": 1,
|
|
1612
|
+
"skills": [
|
|
1613
|
+
"audit-log-integrity"
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1616
|
+
"T1565.001": {
|
|
1617
|
+
"count": 1,
|
|
1618
|
+
"skills": [
|
|
1619
|
+
"audit-log-integrity"
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
"T1562.008": {
|
|
1623
|
+
"count": 1,
|
|
1624
|
+
"skills": [
|
|
1625
|
+
"audit-log-integrity"
|
|
1626
|
+
]
|
|
1627
|
+
},
|
|
1628
|
+
"T1574": {
|
|
1629
|
+
"count": 1,
|
|
1630
|
+
"skills": [
|
|
1631
|
+
"self-update-integrity"
|
|
1632
|
+
]
|
|
1572
1633
|
}
|
|
1573
1634
|
},
|
|
1574
1635
|
"rfc_refs": {
|
|
@@ -2061,6 +2122,17 @@
|
|
|
2061
2122
|
"sector-healthcare"
|
|
2062
2123
|
]
|
|
2063
2124
|
},
|
|
2125
|
+
{
|
|
2126
|
+
"id": "SOC2-CC7-anomaly-detection",
|
|
2127
|
+
"count": 5,
|
|
2128
|
+
"skills": [
|
|
2129
|
+
"ai-c2-detection",
|
|
2130
|
+
"audit-log-integrity",
|
|
2131
|
+
"dlp-gap-analysis",
|
|
2132
|
+
"email-security-anti-phishing",
|
|
2133
|
+
"incident-response-playbook"
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2064
2136
|
{
|
|
2065
2137
|
"id": "FedRAMP-Rev5-Moderate",
|
|
2066
2138
|
"count": 4,
|
|
@@ -2092,33 +2164,23 @@
|
|
|
2092
2164
|
]
|
|
2093
2165
|
},
|
|
2094
2166
|
{
|
|
2095
|
-
"id": "NIS2-Art21-
|
|
2096
|
-
"count": 4,
|
|
2097
|
-
"skills": [
|
|
2098
|
-
"attack-surface-pentest",
|
|
2099
|
-
"kernel-lpe-triage",
|
|
2100
|
-
"ot-ics-security",
|
|
2101
|
-
"sector-energy"
|
|
2102
|
-
]
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"id": "SLSA-v1.0-Build-L3",
|
|
2167
|
+
"id": "NIS2-Art21-network-security",
|
|
2106
2168
|
"count": 4,
|
|
2107
2169
|
"skills": [
|
|
2108
|
-
"
|
|
2109
|
-
"
|
|
2110
|
-
"
|
|
2111
|
-
"
|
|
2170
|
+
"audit-log-integrity",
|
|
2171
|
+
"mail-server-hardening",
|
|
2172
|
+
"network-trust",
|
|
2173
|
+
"self-update-integrity"
|
|
2112
2174
|
]
|
|
2113
2175
|
},
|
|
2114
2176
|
{
|
|
2115
|
-
"id": "
|
|
2177
|
+
"id": "NIS2-Art21-patch-management",
|
|
2116
2178
|
"count": 4,
|
|
2117
2179
|
"skills": [
|
|
2118
|
-
"
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2121
|
-
"sector-
|
|
2180
|
+
"attack-surface-pentest",
|
|
2181
|
+
"kernel-lpe-triage",
|
|
2182
|
+
"ot-ics-security",
|
|
2183
|
+
"sector-energy"
|
|
2122
2184
|
]
|
|
2123
2185
|
}
|
|
2124
2186
|
],
|
|
@@ -2476,10 +2538,11 @@
|
|
|
2476
2538
|
"orphan_adjacent": {
|
|
2477
2539
|
"cwe_refs": [
|
|
2478
2540
|
"CWE-20",
|
|
2479
|
-
"CWE-284",
|
|
2480
2541
|
"CWE-327",
|
|
2542
|
+
"CWE-353",
|
|
2481
2543
|
"CWE-400",
|
|
2482
2544
|
"CWE-611",
|
|
2545
|
+
"CWE-778",
|
|
2483
2546
|
"CWE-93"
|
|
2484
2547
|
],
|
|
2485
2548
|
"d3fend_refs": [
|
|
@@ -2492,7 +2555,6 @@
|
|
|
2492
2555
|
"3GPP-TR-33.926",
|
|
2493
2556
|
"ALL-MCP-TOOL-TRUST",
|
|
2494
2557
|
"AU-ISM-1546-Cloud-Service-Account",
|
|
2495
|
-
"AU-ISM-1556",
|
|
2496
2558
|
"AU-ISM-1559-IdP",
|
|
2497
2559
|
"AWS-Security-Hub-Coverage-Gap",
|
|
2498
2560
|
"CISA-Snowflake-AA24-IdP-Cloud",
|
|
@@ -2506,6 +2568,7 @@
|
|
|
2506
2568
|
"FCC-Cyber-Incident-Notification-2024",
|
|
2507
2569
|
"FedRAMP-IL5-IAM-Federated",
|
|
2508
2570
|
"GSMA-NESAS-Deployment",
|
|
2571
|
+
"ISO-27001-2022-A.8.15",
|
|
2509
2572
|
"ISO-27001-2022-A.8.21",
|
|
2510
2573
|
"ISO-27017-Cloud-IAM",
|
|
2511
2574
|
"ITU-T-X.805",
|
|
@@ -2514,6 +2577,7 @@
|
|
|
2514
2577
|
"NIS2-Annex-I-Telecom",
|
|
2515
2578
|
"NIST-800-53-AC-2-Cross-Account",
|
|
2516
2579
|
"NIST-800-53-SI-12",
|
|
2580
|
+
"NIST-800-53-SR-11",
|
|
2517
2581
|
"OFAC-SDN-Payment-Block",
|
|
2518
2582
|
"OFAC-Sanctions-Threat-Actor-Negotiation",
|
|
2519
2583
|
"OWASP-LLM-Top-10-2025-LLM02",
|
|
@@ -2527,7 +2591,6 @@
|
|
|
2527
2591
|
"UK-CAF-B2",
|
|
2528
2592
|
"UK-CAF-B2-Cloud-IAM",
|
|
2529
2593
|
"UK-CAF-B2-IdP-Tenant",
|
|
2530
|
-
"UK-CAF-B4",
|
|
2531
2594
|
"UK-CAF-B5",
|
|
2532
2595
|
"VEX-CSAF-v2.1"
|
|
2533
2596
|
],
|
|
@@ -2535,13 +2598,13 @@
|
|
|
2535
2598
|
"AML.T0040"
|
|
2536
2599
|
],
|
|
2537
2600
|
"attack_refs": [
|
|
2601
|
+
"T1070",
|
|
2538
2602
|
"T1071.003",
|
|
2539
2603
|
"T1071.004",
|
|
2540
2604
|
"T1098",
|
|
2541
2605
|
"T1102",
|
|
2542
2606
|
"T1110",
|
|
2543
2607
|
"T1133",
|
|
2544
|
-
"T1195.002",
|
|
2545
2608
|
"T1213",
|
|
2546
2609
|
"T1505",
|
|
2547
2610
|
"T1538",
|
|
@@ -2550,10 +2613,13 @@
|
|
|
2550
2613
|
"T1552",
|
|
2551
2614
|
"T1552.005",
|
|
2552
2615
|
"T1556.007",
|
|
2616
|
+
"T1562.008",
|
|
2617
|
+
"T1565.001",
|
|
2553
2618
|
"T1566.001",
|
|
2554
2619
|
"T1566.002",
|
|
2555
2620
|
"T1566.003",
|
|
2556
2621
|
"T1568",
|
|
2622
|
+
"T1574",
|
|
2557
2623
|
"T1580",
|
|
2558
2624
|
"T1606",
|
|
2559
2625
|
"T1606.002",
|
|
@@ -2636,7 +2702,6 @@
|
|
|
2636
2702
|
"CWE-340",
|
|
2637
2703
|
"CWE-346",
|
|
2638
2704
|
"CWE-35",
|
|
2639
|
-
"CWE-353",
|
|
2640
2705
|
"CWE-367",
|
|
2641
2706
|
"CWE-377",
|
|
2642
2707
|
"CWE-384",
|
|
@@ -2691,7 +2756,6 @@
|
|
|
2691
2756
|
"CWE-770",
|
|
2692
2757
|
"CWE-772",
|
|
2693
2758
|
"CWE-776",
|
|
2694
|
-
"CWE-778",
|
|
2695
2759
|
"CWE-779",
|
|
2696
2760
|
"CWE-807",
|
|
2697
2761
|
"CWE-822",
|
|
@@ -3371,7 +3435,6 @@
|
|
|
3371
3435
|
"ISO-27001-2022-A.7.1",
|
|
3372
3436
|
"ISO-27001-2022-A.7.10",
|
|
3373
3437
|
"ISO-27001-2022-A.8.13",
|
|
3374
|
-
"ISO-27001-2022-A.8.15",
|
|
3375
3438
|
"ISO-27001-2022-A.8.22",
|
|
3376
3439
|
"ISO-27001-2022-A.8.24",
|
|
3377
3440
|
"ISO-27001-2022-A.8.7",
|
|
@@ -3401,7 +3464,6 @@
|
|
|
3401
3464
|
"NIST-800-53-SC-5",
|
|
3402
3465
|
"NIST-800-53-SI-10",
|
|
3403
3466
|
"NIST-800-53-SI-4",
|
|
3404
|
-
"NIST-800-53-SR-11",
|
|
3405
3467
|
"NIST-800-53-SR-3",
|
|
3406
3468
|
"NIST-AI-RMF-MAP-3.4",
|
|
3407
3469
|
"NIST-AI-RMF-MEASURE-2.7",
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"ai-risk-management",
|
|
7
7
|
"api-security",
|
|
8
8
|
"attack-surface-pentest",
|
|
9
|
+
"audit-log-integrity",
|
|
9
10
|
"cloud-iam-incident",
|
|
10
11
|
"cloud-security",
|
|
11
12
|
"compliance-theater",
|
|
@@ -38,6 +39,7 @@
|
|
|
38
39
|
"sector-healthcare",
|
|
39
40
|
"sector-telecom",
|
|
40
41
|
"security-maturity-tiers",
|
|
42
|
+
"self-update-integrity",
|
|
41
43
|
"skill-update-loop",
|
|
42
44
|
"supply-chain-integrity",
|
|
43
45
|
"threat-model-currency",
|
|
@@ -519,7 +521,9 @@
|
|
|
519
521
|
],
|
|
520
522
|
"vc-wallet-trust": [],
|
|
521
523
|
"mail-server-hardening": [],
|
|
522
|
-
"network-trust": []
|
|
524
|
+
"network-trust": [],
|
|
525
|
+
"audit-log-integrity": [],
|
|
526
|
+
"self-update-integrity": []
|
|
523
527
|
},
|
|
524
528
|
"in_degree": {
|
|
525
529
|
"age-gates-child-safety": 1,
|
|
@@ -528,6 +532,7 @@
|
|
|
528
532
|
"ai-risk-management": 5,
|
|
529
533
|
"api-security": 4,
|
|
530
534
|
"attack-surface-pentest": 13,
|
|
535
|
+
"audit-log-integrity": 0,
|
|
531
536
|
"cloud-iam-incident": 2,
|
|
532
537
|
"cloud-security": 5,
|
|
533
538
|
"compliance-theater": 30,
|
|
@@ -560,6 +565,7 @@
|
|
|
560
565
|
"sector-healthcare": 6,
|
|
561
566
|
"sector-telecom": 2,
|
|
562
567
|
"security-maturity-tiers": 1,
|
|
568
|
+
"self-update-integrity": 0,
|
|
563
569
|
"skill-update-loop": 3,
|
|
564
570
|
"supply-chain-integrity": 17,
|
|
565
571
|
"threat-model-currency": 6,
|
|
@@ -575,6 +581,7 @@
|
|
|
575
581
|
"ai-risk-management": 13,
|
|
576
582
|
"api-security": 7,
|
|
577
583
|
"attack-surface-pentest": 4,
|
|
584
|
+
"audit-log-integrity": 0,
|
|
578
585
|
"cloud-iam-incident": 14,
|
|
579
586
|
"cloud-security": 17,
|
|
580
587
|
"compliance-theater": 12,
|
|
@@ -607,6 +614,7 @@
|
|
|
607
614
|
"sector-healthcare": 13,
|
|
608
615
|
"sector-telecom": 0,
|
|
609
616
|
"security-maturity-tiers": 3,
|
|
617
|
+
"self-update-integrity": 0,
|
|
610
618
|
"skill-update-loop": 21,
|
|
611
619
|
"supply-chain-integrity": 4,
|
|
612
620
|
"threat-model-currency": 5,
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"ai-risk-management",
|
|
8
8
|
"api-security",
|
|
9
9
|
"attack-surface-pentest",
|
|
10
|
+
"audit-log-integrity",
|
|
10
11
|
"cloud-iam-incident",
|
|
11
12
|
"cloud-security",
|
|
12
13
|
"compliance-theater",
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"sector-healthcare",
|
|
40
41
|
"sector-telecom",
|
|
41
42
|
"security-maturity-tiers",
|
|
43
|
+
"self-update-integrity",
|
|
42
44
|
"skill-update-loop",
|
|
43
45
|
"supply-chain-integrity",
|
|
44
46
|
"threat-model-currency",
|
|
@@ -48,7 +50,7 @@
|
|
|
48
50
|
"zeroday-gap-learn"
|
|
49
51
|
],
|
|
50
52
|
"example_excerpts": {},
|
|
51
|
-
"skill_count":
|
|
53
|
+
"skill_count": 47
|
|
52
54
|
},
|
|
53
55
|
"UK": {
|
|
54
56
|
"skills": [
|
|
@@ -89,6 +91,7 @@
|
|
|
89
91
|
"sector-healthcare",
|
|
90
92
|
"sector-telecom",
|
|
91
93
|
"security-maturity-tiers",
|
|
94
|
+
"self-update-integrity",
|
|
92
95
|
"skill-update-loop",
|
|
93
96
|
"supply-chain-integrity",
|
|
94
97
|
"threat-model-currency",
|
|
@@ -98,7 +101,7 @@
|
|
|
98
101
|
"zeroday-gap-learn"
|
|
99
102
|
],
|
|
100
103
|
"example_excerpts": {},
|
|
101
|
-
"skill_count":
|
|
104
|
+
"skill_count": 45
|
|
102
105
|
},
|
|
103
106
|
"AU": {
|
|
104
107
|
"skills": [
|
|
@@ -138,6 +141,7 @@
|
|
|
138
141
|
"sector-healthcare",
|
|
139
142
|
"sector-telecom",
|
|
140
143
|
"security-maturity-tiers",
|
|
144
|
+
"self-update-integrity",
|
|
141
145
|
"skill-update-loop",
|
|
142
146
|
"supply-chain-integrity",
|
|
143
147
|
"threat-model-currency",
|
|
@@ -146,7 +150,7 @@
|
|
|
146
150
|
"zeroday-gap-learn"
|
|
147
151
|
],
|
|
148
152
|
"example_excerpts": {},
|
|
149
|
-
"skill_count":
|
|
153
|
+
"skill_count": 43
|
|
150
154
|
},
|
|
151
155
|
"SG": {
|
|
152
156
|
"skills": [
|
|
@@ -246,11 +250,12 @@
|
|
|
246
250
|
"sector-financial",
|
|
247
251
|
"sector-healthcare",
|
|
248
252
|
"sector-telecom",
|
|
253
|
+
"self-update-integrity",
|
|
249
254
|
"skill-update-loop",
|
|
250
255
|
"zeroday-gap-learn"
|
|
251
256
|
],
|
|
252
257
|
"example_excerpts": {},
|
|
253
|
-
"skill_count":
|
|
258
|
+
"skill_count": 19
|
|
254
259
|
},
|
|
255
260
|
"BR": {
|
|
256
261
|
"skills": [
|
|
@@ -4552,6 +4552,176 @@
|
|
|
4552
4552
|
"h3_count": 0
|
|
4553
4553
|
}
|
|
4554
4554
|
]
|
|
4555
|
+
},
|
|
4556
|
+
"audit-log-integrity": {
|
|
4557
|
+
"path": "skills/audit-log-integrity/skill.md",
|
|
4558
|
+
"total_bytes": 7667,
|
|
4559
|
+
"total_lines": 81,
|
|
4560
|
+
"frontmatter": {
|
|
4561
|
+
"line_start": 1,
|
|
4562
|
+
"line_end": 46,
|
|
4563
|
+
"byte_start": 0,
|
|
4564
|
+
"byte_end": 1119
|
|
4565
|
+
},
|
|
4566
|
+
"sections": [
|
|
4567
|
+
{
|
|
4568
|
+
"name": "Threat Context (mid-2026)",
|
|
4569
|
+
"normalized_name": "threat-context",
|
|
4570
|
+
"line": 50,
|
|
4571
|
+
"byte_start": 1178,
|
|
4572
|
+
"byte_end": 2016,
|
|
4573
|
+
"bytes": 838,
|
|
4574
|
+
"h3_count": 0
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "Framework Lag Declaration",
|
|
4578
|
+
"normalized_name": "framework-lag-declaration",
|
|
4579
|
+
"line": 54,
|
|
4580
|
+
"byte_start": 2016,
|
|
4581
|
+
"byte_end": 2812,
|
|
4582
|
+
"bytes": 796,
|
|
4583
|
+
"h3_count": 0
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"name": "TTP Mapping",
|
|
4587
|
+
"normalized_name": "ttp-mapping",
|
|
4588
|
+
"line": 58,
|
|
4589
|
+
"byte_start": 2812,
|
|
4590
|
+
"byte_end": 3633,
|
|
4591
|
+
"bytes": 821,
|
|
4592
|
+
"h3_count": 0
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"name": "Exploit Availability Matrix",
|
|
4596
|
+
"normalized_name": "exploit-availability-matrix",
|
|
4597
|
+
"line": 62,
|
|
4598
|
+
"byte_start": 3633,
|
|
4599
|
+
"byte_end": 4338,
|
|
4600
|
+
"bytes": 705,
|
|
4601
|
+
"h3_count": 0
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "Analysis Procedure",
|
|
4605
|
+
"normalized_name": "analysis-procedure",
|
|
4606
|
+
"line": 66,
|
|
4607
|
+
"byte_start": 4338,
|
|
4608
|
+
"byte_end": 5219,
|
|
4609
|
+
"bytes": 881,
|
|
4610
|
+
"h3_count": 0
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"name": "Output Format",
|
|
4614
|
+
"normalized_name": "output-format",
|
|
4615
|
+
"line": 70,
|
|
4616
|
+
"byte_start": 5219,
|
|
4617
|
+
"byte_end": 6137,
|
|
4618
|
+
"bytes": 918,
|
|
4619
|
+
"h3_count": 0
|
|
4620
|
+
},
|
|
4621
|
+
{
|
|
4622
|
+
"name": "Compliance Theater Check",
|
|
4623
|
+
"normalized_name": "compliance-theater-check",
|
|
4624
|
+
"line": 74,
|
|
4625
|
+
"byte_start": 6137,
|
|
4626
|
+
"byte_end": 6819,
|
|
4627
|
+
"bytes": 682,
|
|
4628
|
+
"h3_count": 0
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"name": "Defensive Countermeasure Mapping",
|
|
4632
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
4633
|
+
"line": 78,
|
|
4634
|
+
"byte_start": 6819,
|
|
4635
|
+
"byte_end": 7667,
|
|
4636
|
+
"bytes": 848,
|
|
4637
|
+
"h3_count": 0
|
|
4638
|
+
}
|
|
4639
|
+
]
|
|
4640
|
+
},
|
|
4641
|
+
"self-update-integrity": {
|
|
4642
|
+
"path": "skills/self-update-integrity/skill.md",
|
|
4643
|
+
"total_bytes": 7619,
|
|
4644
|
+
"total_lines": 80,
|
|
4645
|
+
"frontmatter": {
|
|
4646
|
+
"line_start": 1,
|
|
4647
|
+
"line_end": 45,
|
|
4648
|
+
"byte_start": 0,
|
|
4649
|
+
"byte_end": 1109
|
|
4650
|
+
},
|
|
4651
|
+
"sections": [
|
|
4652
|
+
{
|
|
4653
|
+
"name": "Threat Context (mid-2026)",
|
|
4654
|
+
"normalized_name": "threat-context",
|
|
4655
|
+
"line": 49,
|
|
4656
|
+
"byte_start": 1160,
|
|
4657
|
+
"byte_end": 2001,
|
|
4658
|
+
"bytes": 841,
|
|
4659
|
+
"h3_count": 0
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "Framework Lag Declaration",
|
|
4663
|
+
"normalized_name": "framework-lag-declaration",
|
|
4664
|
+
"line": 53,
|
|
4665
|
+
"byte_start": 2001,
|
|
4666
|
+
"byte_end": 2836,
|
|
4667
|
+
"bytes": 835,
|
|
4668
|
+
"h3_count": 0
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"name": "TTP Mapping",
|
|
4672
|
+
"normalized_name": "ttp-mapping",
|
|
4673
|
+
"line": 57,
|
|
4674
|
+
"byte_start": 2836,
|
|
4675
|
+
"byte_end": 3572,
|
|
4676
|
+
"bytes": 736,
|
|
4677
|
+
"h3_count": 0
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"name": "Exploit Availability Matrix",
|
|
4681
|
+
"normalized_name": "exploit-availability-matrix",
|
|
4682
|
+
"line": 61,
|
|
4683
|
+
"byte_start": 3572,
|
|
4684
|
+
"byte_end": 4288,
|
|
4685
|
+
"bytes": 716,
|
|
4686
|
+
"h3_count": 0
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
"name": "Analysis Procedure",
|
|
4690
|
+
"normalized_name": "analysis-procedure",
|
|
4691
|
+
"line": 65,
|
|
4692
|
+
"byte_start": 4288,
|
|
4693
|
+
"byte_end": 5250,
|
|
4694
|
+
"bytes": 962,
|
|
4695
|
+
"h3_count": 0
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "Output Format",
|
|
4699
|
+
"normalized_name": "output-format",
|
|
4700
|
+
"line": 69,
|
|
4701
|
+
"byte_start": 5250,
|
|
4702
|
+
"byte_end": 6035,
|
|
4703
|
+
"bytes": 785,
|
|
4704
|
+
"h3_count": 0
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "Compliance Theater Check",
|
|
4708
|
+
"normalized_name": "compliance-theater-check",
|
|
4709
|
+
"line": 73,
|
|
4710
|
+
"byte_start": 6035,
|
|
4711
|
+
"byte_end": 6733,
|
|
4712
|
+
"bytes": 698,
|
|
4713
|
+
"h3_count": 0
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"name": "Defensive Countermeasure Mapping",
|
|
4717
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
4718
|
+
"line": 77,
|
|
4719
|
+
"byte_start": 6733,
|
|
4720
|
+
"byte_end": 7619,
|
|
4721
|
+
"bytes": 886,
|
|
4722
|
+
"h3_count": 0
|
|
4723
|
+
}
|
|
4724
|
+
]
|
|
4555
4725
|
}
|
|
4556
4726
|
}
|
|
4557
4727
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"severity": "medium",
|
|
16
16
|
"category": "researcher_claim_drift",
|
|
17
17
|
"artifact": "skills/researcher/skill.md",
|
|
18
|
-
"detail": "claims 41 specialized skills downstream; live count is
|
|
18
|
+
"detail": "claims 41 specialized skills downstream; live count is 46"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
}
|