@blamejs/exceptd-skills 0.16.11 → 0.16.12
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 +2 -1
- package/CHANGELOG.md +4 -0
- package/README.md +5 -5
- package/bin/exceptd.js +2 -1
- package/data/_indexes/_meta.json +16 -15
- package/data/_indexes/activity-feed.json +9 -2
- package/data/_indexes/chains.json +18183 -2013
- package/data/_indexes/currency.json +10 -1
- package/data/_indexes/frequency.json +94 -49
- package/data/_indexes/handoff-dag.json +5 -1
- package/data/_indexes/jurisdiction-map.json +4 -2
- package/data/_indexes/section-offsets.json +85 -0
- package/data/_indexes/stale-content.json +1 -1
- package/data/_indexes/summary-cards.json +40 -0
- package/data/_indexes/token-budget.json +53 -3
- package/data/_indexes/trigger-table.json +54 -0
- package/data/_indexes/xref.json +28 -3
- package/data/cwe-catalog.json +14 -3
- package/data/playbooks/framework.json +1 -0
- package/data/playbooks/mail-server-hardening.json +700 -0
- package/data/playbooks/secrets.json +19 -3
- package/manifest-snapshot.json +57 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +104 -45
- package/package.json +2 -2
- package/sbom.cdx.json +60 -30
- package/skills/mail-server-hardening/skill.md +84 -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": 44,
|
|
10
10
|
"acceptable": 0,
|
|
11
11
|
"stale": 0,
|
|
12
12
|
"critical_stale": 0,
|
|
@@ -211,6 +211,15 @@
|
|
|
211
211
|
"forward_watch_count": 4,
|
|
212
212
|
"action_required": false
|
|
213
213
|
},
|
|
214
|
+
{
|
|
215
|
+
"skill": "mail-server-hardening",
|
|
216
|
+
"last_threat_review": "2026-06-02",
|
|
217
|
+
"days_since_review": -18,
|
|
218
|
+
"currency_score": 100,
|
|
219
|
+
"currency_label": "current",
|
|
220
|
+
"forward_watch_count": 0,
|
|
221
|
+
"action_required": false
|
|
222
|
+
},
|
|
214
223
|
{
|
|
215
224
|
"skill": "mcp-agent-trust",
|
|
216
225
|
"last_threat_review": "2026-05-17",
|
|
@@ -78,10 +78,11 @@
|
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
80
|
"CWE-22": {
|
|
81
|
-
"count":
|
|
81
|
+
"count": 5,
|
|
82
82
|
"skills": [
|
|
83
83
|
"api-security",
|
|
84
84
|
"attack-surface-pentest",
|
|
85
|
+
"mail-server-hardening",
|
|
85
86
|
"mcp-agent-trust",
|
|
86
87
|
"webapp-security"
|
|
87
88
|
]
|
|
@@ -119,9 +120,10 @@
|
|
|
119
120
|
]
|
|
120
121
|
},
|
|
121
122
|
"CWE-77": {
|
|
122
|
-
"count":
|
|
123
|
+
"count": 4,
|
|
123
124
|
"skills": [
|
|
124
125
|
"api-security",
|
|
126
|
+
"mail-server-hardening",
|
|
125
127
|
"mcp-agent-trust",
|
|
126
128
|
"webapp-security"
|
|
127
129
|
]
|
|
@@ -302,12 +304,13 @@
|
|
|
302
304
|
]
|
|
303
305
|
},
|
|
304
306
|
"CWE-863": {
|
|
305
|
-
"count":
|
|
307
|
+
"count": 8,
|
|
306
308
|
"skills": [
|
|
307
309
|
"api-security",
|
|
308
310
|
"cloud-iam-incident",
|
|
309
311
|
"identity-assurance",
|
|
310
312
|
"idp-incident-response",
|
|
313
|
+
"mail-server-hardening",
|
|
311
314
|
"sector-financial",
|
|
312
315
|
"vc-wallet-trust",
|
|
313
316
|
"webapp-security"
|
|
@@ -344,6 +347,24 @@
|
|
|
344
347
|
"skills": [
|
|
345
348
|
"vc-wallet-trust"
|
|
346
349
|
]
|
|
350
|
+
},
|
|
351
|
+
"CWE-93": {
|
|
352
|
+
"count": 1,
|
|
353
|
+
"skills": [
|
|
354
|
+
"mail-server-hardening"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"CWE-611": {
|
|
358
|
+
"count": 1,
|
|
359
|
+
"skills": [
|
|
360
|
+
"mail-server-hardening"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
"CWE-400": {
|
|
364
|
+
"count": 1,
|
|
365
|
+
"skills": [
|
|
366
|
+
"mail-server-hardening"
|
|
367
|
+
]
|
|
347
368
|
}
|
|
348
369
|
},
|
|
349
370
|
"d3fend_refs": {
|
|
@@ -529,22 +550,25 @@
|
|
|
529
550
|
},
|
|
530
551
|
"framework_gaps": {
|
|
531
552
|
"NIST-800-53-SI-2": {
|
|
532
|
-
"count":
|
|
553
|
+
"count": 2,
|
|
533
554
|
"skills": [
|
|
534
|
-
"kernel-lpe-triage"
|
|
555
|
+
"kernel-lpe-triage",
|
|
556
|
+
"mail-server-hardening"
|
|
535
557
|
]
|
|
536
558
|
},
|
|
537
559
|
"ISO-27001-2022-A.8.8": {
|
|
538
|
-
"count":
|
|
560
|
+
"count": 3,
|
|
539
561
|
"skills": [
|
|
540
562
|
"coordinated-vuln-disclosure",
|
|
541
|
-
"kernel-lpe-triage"
|
|
563
|
+
"kernel-lpe-triage",
|
|
564
|
+
"mail-server-hardening"
|
|
542
565
|
]
|
|
543
566
|
},
|
|
544
567
|
"PCI-DSS-4.0-6.3.3": {
|
|
545
|
-
"count":
|
|
568
|
+
"count": 2,
|
|
546
569
|
"skills": [
|
|
547
|
-
"kernel-lpe-triage"
|
|
570
|
+
"kernel-lpe-triage",
|
|
571
|
+
"mail-server-hardening"
|
|
548
572
|
]
|
|
549
573
|
},
|
|
550
574
|
"NIS2-Art21-patch-management": {
|
|
@@ -1094,6 +1118,12 @@
|
|
|
1094
1118
|
"skills": [
|
|
1095
1119
|
"vc-wallet-trust"
|
|
1096
1120
|
]
|
|
1121
|
+
},
|
|
1122
|
+
"NIS2-Art21-network-security": {
|
|
1123
|
+
"count": 1,
|
|
1124
|
+
"skills": [
|
|
1125
|
+
"mail-server-hardening"
|
|
1126
|
+
]
|
|
1097
1127
|
}
|
|
1098
1128
|
},
|
|
1099
1129
|
"atlas_refs": {
|
|
@@ -1232,7 +1262,7 @@
|
|
|
1232
1262
|
]
|
|
1233
1263
|
},
|
|
1234
1264
|
"T1190": {
|
|
1235
|
-
"count":
|
|
1265
|
+
"count": 14,
|
|
1236
1266
|
"skills": [
|
|
1237
1267
|
"ai-attack-surface",
|
|
1238
1268
|
"api-security",
|
|
@@ -1240,6 +1270,7 @@
|
|
|
1240
1270
|
"cloud-security",
|
|
1241
1271
|
"container-runtime-security",
|
|
1242
1272
|
"fuzz-testing-strategy",
|
|
1273
|
+
"mail-server-hardening",
|
|
1243
1274
|
"mcp-agent-trust",
|
|
1244
1275
|
"ot-ics-security",
|
|
1245
1276
|
"sector-energy",
|
|
@@ -1500,6 +1531,18 @@
|
|
|
1500
1531
|
"skills": [
|
|
1501
1532
|
"vc-wallet-trust"
|
|
1502
1533
|
]
|
|
1534
|
+
},
|
|
1535
|
+
"T1071.003": {
|
|
1536
|
+
"count": 1,
|
|
1537
|
+
"skills": [
|
|
1538
|
+
"mail-server-hardening"
|
|
1539
|
+
]
|
|
1540
|
+
},
|
|
1541
|
+
"T1557": {
|
|
1542
|
+
"count": 1,
|
|
1543
|
+
"skills": [
|
|
1544
|
+
"mail-server-hardening"
|
|
1545
|
+
]
|
|
1503
1546
|
}
|
|
1504
1547
|
},
|
|
1505
1548
|
"rfc_refs": {
|
|
@@ -1709,6 +1752,20 @@
|
|
|
1709
1752
|
"webapp-security"
|
|
1710
1753
|
]
|
|
1711
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
"id": "CWE-863",
|
|
1757
|
+
"count": 8,
|
|
1758
|
+
"skills": [
|
|
1759
|
+
"api-security",
|
|
1760
|
+
"cloud-iam-incident",
|
|
1761
|
+
"identity-assurance",
|
|
1762
|
+
"idp-incident-response",
|
|
1763
|
+
"mail-server-hardening",
|
|
1764
|
+
"sector-financial",
|
|
1765
|
+
"vc-wallet-trust",
|
|
1766
|
+
"webapp-security"
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1712
1769
|
{
|
|
1713
1770
|
"id": "CWE-200",
|
|
1714
1771
|
"count": 7,
|
|
@@ -1748,19 +1805,6 @@
|
|
|
1748
1805
|
"webapp-security"
|
|
1749
1806
|
]
|
|
1750
1807
|
},
|
|
1751
|
-
{
|
|
1752
|
-
"id": "CWE-863",
|
|
1753
|
-
"count": 7,
|
|
1754
|
-
"skills": [
|
|
1755
|
-
"api-security",
|
|
1756
|
-
"cloud-iam-incident",
|
|
1757
|
-
"identity-assurance",
|
|
1758
|
-
"idp-incident-response",
|
|
1759
|
-
"sector-financial",
|
|
1760
|
-
"vc-wallet-trust",
|
|
1761
|
-
"webapp-security"
|
|
1762
|
-
]
|
|
1763
|
-
},
|
|
1764
1808
|
{
|
|
1765
1809
|
"id": "CWE-1188",
|
|
1766
1810
|
"count": 6,
|
|
@@ -2167,41 +2211,42 @@
|
|
|
2167
2211
|
],
|
|
2168
2212
|
"attack_refs": [
|
|
2169
2213
|
{
|
|
2170
|
-
"id": "
|
|
2171
|
-
"count":
|
|
2214
|
+
"id": "T1190",
|
|
2215
|
+
"count": 14,
|
|
2172
2216
|
"skills": [
|
|
2173
|
-
"
|
|
2217
|
+
"ai-attack-surface",
|
|
2174
2218
|
"api-security",
|
|
2175
2219
|
"attack-surface-pentest",
|
|
2176
|
-
"cloud-iam-incident",
|
|
2177
2220
|
"cloud-security",
|
|
2178
|
-
"
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2221
|
+
"container-runtime-security",
|
|
2222
|
+
"fuzz-testing-strategy",
|
|
2223
|
+
"mail-server-hardening",
|
|
2224
|
+
"mcp-agent-trust",
|
|
2225
|
+
"ot-ics-security",
|
|
2182
2226
|
"sector-energy",
|
|
2227
|
+
"sector-federal-government",
|
|
2183
2228
|
"sector-financial",
|
|
2184
|
-
"sector-
|
|
2185
|
-
"
|
|
2229
|
+
"sector-telecom",
|
|
2230
|
+
"webapp-security"
|
|
2186
2231
|
]
|
|
2187
2232
|
},
|
|
2188
2233
|
{
|
|
2189
|
-
"id": "
|
|
2234
|
+
"id": "T1078",
|
|
2190
2235
|
"count": 13,
|
|
2191
2236
|
"skills": [
|
|
2192
|
-
"
|
|
2237
|
+
"age-gates-child-safety",
|
|
2193
2238
|
"api-security",
|
|
2194
2239
|
"attack-surface-pentest",
|
|
2240
|
+
"cloud-iam-incident",
|
|
2195
2241
|
"cloud-security",
|
|
2196
|
-
"
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2242
|
+
"email-security-anti-phishing",
|
|
2243
|
+
"identity-assurance",
|
|
2244
|
+
"incident-response-playbook",
|
|
2245
|
+
"ransomware-response",
|
|
2200
2246
|
"sector-energy",
|
|
2201
|
-
"sector-federal-government",
|
|
2202
2247
|
"sector-financial",
|
|
2203
|
-
"sector-
|
|
2204
|
-
"
|
|
2248
|
+
"sector-healthcare",
|
|
2249
|
+
"sector-telecom"
|
|
2205
2250
|
]
|
|
2206
2251
|
},
|
|
2207
2252
|
{
|
|
@@ -2407,7 +2452,10 @@
|
|
|
2407
2452
|
"CWE-284",
|
|
2408
2453
|
"CWE-290",
|
|
2409
2454
|
"CWE-327",
|
|
2410
|
-
"CWE-347"
|
|
2455
|
+
"CWE-347",
|
|
2456
|
+
"CWE-400",
|
|
2457
|
+
"CWE-611",
|
|
2458
|
+
"CWE-93"
|
|
2411
2459
|
],
|
|
2412
2460
|
"d3fend_refs": [
|
|
2413
2461
|
"D3-CAA",
|
|
@@ -2438,15 +2486,14 @@
|
|
|
2438
2486
|
"Immutable-Backup-Recovery",
|
|
2439
2487
|
"Insurance-Carrier-24h-Notification",
|
|
2440
2488
|
"NIS2-Annex-I-Telecom",
|
|
2489
|
+
"NIS2-Art21-network-security",
|
|
2441
2490
|
"NIST-800-53-AC-2-Cross-Account",
|
|
2442
2491
|
"NIST-800-53-SI-12",
|
|
2443
|
-
"NIST-800-53-SI-2",
|
|
2444
2492
|
"OFAC-SDN-Payment-Block",
|
|
2445
2493
|
"OFAC-Sanctions-Threat-Actor-Negotiation",
|
|
2446
2494
|
"OWASP-LLM-Top-10-2025-LLM02",
|
|
2447
2495
|
"OWASP-LLM-Top-10-2025-LLM06",
|
|
2448
2496
|
"OWASP-Pen-Testing-Guide-v5",
|
|
2449
|
-
"PCI-DSS-4.0-6.3.3",
|
|
2450
2497
|
"PHI-Exfil-Before-Encrypt-Breach-Class",
|
|
2451
2498
|
"PTES-Pre-engagement",
|
|
2452
2499
|
"SOC2-CC6-Access-Key-Leak-Public-Repo",
|
|
@@ -2462,6 +2509,7 @@
|
|
|
2462
2509
|
"AML.T0040"
|
|
2463
2510
|
],
|
|
2464
2511
|
"attack_refs": [
|
|
2512
|
+
"T1071.003",
|
|
2465
2513
|
"T1098",
|
|
2466
2514
|
"T1102",
|
|
2467
2515
|
"T1110",
|
|
@@ -2475,6 +2523,7 @@
|
|
|
2475
2523
|
"T1552",
|
|
2476
2524
|
"T1552.005",
|
|
2477
2525
|
"T1556.007",
|
|
2526
|
+
"T1557",
|
|
2478
2527
|
"T1566.001",
|
|
2479
2528
|
"T1566.002",
|
|
2480
2529
|
"T1566.003",
|
|
@@ -2567,7 +2616,6 @@
|
|
|
2567
2616
|
"CWE-384",
|
|
2568
2617
|
"CWE-385",
|
|
2569
2618
|
"CWE-399",
|
|
2570
|
-
"CWE-400",
|
|
2571
2619
|
"CWE-420",
|
|
2572
2620
|
"CWE-426",
|
|
2573
2621
|
"CWE-427",
|
|
@@ -2593,7 +2641,6 @@
|
|
|
2593
2641
|
"CWE-566",
|
|
2594
2642
|
"CWE-59",
|
|
2595
2643
|
"CWE-601",
|
|
2596
|
-
"CWE-611",
|
|
2597
2644
|
"CWE-613",
|
|
2598
2645
|
"CWE-614",
|
|
2599
2646
|
"CWE-639",
|
|
@@ -2634,7 +2681,6 @@
|
|
|
2634
2681
|
"CWE-917",
|
|
2635
2682
|
"CWE-922",
|
|
2636
2683
|
"CWE-924",
|
|
2637
|
-
"CWE-93",
|
|
2638
2684
|
"CWE-940",
|
|
2639
2685
|
"CWE-941",
|
|
2640
2686
|
"CWE-942",
|
|
@@ -3311,7 +3357,6 @@
|
|
|
3311
3357
|
"NIS2-Art21-business-continuity",
|
|
3312
3358
|
"NIS2-Art21-identity-management",
|
|
3313
3359
|
"NIS2-Art21-incident-handling",
|
|
3314
|
-
"NIS2-Art21-network-security",
|
|
3315
3360
|
"NIS2-Art21-supply-chain",
|
|
3316
3361
|
"NIS2-Art21-vulnerability-handling",
|
|
3317
3362
|
"NIS2-Art21-vulnerability-management",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"idp-incident-response",
|
|
23
23
|
"incident-response-playbook",
|
|
24
24
|
"kernel-lpe-triage",
|
|
25
|
+
"mail-server-hardening",
|
|
25
26
|
"mcp-agent-trust",
|
|
26
27
|
"mlops-security",
|
|
27
28
|
"ot-ics-security",
|
|
@@ -515,7 +516,8 @@
|
|
|
515
516
|
"sector-financial",
|
|
516
517
|
"sector-telecom"
|
|
517
518
|
],
|
|
518
|
-
"vc-wallet-trust": []
|
|
519
|
+
"vc-wallet-trust": [],
|
|
520
|
+
"mail-server-hardening": []
|
|
519
521
|
},
|
|
520
522
|
"in_degree": {
|
|
521
523
|
"age-gates-child-safety": 1,
|
|
@@ -540,6 +542,7 @@
|
|
|
540
542
|
"idp-incident-response": 2,
|
|
541
543
|
"incident-response-playbook": 18,
|
|
542
544
|
"kernel-lpe-triage": 12,
|
|
545
|
+
"mail-server-hardening": 0,
|
|
543
546
|
"mcp-agent-trust": 22,
|
|
544
547
|
"mlops-security": 6,
|
|
545
548
|
"ot-ics-security": 4,
|
|
@@ -585,6 +588,7 @@
|
|
|
585
588
|
"idp-incident-response": 12,
|
|
586
589
|
"incident-response-playbook": 20,
|
|
587
590
|
"kernel-lpe-triage": 6,
|
|
591
|
+
"mail-server-hardening": 0,
|
|
588
592
|
"mcp-agent-trust": 7,
|
|
589
593
|
"mlops-security": 10,
|
|
590
594
|
"ot-ics-security": 14,
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"idp-incident-response",
|
|
24
24
|
"incident-response-playbook",
|
|
25
25
|
"kernel-lpe-triage",
|
|
26
|
+
"mail-server-hardening",
|
|
26
27
|
"mcp-agent-trust",
|
|
27
28
|
"mlops-security",
|
|
28
29
|
"ot-ics-security",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"zeroday-gap-learn"
|
|
47
48
|
],
|
|
48
49
|
"example_excerpts": {},
|
|
49
|
-
"skill_count":
|
|
50
|
+
"skill_count": 44
|
|
50
51
|
},
|
|
51
52
|
"UK": {
|
|
52
53
|
"skills": [
|
|
@@ -499,11 +500,12 @@
|
|
|
499
500
|
},
|
|
500
501
|
"NO": {
|
|
501
502
|
"skills": [
|
|
503
|
+
"mail-server-hardening",
|
|
502
504
|
"sector-energy",
|
|
503
505
|
"skill-update-loop"
|
|
504
506
|
],
|
|
505
507
|
"example_excerpts": {},
|
|
506
|
-
"skill_count":
|
|
508
|
+
"skill_count": 3
|
|
507
509
|
},
|
|
508
510
|
"MX": {
|
|
509
511
|
"skills": [
|
|
@@ -4382,6 +4382,91 @@
|
|
|
4382
4382
|
"h3_count": 0
|
|
4383
4383
|
}
|
|
4384
4384
|
]
|
|
4385
|
+
},
|
|
4386
|
+
"mail-server-hardening": {
|
|
4387
|
+
"path": "skills/mail-server-hardening/skill.md",
|
|
4388
|
+
"total_bytes": 7461,
|
|
4389
|
+
"total_lines": 85,
|
|
4390
|
+
"frontmatter": {
|
|
4391
|
+
"line_start": 1,
|
|
4392
|
+
"line_end": 50,
|
|
4393
|
+
"byte_start": 0,
|
|
4394
|
+
"byte_end": 1156
|
|
4395
|
+
},
|
|
4396
|
+
"sections": [
|
|
4397
|
+
{
|
|
4398
|
+
"name": "Threat Context (mid-2026)",
|
|
4399
|
+
"normalized_name": "threat-context",
|
|
4400
|
+
"line": 54,
|
|
4401
|
+
"byte_start": 1199,
|
|
4402
|
+
"byte_end": 2027,
|
|
4403
|
+
"bytes": 828,
|
|
4404
|
+
"h3_count": 0
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "Framework Lag Declaration",
|
|
4408
|
+
"normalized_name": "framework-lag-declaration",
|
|
4409
|
+
"line": 58,
|
|
4410
|
+
"byte_start": 2027,
|
|
4411
|
+
"byte_end": 2736,
|
|
4412
|
+
"bytes": 709,
|
|
4413
|
+
"h3_count": 0
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"name": "TTP Mapping",
|
|
4417
|
+
"normalized_name": "ttp-mapping",
|
|
4418
|
+
"line": 62,
|
|
4419
|
+
"byte_start": 2736,
|
|
4420
|
+
"byte_end": 3583,
|
|
4421
|
+
"bytes": 847,
|
|
4422
|
+
"h3_count": 0
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "Exploit Availability Matrix",
|
|
4426
|
+
"normalized_name": "exploit-availability-matrix",
|
|
4427
|
+
"line": 66,
|
|
4428
|
+
"byte_start": 3583,
|
|
4429
|
+
"byte_end": 4337,
|
|
4430
|
+
"bytes": 754,
|
|
4431
|
+
"h3_count": 0
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "Analysis Procedure",
|
|
4435
|
+
"normalized_name": "analysis-procedure",
|
|
4436
|
+
"line": 70,
|
|
4437
|
+
"byte_start": 4337,
|
|
4438
|
+
"byte_end": 5143,
|
|
4439
|
+
"bytes": 806,
|
|
4440
|
+
"h3_count": 0
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "Output Format",
|
|
4444
|
+
"normalized_name": "output-format",
|
|
4445
|
+
"line": 74,
|
|
4446
|
+
"byte_start": 5143,
|
|
4447
|
+
"byte_end": 5924,
|
|
4448
|
+
"bytes": 781,
|
|
4449
|
+
"h3_count": 0
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "Compliance Theater Check",
|
|
4453
|
+
"normalized_name": "compliance-theater-check",
|
|
4454
|
+
"line": 78,
|
|
4455
|
+
"byte_start": 5924,
|
|
4456
|
+
"byte_end": 6639,
|
|
4457
|
+
"bytes": 715,
|
|
4458
|
+
"h3_count": 0
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"name": "Defensive Countermeasure Mapping",
|
|
4462
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
4463
|
+
"line": 82,
|
|
4464
|
+
"byte_start": 6639,
|
|
4465
|
+
"byte_end": 7461,
|
|
4466
|
+
"bytes": 822,
|
|
4467
|
+
"h3_count": 0
|
|
4468
|
+
}
|
|
4469
|
+
]
|
|
4385
4470
|
}
|
|
4386
4471
|
}
|
|
4387
4472
|
}
|
|
@@ -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 43"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
}
|
|
@@ -2023,6 +2023,46 @@
|
|
|
2023
2023
|
"last_threat_review": "2026-06-02",
|
|
2024
2024
|
"path": "skills/vc-wallet-trust/skill.md",
|
|
2025
2025
|
"handoff_targets": []
|
|
2026
|
+
},
|
|
2027
|
+
"mail-server-hardening": {
|
|
2028
|
+
"description": "Inbound mail-server protocol hardening for mid-2026 — SMTP smuggling, STARTTLS command/response injection, IMAP/POP3/ManageSieve command injection, Sieve redirect exfiltration, open relay, mailbox-DAV traversal/XXE, and cleartext-AUTH (the server-side protocol layer that SPF/DKIM/DMARC do not protect)",
|
|
2029
|
+
"threat_context_excerpt": "A mail server that terminates inbound SMTP, IMAP, POP3, JMAP, or ManageSieve exposes a protocol surface that sender-authentication (SPF/DKIM/DMARC) and transport TLS do not protect. SMTP smuggling (CVE-2023-51764/51765/51766) exploits a server that accepts a non-standard end-of-data sequence to deliver a second message that inherits the outer connection's authentication pass — spoofed mail past DMARC. STARTTLS command/response injection (CVE-2021-38371, CVE-2021-33515) executes attacker plaintext buffered before the handshake. An open relay lends the operator's reputation to spammers. ...",
|
|
2030
|
+
"produces": "Report per listener and protocol, marking each hardening check enforced / missing / inconclusive (visibility gap). For every missing check, state the port, whether it is internet-facing, and whether the gap yields spoofing/relay or mailbox-data exposure. Distinguish a live-listener finding from a documented test fixture or an upstream-proxy-enforced control. Provide the prioritised remediation (enforce standard end-of-data, drain the STARTTLS buffer and gate AUTH on TLS, harden the command parsers, restrict relay and cap Sieve redirect, harden mailbox-DAV and add rate limits) and the negative ...",
|
|
2031
|
+
"key_xrefs": {
|
|
2032
|
+
"cwe_refs": [
|
|
2033
|
+
"CWE-77",
|
|
2034
|
+
"CWE-93",
|
|
2035
|
+
"CWE-22",
|
|
2036
|
+
"CWE-611",
|
|
2037
|
+
"CWE-863",
|
|
2038
|
+
"CWE-400"
|
|
2039
|
+
],
|
|
2040
|
+
"d3fend_refs": [],
|
|
2041
|
+
"framework_gaps": [
|
|
2042
|
+
"NIST-800-53-SI-2",
|
|
2043
|
+
"ISO-27001-2022-A.8.8",
|
|
2044
|
+
"NIS2-Art21-network-security",
|
|
2045
|
+
"PCI-DSS-4.0-6.3.3"
|
|
2046
|
+
],
|
|
2047
|
+
"atlas_refs": [],
|
|
2048
|
+
"attack_refs": [
|
|
2049
|
+
"T1190",
|
|
2050
|
+
"T1071.003",
|
|
2051
|
+
"T1557"
|
|
2052
|
+
],
|
|
2053
|
+
"rfc_refs": [],
|
|
2054
|
+
"dlp_refs": []
|
|
2055
|
+
},
|
|
2056
|
+
"trigger_count": 18,
|
|
2057
|
+
"atlas_count": 0,
|
|
2058
|
+
"attack_count": 3,
|
|
2059
|
+
"framework_gap_count": 4,
|
|
2060
|
+
"cwe_count": 6,
|
|
2061
|
+
"d3fend_count": 0,
|
|
2062
|
+
"rfc_count": 0,
|
|
2063
|
+
"last_threat_review": "2026-06-02",
|
|
2064
|
+
"path": "skills/mail-server-hardening/skill.md",
|
|
2065
|
+
"handoff_targets": []
|
|
2026
2066
|
}
|
|
2027
2067
|
}
|
|
2028
2068
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
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":
|
|
8
|
-
"skill_count":
|
|
6
|
+
"total_chars": 1690237,
|
|
7
|
+
"total_approx_tokens": 422562,
|
|
8
|
+
"skill_count": 44
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
11
11
|
"kernel-lpe-triage": {
|
|
@@ -2552,6 +2552,56 @@
|
|
|
2552
2552
|
"approx_tokens": 194
|
|
2553
2553
|
}
|
|
2554
2554
|
}
|
|
2555
|
+
},
|
|
2556
|
+
"mail-server-hardening": {
|
|
2557
|
+
"path": "skills/mail-server-hardening/skill.md",
|
|
2558
|
+
"bytes": 7461,
|
|
2559
|
+
"chars": 7453,
|
|
2560
|
+
"lines": 85,
|
|
2561
|
+
"approx_tokens": 1863,
|
|
2562
|
+
"approx_chars_per_token": 4,
|
|
2563
|
+
"sections": {
|
|
2564
|
+
"threat-context": {
|
|
2565
|
+
"bytes": 828,
|
|
2566
|
+
"chars": 826,
|
|
2567
|
+
"approx_tokens": 207
|
|
2568
|
+
},
|
|
2569
|
+
"framework-lag-declaration": {
|
|
2570
|
+
"bytes": 709,
|
|
2571
|
+
"chars": 707,
|
|
2572
|
+
"approx_tokens": 177
|
|
2573
|
+
},
|
|
2574
|
+
"ttp-mapping": {
|
|
2575
|
+
"bytes": 847,
|
|
2576
|
+
"chars": 847,
|
|
2577
|
+
"approx_tokens": 212
|
|
2578
|
+
},
|
|
2579
|
+
"exploit-availability-matrix": {
|
|
2580
|
+
"bytes": 754,
|
|
2581
|
+
"chars": 754,
|
|
2582
|
+
"approx_tokens": 189
|
|
2583
|
+
},
|
|
2584
|
+
"analysis-procedure": {
|
|
2585
|
+
"bytes": 806,
|
|
2586
|
+
"chars": 806,
|
|
2587
|
+
"approx_tokens": 202
|
|
2588
|
+
},
|
|
2589
|
+
"output-format": {
|
|
2590
|
+
"bytes": 781,
|
|
2591
|
+
"chars": 781,
|
|
2592
|
+
"approx_tokens": 195
|
|
2593
|
+
},
|
|
2594
|
+
"compliance-theater-check": {
|
|
2595
|
+
"bytes": 715,
|
|
2596
|
+
"chars": 715,
|
|
2597
|
+
"approx_tokens": 179
|
|
2598
|
+
},
|
|
2599
|
+
"defensive-countermeasure-mapping": {
|
|
2600
|
+
"bytes": 822,
|
|
2601
|
+
"chars": 820,
|
|
2602
|
+
"approx_tokens": 205
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2555
2605
|
}
|
|
2556
2606
|
}
|
|
2557
2607
|
}
|
|
@@ -1680,5 +1680,59 @@
|
|
|
1680
1680
|
],
|
|
1681
1681
|
"dcql": [
|
|
1682
1682
|
"vc-wallet-trust"
|
|
1683
|
+
],
|
|
1684
|
+
"mail server hardening": [
|
|
1685
|
+
"mail-server-hardening"
|
|
1686
|
+
],
|
|
1687
|
+
"smtp smuggling": [
|
|
1688
|
+
"mail-server-hardening"
|
|
1689
|
+
],
|
|
1690
|
+
"starttls injection": [
|
|
1691
|
+
"mail-server-hardening"
|
|
1692
|
+
],
|
|
1693
|
+
"open relay": [
|
|
1694
|
+
"mail-server-hardening"
|
|
1695
|
+
],
|
|
1696
|
+
"imap command injection": [
|
|
1697
|
+
"mail-server-hardening"
|
|
1698
|
+
],
|
|
1699
|
+
"managesieve": [
|
|
1700
|
+
"mail-server-hardening"
|
|
1701
|
+
],
|
|
1702
|
+
"sieve redirect": [
|
|
1703
|
+
"mail-server-hardening"
|
|
1704
|
+
],
|
|
1705
|
+
"mailbox dav": [
|
|
1706
|
+
"mail-server-hardening"
|
|
1707
|
+
],
|
|
1708
|
+
"caldav": [
|
|
1709
|
+
"mail-server-hardening"
|
|
1710
|
+
],
|
|
1711
|
+
"carddav": [
|
|
1712
|
+
"mail-server-hardening"
|
|
1713
|
+
],
|
|
1714
|
+
"pop3": [
|
|
1715
|
+
"mail-server-hardening"
|
|
1716
|
+
],
|
|
1717
|
+
"mx hardening": [
|
|
1718
|
+
"mail-server-hardening"
|
|
1719
|
+
],
|
|
1720
|
+
"rfc 5321": [
|
|
1721
|
+
"mail-server-hardening"
|
|
1722
|
+
],
|
|
1723
|
+
"rfc 9051": [
|
|
1724
|
+
"mail-server-hardening"
|
|
1725
|
+
],
|
|
1726
|
+
"rfc 5804": [
|
|
1727
|
+
"mail-server-hardening"
|
|
1728
|
+
],
|
|
1729
|
+
"mail protocol": [
|
|
1730
|
+
"mail-server-hardening"
|
|
1731
|
+
],
|
|
1732
|
+
"inbound mail": [
|
|
1733
|
+
"mail-server-hardening"
|
|
1734
|
+
],
|
|
1735
|
+
"smtp listener": [
|
|
1736
|
+
"mail-server-hardening"
|
|
1683
1737
|
]
|
|
1684
1738
|
}
|