@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
|
@@ -2063,6 +2063,82 @@
|
|
|
2063
2063
|
"last_threat_review": "2026-06-02",
|
|
2064
2064
|
"path": "skills/mail-server-hardening/skill.md",
|
|
2065
2065
|
"handoff_targets": []
|
|
2066
|
+
},
|
|
2067
|
+
"network-trust": {
|
|
2068
|
+
"description": "Network-layer trust and adversary-in-the-middle resistance for mid-2026 — DNSSEC validation, DANE/TLSA pinning, TSIG, mTLS private-CA pinning, RFC 9421 HTTP message signatures, DNS-rebinding/SSRF guarding, and authenticated time (NTS) and its effect on certificate validity and TOTP",
|
|
2069
|
+
"threat_context_excerpt": "Below the application, TLS authenticates a certificate against a CA bundle — not the specific peer you intended to reach, and not the DNS answer or the clock that got you there. Adversary-in-the-middle attacks exploit the trust-anchor validation TLS does not perform: forge a DNS answer where DNSSEC is not validated; present a mis-issued-but-CA-valid certificate where DANE/TLSA or an mTLS CA pin is not checked; shift an unauthenticated clock to revive an expired certificate or a TOTP window; or rebind a name from a public to an internal address. The DNSSEC validation surface itself carries ...",
|
|
2070
|
+
"produces": "Report per trust anchor (DNS, peer certificate, time, message signature), marking each enforced / missing / inconclusive (visibility gap). For every missing check, state whether the path is internet-facing and which trust decisions (peer auth, name resolution, cert validity, TOTP) depend on it. Distinguish a genuinely-not-in-scope anchor (no DANE-capable peer, no authoritative zone, fixed pinned IP) from an unvalidated one. Provide the prioritised remediation (validate DNSSEC + guard rebinding, pin peer certificates via DANE/mTLS, authenticate time, require TSIG + verify message signatures, re ...",
|
|
2071
|
+
"key_xrefs": {
|
|
2072
|
+
"cwe_refs": [
|
|
2073
|
+
"CWE-345",
|
|
2074
|
+
"CWE-918",
|
|
2075
|
+
"CWE-290",
|
|
2076
|
+
"CWE-347"
|
|
2077
|
+
],
|
|
2078
|
+
"d3fend_refs": [],
|
|
2079
|
+
"framework_gaps": [
|
|
2080
|
+
"NIST-800-53-SC-8",
|
|
2081
|
+
"ISO-27001-2022-A.8.21",
|
|
2082
|
+
"NIS2-Art21-network-security",
|
|
2083
|
+
"UK-CAF-B4"
|
|
2084
|
+
],
|
|
2085
|
+
"atlas_refs": [],
|
|
2086
|
+
"attack_refs": [
|
|
2087
|
+
"T1557",
|
|
2088
|
+
"T1071.004",
|
|
2089
|
+
"T1556"
|
|
2090
|
+
],
|
|
2091
|
+
"rfc_refs": [],
|
|
2092
|
+
"dlp_refs": []
|
|
2093
|
+
},
|
|
2094
|
+
"trigger_count": 17,
|
|
2095
|
+
"atlas_count": 0,
|
|
2096
|
+
"attack_count": 3,
|
|
2097
|
+
"framework_gap_count": 4,
|
|
2098
|
+
"cwe_count": 4,
|
|
2099
|
+
"d3fend_count": 0,
|
|
2100
|
+
"rfc_count": 0,
|
|
2101
|
+
"last_threat_review": "2026-06-02",
|
|
2102
|
+
"path": "skills/network-trust/skill.md",
|
|
2103
|
+
"handoff_targets": []
|
|
2104
|
+
},
|
|
2105
|
+
"audit-log-integrity": {
|
|
2106
|
+
"description": "Audit-log integrity for mid-2026 — tamper-evident hash-chaining, off-host signing, compliance-mode WORM immutability, legal-hold-vs-retention enforcement, writer/custodian separation, and deception (honeytoken) coverage that resist the privileged attacker most likely to tamper with the trail",
|
|
2107
|
+
"threat_context_excerpt": "An audit trail is a security control only if it survives the attacker who wants it gone. Anti-forensic tampering (T1070 indicator removal) and stored-data manipulation (T1565.001) target precisely the log that would expose an intrusion, and the most capable adversary is a compromised privileged or insider identity. Logging volume is not integrity: a complete log that a sufficiently privileged credential can rewrite, re-chain, or delete is not a trail. The integrity properties that resist this are a hash chain actually verified on read, entries signed with a key held off the log-writing host, ...",
|
|
2108
|
+
"produces": "Report per integrity property (chain verification, signing, WORM mode, legal-hold gate, writer/custodian separation, deception), marking each enforced / missing / inconclusive (visibility gap). For every missing property, state whether a single compromised privileged or application identity could rewrite or delete the system-of-record trail undetected, and whether any external anchor or honeytoken would catch it. Distinguish a control enforced externally (external WORM/notary, KMS-held key) from an absent one. Provide the prioritised remediation (verify chain + sign off-host, compliance-WORM + ...",
|
|
2109
|
+
"key_xrefs": {
|
|
2110
|
+
"cwe_refs": [
|
|
2111
|
+
"CWE-345",
|
|
2112
|
+
"CWE-347",
|
|
2113
|
+
"CWE-284",
|
|
2114
|
+
"CWE-778"
|
|
2115
|
+
],
|
|
2116
|
+
"d3fend_refs": [],
|
|
2117
|
+
"framework_gaps": [
|
|
2118
|
+
"NIST-800-53-SI-2",
|
|
2119
|
+
"ISO-27001-2022-A.8.15",
|
|
2120
|
+
"NIS2-Art21-network-security",
|
|
2121
|
+
"SOC2-CC7-anomaly-detection"
|
|
2122
|
+
],
|
|
2123
|
+
"atlas_refs": [],
|
|
2124
|
+
"attack_refs": [
|
|
2125
|
+
"T1070",
|
|
2126
|
+
"T1565.001",
|
|
2127
|
+
"T1562.008"
|
|
2128
|
+
],
|
|
2129
|
+
"rfc_refs": [],
|
|
2130
|
+
"dlp_refs": []
|
|
2131
|
+
},
|
|
2132
|
+
"trigger_count": 16,
|
|
2133
|
+
"atlas_count": 0,
|
|
2134
|
+
"attack_count": 3,
|
|
2135
|
+
"framework_gap_count": 4,
|
|
2136
|
+
"cwe_count": 4,
|
|
2137
|
+
"d3fend_count": 0,
|
|
2138
|
+
"rfc_count": 0,
|
|
2139
|
+
"last_threat_review": "2026-06-02",
|
|
2140
|
+
"path": "skills/audit-log-integrity/skill.md",
|
|
2141
|
+
"handoff_targets": []
|
|
2066
2142
|
}
|
|
2067
2143
|
}
|
|
2068
2144
|
}
|
|
@@ -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": 1705264,
|
|
7
|
+
"total_approx_tokens": 426319,
|
|
8
|
+
"skill_count": 46
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
11
11
|
"kernel-lpe-triage": {
|
|
@@ -2602,6 +2602,106 @@
|
|
|
2602
2602
|
"approx_tokens": 205
|
|
2603
2603
|
}
|
|
2604
2604
|
}
|
|
2605
|
+
},
|
|
2606
|
+
"network-trust": {
|
|
2607
|
+
"path": "skills/network-trust/skill.md",
|
|
2608
|
+
"bytes": 7376,
|
|
2609
|
+
"chars": 7372,
|
|
2610
|
+
"lines": 82,
|
|
2611
|
+
"approx_tokens": 1843,
|
|
2612
|
+
"approx_chars_per_token": 4,
|
|
2613
|
+
"sections": {
|
|
2614
|
+
"threat-context": {
|
|
2615
|
+
"bytes": 770,
|
|
2616
|
+
"chars": 768,
|
|
2617
|
+
"approx_tokens": 192
|
|
2618
|
+
},
|
|
2619
|
+
"framework-lag-declaration": {
|
|
2620
|
+
"bytes": 714,
|
|
2621
|
+
"chars": 714,
|
|
2622
|
+
"approx_tokens": 179
|
|
2623
|
+
},
|
|
2624
|
+
"ttp-mapping": {
|
|
2625
|
+
"bytes": 746,
|
|
2626
|
+
"chars": 746,
|
|
2627
|
+
"approx_tokens": 187
|
|
2628
|
+
},
|
|
2629
|
+
"exploit-availability-matrix": {
|
|
2630
|
+
"bytes": 747,
|
|
2631
|
+
"chars": 747,
|
|
2632
|
+
"approx_tokens": 187
|
|
2633
|
+
},
|
|
2634
|
+
"analysis-procedure": {
|
|
2635
|
+
"bytes": 910,
|
|
2636
|
+
"chars": 910,
|
|
2637
|
+
"approx_tokens": 228
|
|
2638
|
+
},
|
|
2639
|
+
"output-format": {
|
|
2640
|
+
"bytes": 829,
|
|
2641
|
+
"chars": 829,
|
|
2642
|
+
"approx_tokens": 207
|
|
2643
|
+
},
|
|
2644
|
+
"compliance-theater-check": {
|
|
2645
|
+
"bytes": 715,
|
|
2646
|
+
"chars": 715,
|
|
2647
|
+
"approx_tokens": 179
|
|
2648
|
+
},
|
|
2649
|
+
"defensive-countermeasure-mapping": {
|
|
2650
|
+
"bytes": 816,
|
|
2651
|
+
"chars": 816,
|
|
2652
|
+
"approx_tokens": 204
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2656
|
+
"audit-log-integrity": {
|
|
2657
|
+
"path": "skills/audit-log-integrity/skill.md",
|
|
2658
|
+
"bytes": 7667,
|
|
2659
|
+
"chars": 7655,
|
|
2660
|
+
"lines": 81,
|
|
2661
|
+
"approx_tokens": 1914,
|
|
2662
|
+
"approx_chars_per_token": 4,
|
|
2663
|
+
"sections": {
|
|
2664
|
+
"threat-context": {
|
|
2665
|
+
"bytes": 838,
|
|
2666
|
+
"chars": 838,
|
|
2667
|
+
"approx_tokens": 210
|
|
2668
|
+
},
|
|
2669
|
+
"framework-lag-declaration": {
|
|
2670
|
+
"bytes": 796,
|
|
2671
|
+
"chars": 794,
|
|
2672
|
+
"approx_tokens": 199
|
|
2673
|
+
},
|
|
2674
|
+
"ttp-mapping": {
|
|
2675
|
+
"bytes": 821,
|
|
2676
|
+
"chars": 813,
|
|
2677
|
+
"approx_tokens": 203
|
|
2678
|
+
},
|
|
2679
|
+
"exploit-availability-matrix": {
|
|
2680
|
+
"bytes": 705,
|
|
2681
|
+
"chars": 705,
|
|
2682
|
+
"approx_tokens": 176
|
|
2683
|
+
},
|
|
2684
|
+
"analysis-procedure": {
|
|
2685
|
+
"bytes": 881,
|
|
2686
|
+
"chars": 881,
|
|
2687
|
+
"approx_tokens": 220
|
|
2688
|
+
},
|
|
2689
|
+
"output-format": {
|
|
2690
|
+
"bytes": 918,
|
|
2691
|
+
"chars": 918,
|
|
2692
|
+
"approx_tokens": 230
|
|
2693
|
+
},
|
|
2694
|
+
"compliance-theater-check": {
|
|
2695
|
+
"bytes": 682,
|
|
2696
|
+
"chars": 682,
|
|
2697
|
+
"approx_tokens": 171
|
|
2698
|
+
},
|
|
2699
|
+
"defensive-countermeasure-mapping": {
|
|
2700
|
+
"bytes": 848,
|
|
2701
|
+
"chars": 848,
|
|
2702
|
+
"approx_tokens": 212
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2605
2705
|
}
|
|
2606
2706
|
}
|
|
2607
2707
|
}
|
|
@@ -1734,5 +1734,104 @@
|
|
|
1734
1734
|
],
|
|
1735
1735
|
"smtp listener": [
|
|
1736
1736
|
"mail-server-hardening"
|
|
1737
|
+
],
|
|
1738
|
+
"network trust": [
|
|
1739
|
+
"network-trust"
|
|
1740
|
+
],
|
|
1741
|
+
"adversary in the middle": [
|
|
1742
|
+
"network-trust"
|
|
1743
|
+
],
|
|
1744
|
+
"aitm": [
|
|
1745
|
+
"network-trust"
|
|
1746
|
+
],
|
|
1747
|
+
"dnssec": [
|
|
1748
|
+
"network-trust"
|
|
1749
|
+
],
|
|
1750
|
+
"dane": [
|
|
1751
|
+
"network-trust"
|
|
1752
|
+
],
|
|
1753
|
+
"tlsa": [
|
|
1754
|
+
"network-trust"
|
|
1755
|
+
],
|
|
1756
|
+
"tsig": [
|
|
1757
|
+
"network-trust"
|
|
1758
|
+
],
|
|
1759
|
+
"mtls pinning": [
|
|
1760
|
+
"network-trust"
|
|
1761
|
+
],
|
|
1762
|
+
"certificate pinning": [
|
|
1763
|
+
"network-trust"
|
|
1764
|
+
],
|
|
1765
|
+
"http message signature": [
|
|
1766
|
+
"network-trust"
|
|
1767
|
+
],
|
|
1768
|
+
"rfc 9421": [
|
|
1769
|
+
"network-trust"
|
|
1770
|
+
],
|
|
1771
|
+
"dns rebinding": [
|
|
1772
|
+
"network-trust"
|
|
1773
|
+
],
|
|
1774
|
+
"nts": [
|
|
1775
|
+
"network-trust"
|
|
1776
|
+
],
|
|
1777
|
+
"authenticated time": [
|
|
1778
|
+
"network-trust"
|
|
1779
|
+
],
|
|
1780
|
+
"ntp spoofing": [
|
|
1781
|
+
"network-trust"
|
|
1782
|
+
],
|
|
1783
|
+
"public suffix list": [
|
|
1784
|
+
"network-trust"
|
|
1785
|
+
],
|
|
1786
|
+
"name resolution trust": [
|
|
1787
|
+
"network-trust"
|
|
1788
|
+
],
|
|
1789
|
+
"audit log integrity": [
|
|
1790
|
+
"audit-log-integrity"
|
|
1791
|
+
],
|
|
1792
|
+
"tamper evident logging": [
|
|
1793
|
+
"audit-log-integrity"
|
|
1794
|
+
],
|
|
1795
|
+
"hash chain": [
|
|
1796
|
+
"audit-log-integrity"
|
|
1797
|
+
],
|
|
1798
|
+
"worm": [
|
|
1799
|
+
"audit-log-integrity"
|
|
1800
|
+
],
|
|
1801
|
+
"object lock": [
|
|
1802
|
+
"audit-log-integrity"
|
|
1803
|
+
],
|
|
1804
|
+
"immutable storage": [
|
|
1805
|
+
"audit-log-integrity"
|
|
1806
|
+
],
|
|
1807
|
+
"legal hold": [
|
|
1808
|
+
"audit-log-integrity"
|
|
1809
|
+
],
|
|
1810
|
+
"retention": [
|
|
1811
|
+
"audit-log-integrity"
|
|
1812
|
+
],
|
|
1813
|
+
"honeytoken": [
|
|
1814
|
+
"audit-log-integrity"
|
|
1815
|
+
],
|
|
1816
|
+
"canary token": [
|
|
1817
|
+
"audit-log-integrity"
|
|
1818
|
+
],
|
|
1819
|
+
"break glass": [
|
|
1820
|
+
"audit-log-integrity"
|
|
1821
|
+
],
|
|
1822
|
+
"dual control": [
|
|
1823
|
+
"audit-log-integrity"
|
|
1824
|
+
],
|
|
1825
|
+
"anti forensics": [
|
|
1826
|
+
"audit-log-integrity"
|
|
1827
|
+
],
|
|
1828
|
+
"log deletion": [
|
|
1829
|
+
"audit-log-integrity"
|
|
1830
|
+
],
|
|
1831
|
+
"separation of duties": [
|
|
1832
|
+
"audit-log-integrity"
|
|
1833
|
+
],
|
|
1834
|
+
"audit trail": [
|
|
1835
|
+
"audit-log-integrity"
|
|
1737
1836
|
]
|
|
1738
1837
|
}
|
package/data/_indexes/xref.json
CHANGED
|
@@ -47,8 +47,10 @@
|
|
|
47
47
|
"webapp-security"
|
|
48
48
|
],
|
|
49
49
|
"CWE-345": [
|
|
50
|
+
"audit-log-integrity",
|
|
50
51
|
"idp-incident-response",
|
|
51
|
-
"mcp-agent-trust"
|
|
52
|
+
"mcp-agent-trust",
|
|
53
|
+
"network-trust"
|
|
52
54
|
],
|
|
53
55
|
"CWE-352": [
|
|
54
56
|
"api-security",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"api-security",
|
|
77
79
|
"attack-surface-pentest",
|
|
78
80
|
"mcp-agent-trust",
|
|
81
|
+
"network-trust",
|
|
79
82
|
"sector-telecom",
|
|
80
83
|
"webapp-security"
|
|
81
84
|
],
|
|
@@ -212,12 +215,16 @@
|
|
|
212
215
|
"idp-incident-response"
|
|
213
216
|
],
|
|
214
217
|
"CWE-284": [
|
|
218
|
+
"audit-log-integrity",
|
|
215
219
|
"idp-incident-response"
|
|
216
220
|
],
|
|
217
221
|
"CWE-347": [
|
|
222
|
+
"audit-log-integrity",
|
|
223
|
+
"network-trust",
|
|
218
224
|
"vc-wallet-trust"
|
|
219
225
|
],
|
|
220
226
|
"CWE-290": [
|
|
227
|
+
"network-trust",
|
|
221
228
|
"vc-wallet-trust"
|
|
222
229
|
],
|
|
223
230
|
"CWE-93": [
|
|
@@ -228,6 +235,9 @@
|
|
|
228
235
|
],
|
|
229
236
|
"CWE-400": [
|
|
230
237
|
"mail-server-hardening"
|
|
238
|
+
],
|
|
239
|
+
"CWE-778": [
|
|
240
|
+
"audit-log-integrity"
|
|
231
241
|
]
|
|
232
242
|
},
|
|
233
243
|
"d3fend_refs": {
|
|
@@ -350,6 +360,7 @@
|
|
|
350
360
|
},
|
|
351
361
|
"framework_gaps": {
|
|
352
362
|
"NIST-800-53-SI-2": [
|
|
363
|
+
"audit-log-integrity",
|
|
353
364
|
"kernel-lpe-triage",
|
|
354
365
|
"mail-server-hardening"
|
|
355
366
|
],
|
|
@@ -370,6 +381,7 @@
|
|
|
370
381
|
],
|
|
371
382
|
"NIST-800-53-SC-8": [
|
|
372
383
|
"kernel-lpe-triage",
|
|
384
|
+
"network-trust",
|
|
373
385
|
"pqc-first"
|
|
374
386
|
],
|
|
375
387
|
"CIS-Controls-v8-Control7": [
|
|
@@ -495,6 +507,7 @@
|
|
|
495
507
|
],
|
|
496
508
|
"SOC2-CC7-anomaly-detection": [
|
|
497
509
|
"ai-c2-detection",
|
|
510
|
+
"audit-log-integrity",
|
|
498
511
|
"dlp-gap-analysis",
|
|
499
512
|
"email-security-anti-phishing",
|
|
500
513
|
"incident-response-playbook"
|
|
@@ -677,7 +690,18 @@
|
|
|
677
690
|
"vc-wallet-trust"
|
|
678
691
|
],
|
|
679
692
|
"NIS2-Art21-network-security": [
|
|
680
|
-
"
|
|
693
|
+
"audit-log-integrity",
|
|
694
|
+
"mail-server-hardening",
|
|
695
|
+
"network-trust"
|
|
696
|
+
],
|
|
697
|
+
"ISO-27001-2022-A.8.21": [
|
|
698
|
+
"network-trust"
|
|
699
|
+
],
|
|
700
|
+
"UK-CAF-B4": [
|
|
701
|
+
"network-trust"
|
|
702
|
+
],
|
|
703
|
+
"ISO-27001-2022-A.8.15": [
|
|
704
|
+
"audit-log-integrity"
|
|
681
705
|
]
|
|
682
706
|
},
|
|
683
707
|
"atlas_refs": {
|
|
@@ -857,6 +881,7 @@
|
|
|
857
881
|
],
|
|
858
882
|
"T1556": [
|
|
859
883
|
"identity-assurance",
|
|
884
|
+
"network-trust",
|
|
860
885
|
"sector-telecom",
|
|
861
886
|
"vc-wallet-trust"
|
|
862
887
|
],
|
|
@@ -937,7 +962,20 @@
|
|
|
937
962
|
"mail-server-hardening"
|
|
938
963
|
],
|
|
939
964
|
"T1557": [
|
|
940
|
-
"mail-server-hardening"
|
|
965
|
+
"mail-server-hardening",
|
|
966
|
+
"network-trust"
|
|
967
|
+
],
|
|
968
|
+
"T1071.004": [
|
|
969
|
+
"network-trust"
|
|
970
|
+
],
|
|
971
|
+
"T1070": [
|
|
972
|
+
"audit-log-integrity"
|
|
973
|
+
],
|
|
974
|
+
"T1565.001": [
|
|
975
|
+
"audit-log-integrity"
|
|
976
|
+
],
|
|
977
|
+
"T1562.008": [
|
|
978
|
+
"audit-log-integrity"
|
|
941
979
|
]
|
|
942
980
|
},
|
|
943
981
|
"rfc_refs": {
|
package/data/cwe-catalog.json
CHANGED
|
@@ -673,6 +673,7 @@
|
|
|
673
673
|
"CAPEC-19"
|
|
674
674
|
],
|
|
675
675
|
"skills_referencing": [
|
|
676
|
+
"audit-log-integrity",
|
|
676
677
|
"idp-incident-response"
|
|
677
678
|
],
|
|
678
679
|
"evidence_cves": [
|
|
@@ -1069,8 +1070,10 @@
|
|
|
1069
1070
|
"CAPEC-148"
|
|
1070
1071
|
],
|
|
1071
1072
|
"skills_referencing": [
|
|
1073
|
+
"audit-log-integrity",
|
|
1072
1074
|
"idp-incident-response",
|
|
1073
|
-
"mcp-agent-trust"
|
|
1075
|
+
"mcp-agent-trust",
|
|
1076
|
+
"network-trust"
|
|
1074
1077
|
],
|
|
1075
1078
|
"evidence_cves": [
|
|
1076
1079
|
"CVE-2023-51764",
|
|
@@ -1904,6 +1907,7 @@
|
|
|
1904
1907
|
"api-security",
|
|
1905
1908
|
"attack-surface-pentest",
|
|
1906
1909
|
"mcp-agent-trust",
|
|
1910
|
+
"network-trust",
|
|
1907
1911
|
"sector-telecom",
|
|
1908
1912
|
"webapp-security"
|
|
1909
1913
|
],
|
|
@@ -2573,6 +2577,8 @@
|
|
|
2573
2577
|
"last_verified": "2026-05-18",
|
|
2574
2578
|
"notes": "Added v0.13.17 KEV bulk-import.",
|
|
2575
2579
|
"skills_referencing": [
|
|
2580
|
+
"audit-log-integrity",
|
|
2581
|
+
"network-trust",
|
|
2576
2582
|
"vc-wallet-trust"
|
|
2577
2583
|
]
|
|
2578
2584
|
},
|
|
@@ -2936,6 +2942,7 @@
|
|
|
2936
2942
|
"last_verified": "2026-05-18",
|
|
2937
2943
|
"notes": "Added v0.13.17 KEV bulk-import round 2.",
|
|
2938
2944
|
"skills_referencing": [
|
|
2945
|
+
"network-trust",
|
|
2939
2946
|
"vc-wallet-trust"
|
|
2940
2947
|
]
|
|
2941
2948
|
},
|
|
@@ -3818,7 +3825,10 @@
|
|
|
3818
3825
|
"last_verified": "2026-05-19",
|
|
3819
3826
|
"notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
|
|
3820
3827
|
"_auto_imported": true,
|
|
3821
|
-
"_intake_method": "v0.13.18-bulk-mitre-cwe-curated"
|
|
3828
|
+
"_intake_method": "v0.13.18-bulk-mitre-cwe-curated",
|
|
3829
|
+
"skills_referencing": [
|
|
3830
|
+
"audit-log-integrity"
|
|
3831
|
+
]
|
|
3822
3832
|
},
|
|
3823
3833
|
"CWE-779": {
|
|
3824
3834
|
"id": "CWE-779",
|