@blamejs/exceptd-skills 0.12.26 → 0.12.28
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 -0
- package/CHANGELOG.md +60 -0
- package/bin/exceptd.js +73 -1
- package/data/_indexes/_meta.json +22 -19
- package/data/_indexes/activity-feed.json +26 -5
- package/data/_indexes/catalog-summaries.json +3 -3
- package/data/_indexes/chains.json +994 -64
- package/data/_indexes/currency.json +28 -1
- package/data/_indexes/frequency.json +428 -124
- package/data/_indexes/handoff-dag.json +70 -19
- package/data/_indexes/jurisdiction-map.json +37 -12
- package/data/_indexes/section-offsets.json +282 -0
- package/data/_indexes/stale-content.json +2 -2
- package/data/_indexes/summary-cards.json +198 -0
- package/data/_indexes/token-budget.json +168 -3
- package/data/_indexes/trigger-table.json +190 -0
- package/data/_indexes/xref.json +145 -2
- package/data/attack-techniques.json +104 -19
- package/data/framework-control-gaps.json +498 -11
- package/data/playbooks/cloud-iam-incident.json +1351 -0
- package/data/playbooks/idp-incident.json +1259 -0
- package/data/playbooks/ransomware.json +1407 -0
- package/data/rfc-references.json +44 -0
- package/lib/flag-suggest.js +4 -0
- package/lib/playbook-runner.js +117 -10
- package/manifest-snapshot.json +227 -3
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +282 -41
- package/package.json +1 -1
- package/sbom.cdx.json +7 -7
- package/skills/cloud-iam-incident/skill.md +419 -0
- package/skills/idp-incident-response/skill.md +352 -0
- package/skills/ransomware-response/skill.md +374 -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": 42,
|
|
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": "cloud-iam-incident",
|
|
72
|
+
"last_threat_review": "2026-05-15",
|
|
73
|
+
"days_since_review": -14,
|
|
74
|
+
"currency_score": 100,
|
|
75
|
+
"currency_label": "current",
|
|
76
|
+
"forward_watch_count": 11,
|
|
77
|
+
"action_required": false
|
|
78
|
+
},
|
|
70
79
|
{
|
|
71
80
|
"skill": "cloud-security",
|
|
72
81
|
"last_threat_review": "2026-05-11",
|
|
@@ -175,6 +184,15 @@
|
|
|
175
184
|
"forward_watch_count": 0,
|
|
176
185
|
"action_required": false
|
|
177
186
|
},
|
|
187
|
+
{
|
|
188
|
+
"skill": "idp-incident-response",
|
|
189
|
+
"last_threat_review": "2026-05-15",
|
|
190
|
+
"days_since_review": -14,
|
|
191
|
+
"currency_score": 100,
|
|
192
|
+
"currency_label": "current",
|
|
193
|
+
"forward_watch_count": 11,
|
|
194
|
+
"action_required": false
|
|
195
|
+
},
|
|
178
196
|
{
|
|
179
197
|
"skill": "incident-response-playbook",
|
|
180
198
|
"last_threat_review": "2026-05-11",
|
|
@@ -247,6 +265,15 @@
|
|
|
247
265
|
"forward_watch_count": 1,
|
|
248
266
|
"action_required": false
|
|
249
267
|
},
|
|
268
|
+
{
|
|
269
|
+
"skill": "ransomware-response",
|
|
270
|
+
"last_threat_review": "2026-05-15",
|
|
271
|
+
"days_since_review": -14,
|
|
272
|
+
"currency_score": 100,
|
|
273
|
+
"currency_label": "current",
|
|
274
|
+
"forward_watch_count": 10,
|
|
275
|
+
"action_required": false
|
|
276
|
+
},
|
|
250
277
|
{
|
|
251
278
|
"skill": "researcher",
|
|
252
279
|
"last_threat_review": "2026-05-11",
|