@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
|
@@ -2101,6 +2101,81 @@
|
|
|
2101
2101
|
"last_threat_review": "2026-06-02",
|
|
2102
2102
|
"path": "skills/network-trust/skill.md",
|
|
2103
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": []
|
|
2142
|
+
},
|
|
2143
|
+
"self-update-integrity": {
|
|
2144
|
+
"description": "Consumer-side self-update and artifact integrity for mid-2026 — signature-verification-before-apply, out-of-band key pinning, anti-rollback/downgrade protection, channel pinning, Subresource Integrity on browser modules, and C2PA / SCITT-TSA transparency verification on received artifacts",
|
|
2145
|
+
"threat_context_excerpt": "The self-update loop is the highest-privilege code path most products ship: it fetches code and runs it as the application. Publisher-side posture — code signing, SBOM, SLSA attestations — is necessary but useless if the receiving client does not enforce it. The consumer-side failures are an update applied without verifying a signature, a signature verified against a key the update channel itself supplied, a signed-but-older version accepted (downgrade / no anti-rollback) that re-opens a patched CVE, an update fetched over an unauthenticated channel as the sole control, browser modules served ...",
|
|
2146
|
+
"produces": "Report per update path, marking each consumer-side control enforced / missing / inconclusive (visibility gap). For every missing control, state whether a channel compromise would yield arbitrary-code execution and across how much of the installed base. Distinguish a control delegated to a verifying mechanism (OS package manager, gated verifier) from an absent one. Provide the prioritised remediation (verify signature against a pinned key before apply, enforce anti-rollback, pin the channel, enforce SRI on modules, verify provenance/transparency) and the negative validation tests that prove eac ...",
|
|
2147
|
+
"key_xrefs": {
|
|
2148
|
+
"cwe_refs": [
|
|
2149
|
+
"CWE-494",
|
|
2150
|
+
"CWE-829",
|
|
2151
|
+
"CWE-353",
|
|
2152
|
+
"CWE-347"
|
|
2153
|
+
],
|
|
2154
|
+
"d3fend_refs": [],
|
|
2155
|
+
"framework_gaps": [
|
|
2156
|
+
"NIST-800-53-SR-11",
|
|
2157
|
+
"NIS2-Art21-network-security",
|
|
2158
|
+
"UK-CAF-B4",
|
|
2159
|
+
"AU-ISM-1556"
|
|
2160
|
+
],
|
|
2161
|
+
"atlas_refs": [],
|
|
2162
|
+
"attack_refs": [
|
|
2163
|
+
"T1195.002",
|
|
2164
|
+
"T1574"
|
|
2165
|
+
],
|
|
2166
|
+
"rfc_refs": [],
|
|
2167
|
+
"dlp_refs": []
|
|
2168
|
+
},
|
|
2169
|
+
"trigger_count": 16,
|
|
2170
|
+
"atlas_count": 0,
|
|
2171
|
+
"attack_count": 2,
|
|
2172
|
+
"framework_gap_count": 4,
|
|
2173
|
+
"cwe_count": 4,
|
|
2174
|
+
"d3fend_count": 0,
|
|
2175
|
+
"rfc_count": 0,
|
|
2176
|
+
"last_threat_review": "2026-06-02",
|
|
2177
|
+
"path": "skills/self-update-integrity/skill.md",
|
|
2178
|
+
"handoff_targets": []
|
|
2104
2179
|
}
|
|
2105
2180
|
}
|
|
2106
2181
|
}
|
|
@@ -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": 1712869,
|
|
7
|
+
"total_approx_tokens": 428220,
|
|
8
|
+
"skill_count": 47
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
11
11
|
"kernel-lpe-triage": {
|
|
@@ -2652,6 +2652,106 @@
|
|
|
2652
2652
|
"approx_tokens": 204
|
|
2653
2653
|
}
|
|
2654
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
|
+
}
|
|
2705
|
+
},
|
|
2706
|
+
"self-update-integrity": {
|
|
2707
|
+
"path": "skills/self-update-integrity/skill.md",
|
|
2708
|
+
"bytes": 7619,
|
|
2709
|
+
"chars": 7605,
|
|
2710
|
+
"lines": 80,
|
|
2711
|
+
"approx_tokens": 1901,
|
|
2712
|
+
"approx_chars_per_token": 4,
|
|
2713
|
+
"sections": {
|
|
2714
|
+
"threat-context": {
|
|
2715
|
+
"bytes": 841,
|
|
2716
|
+
"chars": 837,
|
|
2717
|
+
"approx_tokens": 209
|
|
2718
|
+
},
|
|
2719
|
+
"framework-lag-declaration": {
|
|
2720
|
+
"bytes": 835,
|
|
2721
|
+
"chars": 835,
|
|
2722
|
+
"approx_tokens": 209
|
|
2723
|
+
},
|
|
2724
|
+
"ttp-mapping": {
|
|
2725
|
+
"bytes": 736,
|
|
2726
|
+
"chars": 732,
|
|
2727
|
+
"approx_tokens": 183
|
|
2728
|
+
},
|
|
2729
|
+
"exploit-availability-matrix": {
|
|
2730
|
+
"bytes": 716,
|
|
2731
|
+
"chars": 714,
|
|
2732
|
+
"approx_tokens": 179
|
|
2733
|
+
},
|
|
2734
|
+
"analysis-procedure": {
|
|
2735
|
+
"bytes": 962,
|
|
2736
|
+
"chars": 962,
|
|
2737
|
+
"approx_tokens": 241
|
|
2738
|
+
},
|
|
2739
|
+
"output-format": {
|
|
2740
|
+
"bytes": 785,
|
|
2741
|
+
"chars": 785,
|
|
2742
|
+
"approx_tokens": 196
|
|
2743
|
+
},
|
|
2744
|
+
"compliance-theater-check": {
|
|
2745
|
+
"bytes": 698,
|
|
2746
|
+
"chars": 698,
|
|
2747
|
+
"approx_tokens": 175
|
|
2748
|
+
},
|
|
2749
|
+
"defensive-countermeasure-mapping": {
|
|
2750
|
+
"bytes": 886,
|
|
2751
|
+
"chars": 884,
|
|
2752
|
+
"approx_tokens": 221
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2655
2755
|
}
|
|
2656
2756
|
}
|
|
2657
2757
|
}
|
|
@@ -1785,5 +1785,101 @@
|
|
|
1785
1785
|
],
|
|
1786
1786
|
"name resolution trust": [
|
|
1787
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"
|
|
1836
|
+
],
|
|
1837
|
+
"self update": [
|
|
1838
|
+
"self-update-integrity"
|
|
1839
|
+
],
|
|
1840
|
+
"auto update": [
|
|
1841
|
+
"self-update-integrity"
|
|
1842
|
+
],
|
|
1843
|
+
"update integrity": [
|
|
1844
|
+
"self-update-integrity"
|
|
1845
|
+
],
|
|
1846
|
+
"anti rollback": [
|
|
1847
|
+
"self-update-integrity"
|
|
1848
|
+
],
|
|
1849
|
+
"downgrade attack": [
|
|
1850
|
+
"self-update-integrity"
|
|
1851
|
+
],
|
|
1852
|
+
"code signing verification": [
|
|
1853
|
+
"self-update-integrity"
|
|
1854
|
+
],
|
|
1855
|
+
"key pinning": [
|
|
1856
|
+
"self-update-integrity"
|
|
1857
|
+
],
|
|
1858
|
+
"subresource integrity": [
|
|
1859
|
+
"self-update-integrity"
|
|
1860
|
+
],
|
|
1861
|
+
"sri": [
|
|
1862
|
+
"self-update-integrity"
|
|
1863
|
+
],
|
|
1864
|
+
"import map integrity": [
|
|
1865
|
+
"self-update-integrity"
|
|
1866
|
+
],
|
|
1867
|
+
"c2pa": [
|
|
1868
|
+
"self-update-integrity"
|
|
1869
|
+
],
|
|
1870
|
+
"content credentials": [
|
|
1871
|
+
"self-update-integrity"
|
|
1872
|
+
],
|
|
1873
|
+
"scitt": [
|
|
1874
|
+
"self-update-integrity"
|
|
1875
|
+
],
|
|
1876
|
+
"transparency log": [
|
|
1877
|
+
"self-update-integrity"
|
|
1878
|
+
],
|
|
1879
|
+
"software supply chain consumer": [
|
|
1880
|
+
"self-update-integrity"
|
|
1881
|
+
],
|
|
1882
|
+
"update channel": [
|
|
1883
|
+
"self-update-integrity"
|
|
1788
1884
|
]
|
|
1789
1885
|
}
|
package/data/_indexes/xref.json
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"webapp-security"
|
|
48
48
|
],
|
|
49
49
|
"CWE-345": [
|
|
50
|
+
"audit-log-integrity",
|
|
50
51
|
"idp-incident-response",
|
|
51
52
|
"mcp-agent-trust",
|
|
52
53
|
"network-trust"
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
],
|
|
66
67
|
"CWE-494": [
|
|
67
68
|
"mcp-agent-trust",
|
|
69
|
+
"self-update-integrity",
|
|
68
70
|
"supply-chain-integrity"
|
|
69
71
|
],
|
|
70
72
|
"CWE-77": [
|
|
@@ -154,6 +156,7 @@
|
|
|
154
156
|
],
|
|
155
157
|
"CWE-829": [
|
|
156
158
|
"sector-federal-government",
|
|
159
|
+
"self-update-integrity",
|
|
157
160
|
"supply-chain-integrity"
|
|
158
161
|
],
|
|
159
162
|
"CWE-287": [
|
|
@@ -214,10 +217,13 @@
|
|
|
214
217
|
"idp-incident-response"
|
|
215
218
|
],
|
|
216
219
|
"CWE-284": [
|
|
220
|
+
"audit-log-integrity",
|
|
217
221
|
"idp-incident-response"
|
|
218
222
|
],
|
|
219
223
|
"CWE-347": [
|
|
224
|
+
"audit-log-integrity",
|
|
220
225
|
"network-trust",
|
|
226
|
+
"self-update-integrity",
|
|
221
227
|
"vc-wallet-trust"
|
|
222
228
|
],
|
|
223
229
|
"CWE-290": [
|
|
@@ -232,6 +238,12 @@
|
|
|
232
238
|
],
|
|
233
239
|
"CWE-400": [
|
|
234
240
|
"mail-server-hardening"
|
|
241
|
+
],
|
|
242
|
+
"CWE-778": [
|
|
243
|
+
"audit-log-integrity"
|
|
244
|
+
],
|
|
245
|
+
"CWE-353": [
|
|
246
|
+
"self-update-integrity"
|
|
235
247
|
]
|
|
236
248
|
},
|
|
237
249
|
"d3fend_refs": {
|
|
@@ -354,6 +366,7 @@
|
|
|
354
366
|
},
|
|
355
367
|
"framework_gaps": {
|
|
356
368
|
"NIST-800-53-SI-2": [
|
|
369
|
+
"audit-log-integrity",
|
|
357
370
|
"kernel-lpe-triage",
|
|
358
371
|
"mail-server-hardening"
|
|
359
372
|
],
|
|
@@ -500,6 +513,7 @@
|
|
|
500
513
|
],
|
|
501
514
|
"SOC2-CC7-anomaly-detection": [
|
|
502
515
|
"ai-c2-detection",
|
|
516
|
+
"audit-log-integrity",
|
|
503
517
|
"dlp-gap-analysis",
|
|
504
518
|
"email-security-anti-phishing",
|
|
505
519
|
"incident-response-playbook"
|
|
@@ -598,7 +612,8 @@
|
|
|
598
612
|
"sector-telecom"
|
|
599
613
|
],
|
|
600
614
|
"AU-ISM-1556": [
|
|
601
|
-
"sector-telecom"
|
|
615
|
+
"sector-telecom",
|
|
616
|
+
"self-update-integrity"
|
|
602
617
|
],
|
|
603
618
|
"GSMA-NESAS-Deployment": [
|
|
604
619
|
"sector-telecom"
|
|
@@ -682,14 +697,23 @@
|
|
|
682
697
|
"vc-wallet-trust"
|
|
683
698
|
],
|
|
684
699
|
"NIS2-Art21-network-security": [
|
|
700
|
+
"audit-log-integrity",
|
|
685
701
|
"mail-server-hardening",
|
|
686
|
-
"network-trust"
|
|
702
|
+
"network-trust",
|
|
703
|
+
"self-update-integrity"
|
|
687
704
|
],
|
|
688
705
|
"ISO-27001-2022-A.8.21": [
|
|
689
706
|
"network-trust"
|
|
690
707
|
],
|
|
691
708
|
"UK-CAF-B4": [
|
|
692
|
-
"network-trust"
|
|
709
|
+
"network-trust",
|
|
710
|
+
"self-update-integrity"
|
|
711
|
+
],
|
|
712
|
+
"ISO-27001-2022-A.8.15": [
|
|
713
|
+
"audit-log-integrity"
|
|
714
|
+
],
|
|
715
|
+
"NIST-800-53-SR-11": [
|
|
716
|
+
"self-update-integrity"
|
|
693
717
|
]
|
|
694
718
|
},
|
|
695
719
|
"atlas_refs": {
|
|
@@ -861,6 +885,7 @@
|
|
|
861
885
|
"incident-response-playbook"
|
|
862
886
|
],
|
|
863
887
|
"T1195.002": [
|
|
888
|
+
"self-update-integrity",
|
|
864
889
|
"supply-chain-integrity"
|
|
865
890
|
],
|
|
866
891
|
"T1554": [
|
|
@@ -955,6 +980,18 @@
|
|
|
955
980
|
],
|
|
956
981
|
"T1071.004": [
|
|
957
982
|
"network-trust"
|
|
983
|
+
],
|
|
984
|
+
"T1070": [
|
|
985
|
+
"audit-log-integrity"
|
|
986
|
+
],
|
|
987
|
+
"T1565.001": [
|
|
988
|
+
"audit-log-integrity"
|
|
989
|
+
],
|
|
990
|
+
"T1562.008": [
|
|
991
|
+
"audit-log-integrity"
|
|
992
|
+
],
|
|
993
|
+
"T1574": [
|
|
994
|
+
"self-update-integrity"
|
|
958
995
|
]
|
|
959
996
|
},
|
|
960
997
|
"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,6 +1070,7 @@
|
|
|
1069
1070
|
"CAPEC-148"
|
|
1070
1071
|
],
|
|
1071
1072
|
"skills_referencing": [
|
|
1073
|
+
"audit-log-integrity",
|
|
1072
1074
|
"idp-incident-response",
|
|
1073
1075
|
"mcp-agent-trust",
|
|
1074
1076
|
"network-trust"
|
|
@@ -1139,7 +1141,9 @@
|
|
|
1139
1141
|
"CAPEC-75",
|
|
1140
1142
|
"CAPEC-39"
|
|
1141
1143
|
],
|
|
1142
|
-
"skills_referencing": [
|
|
1144
|
+
"skills_referencing": [
|
|
1145
|
+
"self-update-integrity"
|
|
1146
|
+
],
|
|
1143
1147
|
"evidence_cves": [
|
|
1144
1148
|
"CVE-2026-32202"
|
|
1145
1149
|
],
|
|
@@ -1322,6 +1326,7 @@
|
|
|
1322
1326
|
],
|
|
1323
1327
|
"skills_referencing": [
|
|
1324
1328
|
"mcp-agent-trust",
|
|
1329
|
+
"self-update-integrity",
|
|
1325
1330
|
"supply-chain-integrity"
|
|
1326
1331
|
],
|
|
1327
1332
|
"evidence_cves": [
|
|
@@ -1752,6 +1757,7 @@
|
|
|
1752
1757
|
],
|
|
1753
1758
|
"skills_referencing": [
|
|
1754
1759
|
"sector-federal-government",
|
|
1760
|
+
"self-update-integrity",
|
|
1755
1761
|
"supply-chain-integrity"
|
|
1756
1762
|
],
|
|
1757
1763
|
"evidence_cves": [
|
|
@@ -2575,7 +2581,9 @@
|
|
|
2575
2581
|
"last_verified": "2026-05-18",
|
|
2576
2582
|
"notes": "Added v0.13.17 KEV bulk-import.",
|
|
2577
2583
|
"skills_referencing": [
|
|
2584
|
+
"audit-log-integrity",
|
|
2578
2585
|
"network-trust",
|
|
2586
|
+
"self-update-integrity",
|
|
2579
2587
|
"vc-wallet-trust"
|
|
2580
2588
|
]
|
|
2581
2589
|
},
|
|
@@ -3822,7 +3830,10 @@
|
|
|
3822
3830
|
"last_verified": "2026-05-19",
|
|
3823
3831
|
"notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
|
|
3824
3832
|
"_auto_imported": true,
|
|
3825
|
-
"_intake_method": "v0.13.18-bulk-mitre-cwe-curated"
|
|
3833
|
+
"_intake_method": "v0.13.18-bulk-mitre-cwe-curated",
|
|
3834
|
+
"skills_referencing": [
|
|
3835
|
+
"audit-log-integrity"
|
|
3836
|
+
]
|
|
3826
3837
|
},
|
|
3827
3838
|
"CWE-779": {
|
|
3828
3839
|
"id": "CWE-779",
|