@blamejs/exceptd-skills 0.16.18 → 0.16.19
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 +15 -14
- package/data/_indexes/activity-feed.json +9 -2
- package/data/_indexes/chains.json +3875 -400
- package/data/_indexes/currency.json +10 -1
- package/data/_indexes/frequency.json +84 -59
- package/data/_indexes/handoff-dag.json +5 -1
- package/data/_indexes/jurisdiction-map.json +6 -3
- package/data/_indexes/section-offsets.json +85 -0
- package/data/_indexes/stale-content.json +1 -1
- package/data/_indexes/summary-cards.json +38 -0
- package/data/_indexes/token-budget.json +53 -3
- package/data/_indexes/trigger-table.json +48 -0
- package/data/_indexes/xref.json +20 -5
- package/data/cwe-catalog.json +9 -3
- package/data/playbooks/framework.json +1 -0
- package/data/playbooks/privacy-consent-ops.json +605 -0
- package/manifest-snapshot.json +53 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +107 -52
- package/package.json +2 -2
- package/sbom.cdx.json +58 -28
- package/skills/privacy-consent-ops/skill.md +80 -0
package/data/_indexes/xref.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"CWE-672": [
|
|
16
16
|
"kernel-lpe-triage",
|
|
17
|
+
"privacy-consent-ops",
|
|
17
18
|
"vc-wallet-trust"
|
|
18
19
|
],
|
|
19
20
|
"CWE-787": [
|
|
@@ -51,7 +52,8 @@
|
|
|
51
52
|
"audit-log-integrity",
|
|
52
53
|
"idp-incident-response",
|
|
53
54
|
"mcp-agent-trust",
|
|
54
|
-
"network-trust"
|
|
55
|
+
"network-trust",
|
|
56
|
+
"privacy-consent-ops"
|
|
55
57
|
],
|
|
56
58
|
"CWE-352": [
|
|
57
59
|
"api-security",
|
|
@@ -246,7 +248,8 @@
|
|
|
246
248
|
"multitenancy-isolation"
|
|
247
249
|
],
|
|
248
250
|
"CWE-778": [
|
|
249
|
-
"audit-log-integrity"
|
|
251
|
+
"audit-log-integrity",
|
|
252
|
+
"privacy-consent-ops"
|
|
250
253
|
],
|
|
251
254
|
"CWE-353": [
|
|
252
255
|
"self-update-integrity"
|
|
@@ -278,6 +281,9 @@
|
|
|
278
281
|
],
|
|
279
282
|
"CWE-532": [
|
|
280
283
|
"log-injection-telemetry"
|
|
284
|
+
],
|
|
285
|
+
"CWE-807": [
|
|
286
|
+
"privacy-consent-ops"
|
|
281
287
|
]
|
|
282
288
|
},
|
|
283
289
|
"d3fend_refs": {
|
|
@@ -404,7 +410,8 @@
|
|
|
404
410
|
"decompression-dos",
|
|
405
411
|
"kernel-lpe-triage",
|
|
406
412
|
"log-injection-telemetry",
|
|
407
|
-
"mail-server-hardening"
|
|
413
|
+
"mail-server-hardening",
|
|
414
|
+
"privacy-consent-ops"
|
|
408
415
|
],
|
|
409
416
|
"ISO-27001-2022-A.8.8": [
|
|
410
417
|
"coordinated-vuln-disclosure",
|
|
@@ -651,6 +658,7 @@
|
|
|
651
658
|
"decompression-dos",
|
|
652
659
|
"log-injection-telemetry",
|
|
653
660
|
"multitenancy-isolation",
|
|
661
|
+
"privacy-consent-ops",
|
|
654
662
|
"sector-telecom",
|
|
655
663
|
"self-update-integrity"
|
|
656
664
|
],
|
|
@@ -742,6 +750,7 @@
|
|
|
742
750
|
"mail-server-hardening",
|
|
743
751
|
"multitenancy-isolation",
|
|
744
752
|
"network-trust",
|
|
753
|
+
"privacy-consent-ops",
|
|
745
754
|
"self-update-integrity"
|
|
746
755
|
],
|
|
747
756
|
"ISO-27001-2022-A.8.21": [
|
|
@@ -752,6 +761,7 @@
|
|
|
752
761
|
"log-injection-telemetry",
|
|
753
762
|
"multitenancy-isolation",
|
|
754
763
|
"network-trust",
|
|
764
|
+
"privacy-consent-ops",
|
|
755
765
|
"self-update-integrity"
|
|
756
766
|
],
|
|
757
767
|
"ISO-27001-2022-A.8.15": [
|
|
@@ -1036,11 +1046,13 @@
|
|
|
1036
1046
|
"network-trust"
|
|
1037
1047
|
],
|
|
1038
1048
|
"T1070": [
|
|
1039
|
-
"audit-log-integrity"
|
|
1049
|
+
"audit-log-integrity",
|
|
1050
|
+
"privacy-consent-ops"
|
|
1040
1051
|
],
|
|
1041
1052
|
"T1565.001": [
|
|
1042
1053
|
"audit-log-integrity",
|
|
1043
|
-
"log-injection-telemetry"
|
|
1054
|
+
"log-injection-telemetry",
|
|
1055
|
+
"privacy-consent-ops"
|
|
1044
1056
|
],
|
|
1045
1057
|
"T1562.008": [
|
|
1046
1058
|
"audit-log-integrity"
|
|
@@ -1055,6 +1067,9 @@
|
|
|
1055
1067
|
"T1499.001": [
|
|
1056
1068
|
"decompression-dos",
|
|
1057
1069
|
"multitenancy-isolation"
|
|
1070
|
+
],
|
|
1071
|
+
"T1036": [
|
|
1072
|
+
"privacy-consent-ops"
|
|
1058
1073
|
]
|
|
1059
1074
|
},
|
|
1060
1075
|
"rfc_refs": {
|
package/data/cwe-catalog.json
CHANGED
|
@@ -1075,7 +1075,8 @@
|
|
|
1075
1075
|
"audit-log-integrity",
|
|
1076
1076
|
"idp-incident-response",
|
|
1077
1077
|
"mcp-agent-trust",
|
|
1078
|
-
"network-trust"
|
|
1078
|
+
"network-trust",
|
|
1079
|
+
"privacy-consent-ops"
|
|
1079
1080
|
],
|
|
1080
1081
|
"evidence_cves": [
|
|
1081
1082
|
"CVE-2023-51764",
|
|
@@ -1539,6 +1540,7 @@
|
|
|
1539
1540
|
"related_attack_patterns_capec": [],
|
|
1540
1541
|
"skills_referencing": [
|
|
1541
1542
|
"kernel-lpe-triage",
|
|
1543
|
+
"privacy-consent-ops",
|
|
1542
1544
|
"vc-wallet-trust"
|
|
1543
1545
|
],
|
|
1544
1546
|
"evidence_cves": [
|
|
@@ -2710,7 +2712,10 @@
|
|
|
2710
2712
|
"CVE-2026-21514"
|
|
2711
2713
|
],
|
|
2712
2714
|
"last_verified": "2026-05-18",
|
|
2713
|
-
"notes": "Added v0.13.17 KEV bulk-import."
|
|
2715
|
+
"notes": "Added v0.13.17 KEV bulk-import.",
|
|
2716
|
+
"skills_referencing": [
|
|
2717
|
+
"privacy-consent-ops"
|
|
2718
|
+
]
|
|
2714
2719
|
},
|
|
2715
2720
|
"CWE-822": {
|
|
2716
2721
|
"id": "CWE-822",
|
|
@@ -3851,7 +3856,8 @@
|
|
|
3851
3856
|
"_auto_imported": true,
|
|
3852
3857
|
"_intake_method": "v0.13.18-bulk-mitre-cwe-curated",
|
|
3853
3858
|
"skills_referencing": [
|
|
3854
|
-
"audit-log-integrity"
|
|
3859
|
+
"audit-log-integrity",
|
|
3860
|
+
"privacy-consent-ops"
|
|
3855
3861
|
]
|
|
3856
3862
|
},
|
|
3857
3863
|
"CWE-779": {
|