@blamejs/exceptd-skills 0.16.12 → 0.16.14
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 +4 -1
- package/data/_indexes/_meta.json +17 -15
- package/data/_indexes/activity-feed.json +16 -2
- package/data/_indexes/chains.json +21663 -4894
- package/data/_indexes/currency.json +19 -1
- package/data/_indexes/frequency.json +103 -40
- package/data/_indexes/handoff-dag.json +9 -1
- package/data/_indexes/jurisdiction-map.json +7 -3
- package/data/_indexes/section-offsets.json +170 -0
- package/data/_indexes/stale-content.json +1 -1
- package/data/_indexes/summary-cards.json +76 -0
- package/data/_indexes/token-budget.json +103 -3
- package/data/_indexes/trigger-table.json +99 -0
- package/data/_indexes/xref.json +41 -3
- package/data/cwe-catalog.json +12 -2
- package/data/playbooks/audit-log-integrity.json +637 -0
- package/data/playbooks/cred-stores.json +1 -0
- package/data/playbooks/crypto.json +18 -5
- package/data/playbooks/framework.json +2 -0
- package/data/playbooks/mail-server-hardening.json +3 -1
- package/data/playbooks/network-trust.json +647 -0
- package/data/playbooks/vc-wallet-trust.json +2 -1
- package/manifest-snapshot.json +105 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +157 -46
- package/package.json +2 -2
- package/sbom.cdx.json +96 -36
- package/skills/audit-log-integrity/skill.md +80 -0
- package/skills/network-trust/skill.md +81 -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": 46,
|
|
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",
|
|
@@ -238,6 +247,15 @@
|
|
|
238
247
|
"forward_watch_count": 6,
|
|
239
248
|
"action_required": false
|
|
240
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"skill": "network-trust",
|
|
252
|
+
"last_threat_review": "2026-06-02",
|
|
253
|
+
"days_since_review": -18,
|
|
254
|
+
"currency_score": 100,
|
|
255
|
+
"currency_label": "current",
|
|
256
|
+
"forward_watch_count": 0,
|
|
257
|
+
"action_required": false
|
|
258
|
+
},
|
|
241
259
|
{
|
|
242
260
|
"skill": "ot-ics-security",
|
|
243
261
|
"last_threat_review": "2026-05-11",
|
|
@@ -88,10 +88,12 @@
|
|
|
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
|
-
"mcp-agent-trust"
|
|
95
|
+
"mcp-agent-trust",
|
|
96
|
+
"network-trust"
|
|
95
97
|
]
|
|
96
98
|
},
|
|
97
99
|
"CWE-352": {
|
|
@@ -129,11 +131,12 @@
|
|
|
129
131
|
]
|
|
130
132
|
},
|
|
131
133
|
"CWE-918": {
|
|
132
|
-
"count":
|
|
134
|
+
"count": 6,
|
|
133
135
|
"skills": [
|
|
134
136
|
"api-security",
|
|
135
137
|
"attack-surface-pentest",
|
|
136
138
|
"mcp-agent-trust",
|
|
139
|
+
"network-trust",
|
|
137
140
|
"sector-telecom",
|
|
138
141
|
"webapp-security"
|
|
139
142
|
]
|
|
@@ -331,20 +334,24 @@
|
|
|
331
334
|
]
|
|
332
335
|
},
|
|
333
336
|
"CWE-284": {
|
|
334
|
-
"count":
|
|
337
|
+
"count": 2,
|
|
335
338
|
"skills": [
|
|
339
|
+
"audit-log-integrity",
|
|
336
340
|
"idp-incident-response"
|
|
337
341
|
]
|
|
338
342
|
},
|
|
339
343
|
"CWE-347": {
|
|
340
|
-
"count":
|
|
344
|
+
"count": 3,
|
|
341
345
|
"skills": [
|
|
346
|
+
"audit-log-integrity",
|
|
347
|
+
"network-trust",
|
|
342
348
|
"vc-wallet-trust"
|
|
343
349
|
]
|
|
344
350
|
},
|
|
345
351
|
"CWE-290": {
|
|
346
|
-
"count":
|
|
352
|
+
"count": 2,
|
|
347
353
|
"skills": [
|
|
354
|
+
"network-trust",
|
|
348
355
|
"vc-wallet-trust"
|
|
349
356
|
]
|
|
350
357
|
},
|
|
@@ -365,6 +372,12 @@
|
|
|
365
372
|
"skills": [
|
|
366
373
|
"mail-server-hardening"
|
|
367
374
|
]
|
|
375
|
+
},
|
|
376
|
+
"CWE-778": {
|
|
377
|
+
"count": 1,
|
|
378
|
+
"skills": [
|
|
379
|
+
"audit-log-integrity"
|
|
380
|
+
]
|
|
368
381
|
}
|
|
369
382
|
},
|
|
370
383
|
"d3fend_refs": {
|
|
@@ -550,8 +563,9 @@
|
|
|
550
563
|
},
|
|
551
564
|
"framework_gaps": {
|
|
552
565
|
"NIST-800-53-SI-2": {
|
|
553
|
-
"count":
|
|
566
|
+
"count": 3,
|
|
554
567
|
"skills": [
|
|
568
|
+
"audit-log-integrity",
|
|
555
569
|
"kernel-lpe-triage",
|
|
556
570
|
"mail-server-hardening"
|
|
557
571
|
]
|
|
@@ -581,9 +595,10 @@
|
|
|
581
595
|
]
|
|
582
596
|
},
|
|
583
597
|
"NIST-800-53-SC-8": {
|
|
584
|
-
"count":
|
|
598
|
+
"count": 3,
|
|
585
599
|
"skills": [
|
|
586
600
|
"kernel-lpe-triage",
|
|
601
|
+
"network-trust",
|
|
587
602
|
"pqc-first"
|
|
588
603
|
]
|
|
589
604
|
},
|
|
@@ -784,9 +799,10 @@
|
|
|
784
799
|
]
|
|
785
800
|
},
|
|
786
801
|
"SOC2-CC7-anomaly-detection": {
|
|
787
|
-
"count":
|
|
802
|
+
"count": 5,
|
|
788
803
|
"skills": [
|
|
789
804
|
"ai-c2-detection",
|
|
805
|
+
"audit-log-integrity",
|
|
790
806
|
"dlp-gap-analysis",
|
|
791
807
|
"email-security-anti-phishing",
|
|
792
808
|
"incident-response-playbook"
|
|
@@ -1120,9 +1136,29 @@
|
|
|
1120
1136
|
]
|
|
1121
1137
|
},
|
|
1122
1138
|
"NIS2-Art21-network-security": {
|
|
1139
|
+
"count": 3,
|
|
1140
|
+
"skills": [
|
|
1141
|
+
"audit-log-integrity",
|
|
1142
|
+
"mail-server-hardening",
|
|
1143
|
+
"network-trust"
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
"ISO-27001-2022-A.8.21": {
|
|
1123
1147
|
"count": 1,
|
|
1124
1148
|
"skills": [
|
|
1125
|
-
"
|
|
1149
|
+
"network-trust"
|
|
1150
|
+
]
|
|
1151
|
+
},
|
|
1152
|
+
"UK-CAF-B4": {
|
|
1153
|
+
"count": 1,
|
|
1154
|
+
"skills": [
|
|
1155
|
+
"network-trust"
|
|
1156
|
+
]
|
|
1157
|
+
},
|
|
1158
|
+
"ISO-27001-2022-A.8.15": {
|
|
1159
|
+
"count": 1,
|
|
1160
|
+
"skills": [
|
|
1161
|
+
"audit-log-integrity"
|
|
1126
1162
|
]
|
|
1127
1163
|
}
|
|
1128
1164
|
},
|
|
@@ -1386,9 +1422,10 @@
|
|
|
1386
1422
|
]
|
|
1387
1423
|
},
|
|
1388
1424
|
"T1556": {
|
|
1389
|
-
"count":
|
|
1425
|
+
"count": 4,
|
|
1390
1426
|
"skills": [
|
|
1391
1427
|
"identity-assurance",
|
|
1428
|
+
"network-trust",
|
|
1392
1429
|
"sector-telecom",
|
|
1393
1430
|
"vc-wallet-trust"
|
|
1394
1431
|
]
|
|
@@ -1539,9 +1576,34 @@
|
|
|
1539
1576
|
]
|
|
1540
1577
|
},
|
|
1541
1578
|
"T1557": {
|
|
1579
|
+
"count": 2,
|
|
1580
|
+
"skills": [
|
|
1581
|
+
"mail-server-hardening",
|
|
1582
|
+
"network-trust"
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
"T1071.004": {
|
|
1542
1586
|
"count": 1,
|
|
1543
1587
|
"skills": [
|
|
1544
|
-
"
|
|
1588
|
+
"network-trust"
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1591
|
+
"T1070": {
|
|
1592
|
+
"count": 1,
|
|
1593
|
+
"skills": [
|
|
1594
|
+
"audit-log-integrity"
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
|
+
"T1565.001": {
|
|
1598
|
+
"count": 1,
|
|
1599
|
+
"skills": [
|
|
1600
|
+
"audit-log-integrity"
|
|
1601
|
+
]
|
|
1602
|
+
},
|
|
1603
|
+
"T1562.008": {
|
|
1604
|
+
"count": 1,
|
|
1605
|
+
"skills": [
|
|
1606
|
+
"audit-log-integrity"
|
|
1545
1607
|
]
|
|
1546
1608
|
}
|
|
1547
1609
|
},
|
|
@@ -2035,6 +2097,17 @@
|
|
|
2035
2097
|
"sector-healthcare"
|
|
2036
2098
|
]
|
|
2037
2099
|
},
|
|
2100
|
+
{
|
|
2101
|
+
"id": "SOC2-CC7-anomaly-detection",
|
|
2102
|
+
"count": 5,
|
|
2103
|
+
"skills": [
|
|
2104
|
+
"ai-c2-detection",
|
|
2105
|
+
"audit-log-integrity",
|
|
2106
|
+
"dlp-gap-analysis",
|
|
2107
|
+
"email-security-anti-phishing",
|
|
2108
|
+
"incident-response-playbook"
|
|
2109
|
+
]
|
|
2110
|
+
},
|
|
2038
2111
|
{
|
|
2039
2112
|
"id": "FedRAMP-Rev5-Moderate",
|
|
2040
2113
|
"count": 4,
|
|
@@ -2084,16 +2157,6 @@
|
|
|
2084
2157
|
"sector-federal-government",
|
|
2085
2158
|
"supply-chain-integrity"
|
|
2086
2159
|
]
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"id": "SOC2-CC6-logical-access",
|
|
2090
|
-
"count": 4,
|
|
2091
|
-
"skills": [
|
|
2092
|
-
"age-gates-child-safety",
|
|
2093
|
-
"ai-attack-surface",
|
|
2094
|
-
"identity-assurance",
|
|
2095
|
-
"sector-financial"
|
|
2096
|
-
]
|
|
2097
2160
|
}
|
|
2098
2161
|
],
|
|
2099
2162
|
"atlas_refs": [
|
|
@@ -2283,6 +2346,16 @@
|
|
|
2283
2346
|
"supply-chain-integrity"
|
|
2284
2347
|
]
|
|
2285
2348
|
},
|
|
2349
|
+
{
|
|
2350
|
+
"id": "T1556",
|
|
2351
|
+
"count": 4,
|
|
2352
|
+
"skills": [
|
|
2353
|
+
"identity-assurance",
|
|
2354
|
+
"network-trust",
|
|
2355
|
+
"sector-telecom",
|
|
2356
|
+
"vc-wallet-trust"
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2286
2359
|
{
|
|
2287
2360
|
"id": "T1068",
|
|
2288
2361
|
"count": 3,
|
|
@@ -2310,15 +2383,6 @@
|
|
|
2310
2383
|
"sector-healthcare"
|
|
2311
2384
|
]
|
|
2312
2385
|
},
|
|
2313
|
-
{
|
|
2314
|
-
"id": "T1556",
|
|
2315
|
-
"count": 3,
|
|
2316
|
-
"skills": [
|
|
2317
|
-
"identity-assurance",
|
|
2318
|
-
"sector-telecom",
|
|
2319
|
-
"vc-wallet-trust"
|
|
2320
|
-
]
|
|
2321
|
-
},
|
|
2322
2386
|
{
|
|
2323
2387
|
"id": "T0855",
|
|
2324
2388
|
"count": 2,
|
|
@@ -2449,12 +2513,10 @@
|
|
|
2449
2513
|
"orphan_adjacent": {
|
|
2450
2514
|
"cwe_refs": [
|
|
2451
2515
|
"CWE-20",
|
|
2452
|
-
"CWE-284",
|
|
2453
|
-
"CWE-290",
|
|
2454
2516
|
"CWE-327",
|
|
2455
|
-
"CWE-347",
|
|
2456
2517
|
"CWE-400",
|
|
2457
2518
|
"CWE-611",
|
|
2519
|
+
"CWE-778",
|
|
2458
2520
|
"CWE-93"
|
|
2459
2521
|
],
|
|
2460
2522
|
"d3fend_refs": [
|
|
@@ -2481,12 +2543,13 @@
|
|
|
2481
2543
|
"FCC-Cyber-Incident-Notification-2024",
|
|
2482
2544
|
"FedRAMP-IL5-IAM-Federated",
|
|
2483
2545
|
"GSMA-NESAS-Deployment",
|
|
2546
|
+
"ISO-27001-2022-A.8.15",
|
|
2547
|
+
"ISO-27001-2022-A.8.21",
|
|
2484
2548
|
"ISO-27017-Cloud-IAM",
|
|
2485
2549
|
"ITU-T-X.805",
|
|
2486
2550
|
"Immutable-Backup-Recovery",
|
|
2487
2551
|
"Insurance-Carrier-24h-Notification",
|
|
2488
2552
|
"NIS2-Annex-I-Telecom",
|
|
2489
|
-
"NIS2-Art21-network-security",
|
|
2490
2553
|
"NIST-800-53-AC-2-Cross-Account",
|
|
2491
2554
|
"NIST-800-53-SI-12",
|
|
2492
2555
|
"OFAC-SDN-Payment-Block",
|
|
@@ -2502,6 +2565,7 @@
|
|
|
2502
2565
|
"UK-CAF-B2",
|
|
2503
2566
|
"UK-CAF-B2-Cloud-IAM",
|
|
2504
2567
|
"UK-CAF-B2-IdP-Tenant",
|
|
2568
|
+
"UK-CAF-B4",
|
|
2505
2569
|
"UK-CAF-B5",
|
|
2506
2570
|
"VEX-CSAF-v2.1"
|
|
2507
2571
|
],
|
|
@@ -2509,7 +2573,9 @@
|
|
|
2509
2573
|
"AML.T0040"
|
|
2510
2574
|
],
|
|
2511
2575
|
"attack_refs": [
|
|
2576
|
+
"T1070",
|
|
2512
2577
|
"T1071.003",
|
|
2578
|
+
"T1071.004",
|
|
2513
2579
|
"T1098",
|
|
2514
2580
|
"T1102",
|
|
2515
2581
|
"T1110",
|
|
@@ -2523,7 +2589,8 @@
|
|
|
2523
2589
|
"T1552",
|
|
2524
2590
|
"T1552.005",
|
|
2525
2591
|
"T1556.007",
|
|
2526
|
-
"
|
|
2592
|
+
"T1562.008",
|
|
2593
|
+
"T1565.001",
|
|
2527
2594
|
"T1566.001",
|
|
2528
2595
|
"T1566.002",
|
|
2529
2596
|
"T1566.003",
|
|
@@ -2665,7 +2732,6 @@
|
|
|
2665
2732
|
"CWE-770",
|
|
2666
2733
|
"CWE-772",
|
|
2667
2734
|
"CWE-776",
|
|
2668
|
-
"CWE-778",
|
|
2669
2735
|
"CWE-779",
|
|
2670
2736
|
"CWE-807",
|
|
2671
2737
|
"CWE-822",
|
|
@@ -3345,8 +3411,6 @@
|
|
|
3345
3411
|
"ISO-27001-2022-A.7.1",
|
|
3346
3412
|
"ISO-27001-2022-A.7.10",
|
|
3347
3413
|
"ISO-27001-2022-A.8.13",
|
|
3348
|
-
"ISO-27001-2022-A.8.15",
|
|
3349
|
-
"ISO-27001-2022-A.8.21",
|
|
3350
3414
|
"ISO-27001-2022-A.8.22",
|
|
3351
3415
|
"ISO-27001-2022-A.8.24",
|
|
3352
3416
|
"ISO-27001-2022-A.8.7",
|
|
@@ -3408,7 +3472,6 @@
|
|
|
3408
3472
|
"SLSA-3",
|
|
3409
3473
|
"SLSA-v1.0-Source-L3",
|
|
3410
3474
|
"UK-CAF-A1",
|
|
3411
|
-
"UK-CAF-B4",
|
|
3412
3475
|
"UK-CAF-C1",
|
|
3413
3476
|
"UK-CAF-D1"
|
|
3414
3477
|
],
|
|
@@ -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",
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
"mail-server-hardening",
|
|
26
27
|
"mcp-agent-trust",
|
|
27
28
|
"mlops-security",
|
|
29
|
+
"network-trust",
|
|
28
30
|
"ot-ics-security",
|
|
29
31
|
"policy-exception-gen",
|
|
30
32
|
"pqc-first",
|
|
@@ -517,7 +519,9 @@
|
|
|
517
519
|
"sector-telecom"
|
|
518
520
|
],
|
|
519
521
|
"vc-wallet-trust": [],
|
|
520
|
-
"mail-server-hardening": []
|
|
522
|
+
"mail-server-hardening": [],
|
|
523
|
+
"network-trust": [],
|
|
524
|
+
"audit-log-integrity": []
|
|
521
525
|
},
|
|
522
526
|
"in_degree": {
|
|
523
527
|
"age-gates-child-safety": 1,
|
|
@@ -526,6 +530,7 @@
|
|
|
526
530
|
"ai-risk-management": 5,
|
|
527
531
|
"api-security": 4,
|
|
528
532
|
"attack-surface-pentest": 13,
|
|
533
|
+
"audit-log-integrity": 0,
|
|
529
534
|
"cloud-iam-incident": 2,
|
|
530
535
|
"cloud-security": 5,
|
|
531
536
|
"compliance-theater": 30,
|
|
@@ -545,6 +550,7 @@
|
|
|
545
550
|
"mail-server-hardening": 0,
|
|
546
551
|
"mcp-agent-trust": 22,
|
|
547
552
|
"mlops-security": 6,
|
|
553
|
+
"network-trust": 0,
|
|
548
554
|
"ot-ics-security": 4,
|
|
549
555
|
"policy-exception-gen": 16,
|
|
550
556
|
"pqc-first": 6,
|
|
@@ -572,6 +578,7 @@
|
|
|
572
578
|
"ai-risk-management": 13,
|
|
573
579
|
"api-security": 7,
|
|
574
580
|
"attack-surface-pentest": 4,
|
|
581
|
+
"audit-log-integrity": 0,
|
|
575
582
|
"cloud-iam-incident": 14,
|
|
576
583
|
"cloud-security": 17,
|
|
577
584
|
"compliance-theater": 12,
|
|
@@ -591,6 +598,7 @@
|
|
|
591
598
|
"mail-server-hardening": 0,
|
|
592
599
|
"mcp-agent-trust": 7,
|
|
593
600
|
"mlops-security": 10,
|
|
601
|
+
"network-trust": 0,
|
|
594
602
|
"ot-ics-security": 14,
|
|
595
603
|
"policy-exception-gen": 0,
|
|
596
604
|
"pqc-first": 3,
|
|
@@ -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",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"mail-server-hardening",
|
|
27
28
|
"mcp-agent-trust",
|
|
28
29
|
"mlops-security",
|
|
30
|
+
"network-trust",
|
|
29
31
|
"ot-ics-security",
|
|
30
32
|
"policy-exception-gen",
|
|
31
33
|
"pqc-first",
|
|
@@ -47,7 +49,7 @@
|
|
|
47
49
|
"zeroday-gap-learn"
|
|
48
50
|
],
|
|
49
51
|
"example_excerpts": {},
|
|
50
|
-
"skill_count":
|
|
52
|
+
"skill_count": 46
|
|
51
53
|
},
|
|
52
54
|
"UK": {
|
|
53
55
|
"skills": [
|
|
@@ -75,6 +77,7 @@
|
|
|
75
77
|
"kernel-lpe-triage",
|
|
76
78
|
"mcp-agent-trust",
|
|
77
79
|
"mlops-security",
|
|
80
|
+
"network-trust",
|
|
78
81
|
"ot-ics-security",
|
|
79
82
|
"policy-exception-gen",
|
|
80
83
|
"pqc-first",
|
|
@@ -96,7 +99,7 @@
|
|
|
96
99
|
"zeroday-gap-learn"
|
|
97
100
|
],
|
|
98
101
|
"example_excerpts": {},
|
|
99
|
-
"skill_count":
|
|
102
|
+
"skill_count": 44
|
|
100
103
|
},
|
|
101
104
|
"AU": {
|
|
102
105
|
"skills": [
|
|
@@ -238,6 +241,7 @@
|
|
|
238
241
|
"global-grc",
|
|
239
242
|
"identity-assurance",
|
|
240
243
|
"idp-incident-response",
|
|
244
|
+
"network-trust",
|
|
241
245
|
"sector-energy",
|
|
242
246
|
"sector-federal-government",
|
|
243
247
|
"sector-financial",
|
|
@@ -247,7 +251,7 @@
|
|
|
247
251
|
"zeroday-gap-learn"
|
|
248
252
|
],
|
|
249
253
|
"example_excerpts": {},
|
|
250
|
-
"skill_count":
|
|
254
|
+
"skill_count": 18
|
|
251
255
|
},
|
|
252
256
|
"BR": {
|
|
253
257
|
"skills": [
|
|
@@ -4467,6 +4467,176 @@
|
|
|
4467
4467
|
"h3_count": 0
|
|
4468
4468
|
}
|
|
4469
4469
|
]
|
|
4470
|
+
},
|
|
4471
|
+
"network-trust": {
|
|
4472
|
+
"path": "skills/network-trust/skill.md",
|
|
4473
|
+
"total_bytes": 7376,
|
|
4474
|
+
"total_lines": 82,
|
|
4475
|
+
"frontmatter": {
|
|
4476
|
+
"line_start": 1,
|
|
4477
|
+
"line_end": 47,
|
|
4478
|
+
"byte_start": 0,
|
|
4479
|
+
"byte_end": 1087
|
|
4480
|
+
},
|
|
4481
|
+
"sections": [
|
|
4482
|
+
{
|
|
4483
|
+
"name": "Threat Context (mid-2026)",
|
|
4484
|
+
"normalized_name": "threat-context",
|
|
4485
|
+
"line": 51,
|
|
4486
|
+
"byte_start": 1129,
|
|
4487
|
+
"byte_end": 1899,
|
|
4488
|
+
"bytes": 770,
|
|
4489
|
+
"h3_count": 0
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "Framework Lag Declaration",
|
|
4493
|
+
"normalized_name": "framework-lag-declaration",
|
|
4494
|
+
"line": 55,
|
|
4495
|
+
"byte_start": 1899,
|
|
4496
|
+
"byte_end": 2613,
|
|
4497
|
+
"bytes": 714,
|
|
4498
|
+
"h3_count": 0
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "TTP Mapping",
|
|
4502
|
+
"normalized_name": "ttp-mapping",
|
|
4503
|
+
"line": 59,
|
|
4504
|
+
"byte_start": 2613,
|
|
4505
|
+
"byte_end": 3359,
|
|
4506
|
+
"bytes": 746,
|
|
4507
|
+
"h3_count": 0
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "Exploit Availability Matrix",
|
|
4511
|
+
"normalized_name": "exploit-availability-matrix",
|
|
4512
|
+
"line": 63,
|
|
4513
|
+
"byte_start": 3359,
|
|
4514
|
+
"byte_end": 4106,
|
|
4515
|
+
"bytes": 747,
|
|
4516
|
+
"h3_count": 0
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "Analysis Procedure",
|
|
4520
|
+
"normalized_name": "analysis-procedure",
|
|
4521
|
+
"line": 67,
|
|
4522
|
+
"byte_start": 4106,
|
|
4523
|
+
"byte_end": 5016,
|
|
4524
|
+
"bytes": 910,
|
|
4525
|
+
"h3_count": 0
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"name": "Output Format",
|
|
4529
|
+
"normalized_name": "output-format",
|
|
4530
|
+
"line": 71,
|
|
4531
|
+
"byte_start": 5016,
|
|
4532
|
+
"byte_end": 5845,
|
|
4533
|
+
"bytes": 829,
|
|
4534
|
+
"h3_count": 0
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "Compliance Theater Check",
|
|
4538
|
+
"normalized_name": "compliance-theater-check",
|
|
4539
|
+
"line": 75,
|
|
4540
|
+
"byte_start": 5845,
|
|
4541
|
+
"byte_end": 6560,
|
|
4542
|
+
"bytes": 715,
|
|
4543
|
+
"h3_count": 0
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"name": "Defensive Countermeasure Mapping",
|
|
4547
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
4548
|
+
"line": 79,
|
|
4549
|
+
"byte_start": 6560,
|
|
4550
|
+
"byte_end": 7376,
|
|
4551
|
+
"bytes": 816,
|
|
4552
|
+
"h3_count": 0
|
|
4553
|
+
}
|
|
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
|
+
]
|
|
4470
4640
|
}
|
|
4471
4641
|
}
|
|
4472
4642
|
}
|
|
@@ -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 45"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
}
|