@blamejs/exceptd-skills 0.14.27 → 0.15.0
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/ARCHITECTURE.md +2 -2
- package/CHANGELOG.md +25 -0
- package/README.md +5 -1
- package/bin/exceptd.js +0 -147
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +3 -3
- package/data/_indexes/catalog-summaries.json +8 -8
- package/data/_indexes/chains.json +514 -0
- package/data/_indexes/frequency.json +1 -0
- package/data/attack-techniques.json +11 -1
- package/data/cve-catalog.json +421 -0
- package/data/cwe-catalog.json +31 -0
- package/data/framework-control-gaps.json +28 -0
- package/data/zeroday-lessons.json +281 -1
- package/lib/gap-detectors.js +8 -2
- package/lib/lint-skills.js +13 -2
- package/lib/playbook-runner.js +0 -2
- package/lib/validate-cve-catalog.js +35 -12
- package/manifest.json +44 -44
- package/orchestrator/index.js +49 -5
- package/package.json +2 -2
- package/sbom.cdx.json +45 -45
- package/scripts/check-catalog-gap-budget.js +5 -1
- package/scripts/check-test-coverage.js +9 -0
- package/scripts/predeploy.js +8 -4
package/ARCHITECTURE.md
CHANGED
|
@@ -176,7 +176,7 @@ Tracks PoC status, weaponization stage, and AI-assist factor per CVE. Updated wh
|
|
|
176
176
|
|
|
177
177
|
### `data/cwe-catalog.json`
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
173 CWE entries pinned to **CWE v4.20**. Covers the Top 25 Most Dangerous Software Weaknesses (2024 release) plus AI- and supply-chain-relevant weakness classes (prompt-injection-as-trust-boundary failure, training data integrity, dependency confusion, untrusted artifact ingestion). Each entry records root-cause description, common consequences, mitigation patterns, and the CVEs in `cve-catalog.json` that instantiate the weakness. Skills cite CWE IDs in `cwe_refs` to anchor a finding to a stable weakness taxonomy rather than to a single CVE; the CWE provides the durable root-cause lens that survives across exploit generations.
|
|
180
180
|
|
|
181
181
|
`_meta.cwe_version` pins the version; on a CWE release, audit IDs for renames or deprecations, bump `last_threat_review` on affected skills, and update `_meta`.
|
|
182
182
|
|
|
@@ -188,7 +188,7 @@ Tracks PoC status, weaponization stage, and AI-assist factor per CVE. Updated wh
|
|
|
188
188
|
|
|
189
189
|
### `data/rfc-references.json`
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
8888 IETF RFC / Internet-Draft references — the full RFC index, including obsoleted and Historic entries so that a superseded RFC still resolves offline. Coverage spans the security-relevant standards skills depend on — authentication and authorization (OAuth 2.0 Security BCP RFC 9700, JWT BCP, FIDO/WebAuthn-related drafts), cryptography (TLS 1.3 RFC 8446, hybrid PQC drafts), disclosure (security.txt RFC 9116) — alongside the rest of the published RFC series. Each entry tracks: title, status (Internet Standard / Proposed Standard / Best Current Practice / Internet-Draft / Historic), errata count, replaces / replaced-by chains, IESG / IRTF stream, and a `last_verified` date. Skills cite RFC IDs in `rfc_refs`. Per Hard Rule #12, RFC references are version-pinned: when an RFC is obsoleted or a draft is published as an RFC, the catalog entry's `replaced_by` field is updated, `last_verified` is refreshed, and affected skills bump `last_threat_review`. Frameworks lag RFCs; RFCs lag attacker innovation — this catalog makes that middle layer auditable.
|
|
192
192
|
|
|
193
193
|
### `data/dlp-controls.json`
|
|
194
194
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.0 — 2026-05-28
|
|
4
|
+
|
|
5
|
+
Validation and gate hardening. Several catalog and skill integrity checks that had been deferred as non-blocking warnings now hard-fail the predeploy gate, and two latent gate weaknesses are closed.
|
|
6
|
+
|
|
7
|
+
Catalog, skill, and playbook validation now runs in strict mode in the release gate: an unresolved cross-catalog reference (a CVE citing a CWE / ATT&CK / ATLAS / D3FEND id or framework control that doesn't exist), a CVSS vector that doesn't match a known `CVSS:(2.0|3.0|3.1|4.0)/` prefix, a `cisa_kev: true` entry missing its listing date, a public-PoC entry missing IOCs (Hard Rule #14), an incomplete skill body, or playbook enum/symmetry drift now block a release instead of scrolling past as warnings. Auto-imported drafts remain exempt.
|
|
8
|
+
|
|
9
|
+
The `_meta.entry_count` drift guard now covers every catalog that declares the field, not only framework-control-gaps — closing the hole that had let the zero-day-lessons counter drift to 68 while the file held 422 (now corrected). The RWEP scoring invariants (Shape A/B/mixed factor detection and recomputed-vs-stored divergence) are now enforced against the shipped catalog by a test gate, where previously they ran only against synthetic fixtures.
|
|
10
|
+
|
|
11
|
+
The `temporal-staleness` catalog-gap class now counts curated entries only. A CISA KEV due-date passing by calendar drift on the un-curated bulk-import backlog is expected and no longer accrues against the budget — which had crept to one slot of headroom and would have failed a future release with no code change. The budget is retightened to reflect the curated-only count.
|
|
12
|
+
|
|
13
|
+
CLI surface cleanup. The dead handlers behind the verbs removed in 0.13.0 (`govern`, `direct`, `look`, `ingest`) are gone, and those verbs are no longer surfaced as "did you mean" suggestions. Unknown-flag rejection now covers `report`, `watch`, `framework-gap`, and `skill` (an unrecognized flag on these hard-fails with a structured envelope, matching the rest of the surface). The local-only `scan`, `dispatch`, and `currency` verbs now accept `--air-gap` / `--offline` / `--no-network` instead of rejecting the tool's own global flags. The `--format summary` evidence bundle no longer carries always-null `feeds_into` / `jurisdiction_clocks_active` keys (the populated values come from the close phase).
|
|
14
|
+
|
|
15
|
+
Documentation: corrected catalog counts (427 CVEs, 173 CWEs, the full 8888-entry RFC index) and documented the `report` verb in the CLI reference.
|
|
16
|
+
|
|
17
|
+
## 0.14.28 — 2026-05-28
|
|
18
|
+
|
|
19
|
+
Catalog expansion — 2025 actively-exploited perimeter and file-transfer RCE cluster. Four CISA KEV-listed, ransomware-associated entries are now fully curated with RWEP scoring, IOCs, zero-day lessons, and reverse-referenced CWE/ATT&CK/framework mappings:
|
|
20
|
+
|
|
21
|
+
- **CVE-2025-0282** — Ivanti Connect Secure stack-overflow preauth RCE, exploited as a zero-day with the SPAWN malware ecosystem (RWEP 85). Patch alone is insufficient on compromised appliances — factory reset is required.
|
|
22
|
+
- **CVE-2025-22457** — Ivanti Connect Secure stack-overflow RCE, initially mis-triaged as a low-risk DoS and patched as such, then weaponized to RCE (RWEP 83). Demonstrates the severity-mis-triage failure mode for perimeter preauth flaws.
|
|
23
|
+
- **CVE-2025-31324** — SAP NetWeaver Visual Composer Metadata Uploader, unauthenticated file upload to RCE via JSP web shell, CVSS 10.0 (RWEP 78). Complements the existing NetWeaver deserialization entry it was chained with.
|
|
24
|
+
- **CVE-2025-31161** — CrushFTP HTTP authorization-header authentication bypass to crushadmin takeover (RWEP 76).
|
|
25
|
+
|
|
26
|
+
Adds CWE-305 (Authentication Bypass by Primary Weakness) to the CWE catalog as the authoritative mapping for the CrushFTP entry.
|
|
27
|
+
|
|
3
28
|
## 0.14.27 — 2026-05-28
|
|
4
29
|
|
|
5
30
|
Catalog expansion — CI/CD and IDE-extension supply-chain compromise cluster. Three CISA KEV-listed, actively-exploited CWE-506 (embedded malicious code) entries are now curated with full RWEP scoring, IOCs, zero-day lessons, and reverse-referenced technique/CWE/framework mappings:
|
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ This platform surfaces what is actually happening right now. Every skill explici
|
|
|
30
30
|
|
|
31
31
|
## Status
|
|
32
32
|
|
|
33
|
-
Pre-1.0. Latest release lives on [GitHub Releases](https://github.com/blamejs/exceptd-skills/releases) and on npm as [`@blamejs/exceptd-skills`](https://www.npmjs.com/package/@blamejs/exceptd-skills) with signed npm provenance attestation and Ed25519-signed skill bodies. The package ships 42 skills across kernel LPE, MCP supply chain, AI-as-C2, prompt injection, post-quantum crypto, SBOM integrity, identity-incident response, and 35 other AI/security domains, plus
|
|
33
|
+
Pre-1.0. Latest release lives on [GitHub Releases](https://github.com/blamejs/exceptd-skills/releases) and on npm as [`@blamejs/exceptd-skills`](https://www.npmjs.com/package/@blamejs/exceptd-skills) with signed npm provenance attestation and Ed25519-signed skill bodies. The package ships 42 skills across kernel LPE, MCP supply chain, AI-as-C2, prompt injection, post-quantum crypto, SBOM integrity, identity-incident response, and 35 other AI/security domains, plus 11 intelligence catalogs (CVE / ATLAS / ATT&CK / CWE / D3FEND / DLP / RFC / framework gaps / global frameworks / zero-day lessons / exploit availability) covering 35 jurisdictions — the CVE catalog has grown past 400 entries, its size anchored by a v0.13.17 CISA KEV bulk-intake of `dateAdded >= 2024-01-01` actively-exploited vulnerabilities that took it from 68 to 312 in a single pass. 24 investigation playbooks (kernel, MCP, AI-API, framework, SBOM, runtime, hardening, secrets, cred-stores, containers, crypto, plus `webhook-callback-abuse`, `cicd-pipeline-compromise`, `identity-sso-compromise`, `llm-tool-use-exfil`, `post-quantum-migration`, `ai-discovered-cve-triage`, `supply-chain-recovery`, `citation-hygiene`, and more), a CLI for discovery and seven-phase investigation runs (`govern → direct → look → detect → analyze → validate → close`), and a nightly auto-refresh job that pulls KEV / NVD / EPSS / GHSA / OSV / IETF deltas plus 15 primary-source advisory + research-blog + tech-press feeds (Qualys TRU, Red Hat RHSA, Ubuntu USN, ZDI, kernel.org, oss-security, JFrog, CISA, Microsoft Security Blog, Sysdig, Trail of Bits, Embrace the Red, BleepingComputer security, The Hacker News, and a GitLab activity-feed tracker for the Nightmare-Eclipse researcher handle that anchors NEW-CTRL-073) into auto-PRs for editorial review. v0.13.17 also ships `lib/cve-regression-watcher.js` (NEW-CTRL-074) — a complementary detection method that surfaces poller-diff historical-CVE references as candidate silent-regression cases, the class anchored by MiniPlasma (a 2026 PoC drop that re-broke CVE-2020-17103 without any new ID being assigned).
|
|
34
34
|
|
|
35
35
|
---
|
|
36
36
|
|
|
@@ -488,6 +488,10 @@ exceptd skill <name> Show context for one skill.
|
|
|
488
488
|
exceptd framework-gap <FW> <ref> One framework + one CVE/scenario, JSON
|
|
489
489
|
or human. (Operates outside the seven-
|
|
490
490
|
phase contract for ad-hoc gap analysis.)
|
|
491
|
+
exceptd report [executive] Structured posture report. Bare `report`
|
|
492
|
+
emits the full posture; the optional
|
|
493
|
+
`executive` argument emits the
|
|
494
|
+
executive-summary view.
|
|
491
495
|
exceptd path Absolute path to the installed package.
|
|
492
496
|
exceptd version Package version.
|
|
493
497
|
exceptd help This help.
|
package/bin/exceptd.js
CHANGED
|
@@ -159,12 +159,7 @@ const COMMANDS = {
|
|
|
159
159
|
cve: () => path.join(PKG_ROOT, "lib", "cve-cli.js"),
|
|
160
160
|
rfc: () => path.join(PKG_ROOT, "lib", "rfc-cli.js"),
|
|
161
161
|
// Seven-phase playbook verbs — handled in-process via lib/playbook-runner.js.
|
|
162
|
-
plan: null,
|
|
163
|
-
govern: null,
|
|
164
|
-
direct: null,
|
|
165
|
-
look: null,
|
|
166
162
|
run: null,
|
|
167
|
-
ingest: null,
|
|
168
163
|
reattest: null,
|
|
169
164
|
};
|
|
170
165
|
|
|
@@ -1724,12 +1719,7 @@ function dispatchPlaybook(cmd, argv) {
|
|
|
1724
1719
|
|
|
1725
1720
|
try {
|
|
1726
1721
|
switch (cmd) {
|
|
1727
|
-
case "plan": return cmdPlan(runner, args, runOpts, pretty);
|
|
1728
|
-
case "govern": return cmdGovern(runner, args, runOpts, pretty);
|
|
1729
|
-
case "direct": return cmdDirect(runner, args, pretty);
|
|
1730
|
-
case "look": return cmdLook(runner, args, runOpts, pretty);
|
|
1731
1722
|
case "run": return cmdRun(runner, args, runOpts, pretty);
|
|
1732
|
-
case "ingest": return cmdIngest(runner, args, runOpts, pretty);
|
|
1733
1723
|
case "reattest": return cmdReattest(runner, args, runOpts, pretty);
|
|
1734
1724
|
case "list-attestations": return cmdListAttestations(runner, args, runOpts, pretty);
|
|
1735
1725
|
case "attest": return cmdAttest(runner, args, runOpts, pretty);
|
|
@@ -3179,36 +3169,6 @@ function detectScopes() {
|
|
|
3179
3169
|
return detected.length ? detected : ["cross-cutting"];
|
|
3180
3170
|
}
|
|
3181
3171
|
|
|
3182
|
-
function cmdGovern(runner, args, runOpts, pretty) {
|
|
3183
|
-
const playbookId = args._[0];
|
|
3184
|
-
if (!playbookId) return emitError("govern: missing <playbookId> positional argument.", null, pretty);
|
|
3185
|
-
if (refuseInvalidPlaybookId("govern", playbookId, pretty)) return;
|
|
3186
|
-
const pb = runner.loadPlaybook(playbookId);
|
|
3187
|
-
const directiveId = args.directive || (pb.directives[0] && pb.directives[0].id);
|
|
3188
|
-
if (!directiveId) return refuseNoDirectives("govern", playbookId, pretty);
|
|
3189
|
-
emit(runner.govern(playbookId, directiveId, runOpts), pretty);
|
|
3190
|
-
}
|
|
3191
|
-
|
|
3192
|
-
function cmdDirect(runner, args, pretty) {
|
|
3193
|
-
const playbookId = args._[0];
|
|
3194
|
-
if (!playbookId) return emitError("direct: missing <playbookId> positional argument.", null, pretty);
|
|
3195
|
-
if (refuseInvalidPlaybookId("direct", playbookId, pretty)) return;
|
|
3196
|
-
const pb = runner.loadPlaybook(playbookId);
|
|
3197
|
-
const directiveId = args.directive || (pb.directives[0] && pb.directives[0].id);
|
|
3198
|
-
if (!directiveId) return refuseNoDirectives("direct", playbookId, pretty);
|
|
3199
|
-
emit(runner.direct(playbookId, directiveId), pretty);
|
|
3200
|
-
}
|
|
3201
|
-
|
|
3202
|
-
function cmdLook(runner, args, runOpts, pretty) {
|
|
3203
|
-
const playbookId = args._[0];
|
|
3204
|
-
if (!playbookId) return emitError("look: missing <playbookId> positional argument.", null, pretty);
|
|
3205
|
-
if (refuseInvalidPlaybookId("look", playbookId, pretty)) return;
|
|
3206
|
-
const pb = runner.loadPlaybook(playbookId);
|
|
3207
|
-
const directiveId = args.directive || (pb.directives[0] && pb.directives[0].id);
|
|
3208
|
-
if (!directiveId) return refuseNoDirectives("look", playbookId, pretty);
|
|
3209
|
-
emit(runner.look(playbookId, directiveId, runOpts), pretty);
|
|
3210
|
-
}
|
|
3211
|
-
|
|
3212
3172
|
function cmdRun(runner, args, runOpts, pretty) {
|
|
3213
3173
|
const positional = args._[0];
|
|
3214
3174
|
|
|
@@ -4351,113 +4311,6 @@ function cmdRunMulti(runner, ids, args, runOpts, pretty, meta) {
|
|
|
4351
4311
|
if (anyBlocked) { process.exitCode = EXIT_CODES.GENERIC_FAILURE; return; }
|
|
4352
4312
|
}
|
|
4353
4313
|
|
|
4354
|
-
function cmdIngest(runner, args, runOpts, pretty) {
|
|
4355
|
-
// `ingest` matches the AGENTS.md ingest contract. The submission JSON may
|
|
4356
|
-
// carry playbook_id + directive_id; --domain/--directive flags override.
|
|
4357
|
-
let submission = {};
|
|
4358
|
-
// Auto-detect piped stdin (parity with cmdRun) so
|
|
4359
|
-
// `echo '{...}' | exceptd ingest` reads the routing JSON instead of
|
|
4360
|
-
// failing with "no playbook resolved" because args.evidence stays
|
|
4361
|
-
// undefined.
|
|
4362
|
-
// Route stdin auto-detection through hasReadableStdin() (see cmdRun for
|
|
4363
|
-
// rationale). Wrapped-stdin test harnesses (Mocha/Jest, Docker
|
|
4364
|
-
// stdin-passthrough) would otherwise block here forever on the
|
|
4365
|
-
// readFileSync(0) call when isTTY === undefined.
|
|
4366
|
-
if (!args.evidence && hasReadableStdin()) {
|
|
4367
|
-
args.evidence = "-";
|
|
4368
|
-
}
|
|
4369
|
-
if (args.evidence) {
|
|
4370
|
-
try {
|
|
4371
|
-
submission = readEvidence(args.evidence);
|
|
4372
|
-
} catch (e) {
|
|
4373
|
-
return emitError(`ingest: failed to read evidence: ${e.message}`, { evidence: args.evidence }, pretty);
|
|
4374
|
-
}
|
|
4375
|
-
}
|
|
4376
|
-
const playbookId = args.domain || submission.playbook_id || submission.domain;
|
|
4377
|
-
if (!playbookId) return emitError("ingest: no playbook resolved — pass --domain <id> or include playbook_id in evidence JSON.", null, pretty);
|
|
4378
|
-
if (refuseInvalidPlaybookId("ingest", playbookId, pretty)) return;
|
|
4379
|
-
const pb = runner.loadPlaybook(playbookId);
|
|
4380
|
-
const directiveId = args.directive
|
|
4381
|
-
|| submission.directive_id
|
|
4382
|
-
|| (pb.directives[0] && pb.directives[0].id);
|
|
4383
|
-
if (!directiveId) return refuseNoDirectives("ingest", playbookId, pretty);
|
|
4384
|
-
|
|
4385
|
-
// Strip the routing keys so the runner only sees the contract shape it
|
|
4386
|
-
// expects. precondition_checks travel on the submission (not lifted into
|
|
4387
|
-
// runOpts) so run()'s mergedPCs derives them with correct "submission"
|
|
4388
|
-
// provenance — the same path cmdRun uses.
|
|
4389
|
-
const cleanedSubmission = {
|
|
4390
|
-
artifacts: submission.artifacts || {},
|
|
4391
|
-
signal_overrides: submission.signal_overrides || {},
|
|
4392
|
-
signals: submission.signals || {},
|
|
4393
|
-
...(submission.precondition_checks ? { precondition_checks: submission.precondition_checks } : {}),
|
|
4394
|
-
};
|
|
4395
|
-
|
|
4396
|
-
const result = runner.run(playbookId, directiveId, cleanedSubmission, runOpts);
|
|
4397
|
-
|
|
4398
|
-
// v0.12.8: route ingest's attestation persistence through persistAttestation
|
|
4399
|
-
// — the same path cmdRun + cmdRunMulti use — so the session-id collision
|
|
4400
|
-
// refusal AND the Ed25519 sidecar signing both apply. Pre-v0.12.8 ingest
|
|
4401
|
-
// had its own inline writeFileSync with neither check, meaning two ingest
|
|
4402
|
-
// calls with the same session-id silently clobbered the audit trail and no
|
|
4403
|
-
// .sig sidecar was written.
|
|
4404
|
-
if (result && result.ok && result.session_id) {
|
|
4405
|
-
// Mirror cmdRun / cmdRunMulti: gate operator_consent persistence on
|
|
4406
|
-
// classification === 'detected'. --ack is meaningful only when a
|
|
4407
|
-
// jurisdiction clock is at stake; persisting consent on a
|
|
4408
|
-
// not-detected ingest forges audit-trail consent for a clock that
|
|
4409
|
-
// never started.
|
|
4410
|
-
const ingestClassification = result.phases && result.phases.detect ? result.phases.detect.classification : null;
|
|
4411
|
-
const ingestConsentApplies = ingestClassification === "detected";
|
|
4412
|
-
if (runOpts.operator_consent && !ingestConsentApplies) {
|
|
4413
|
-
result.ack = true;
|
|
4414
|
-
result.ack_applied = false;
|
|
4415
|
-
result.ack_skipped_reason = `classification=${ingestClassification || "unknown"}; consent only persisted when classification=detected (jurisdiction clock at stake).`;
|
|
4416
|
-
}
|
|
4417
|
-
const persisted = persistAttestation({
|
|
4418
|
-
sessionId: result.session_id,
|
|
4419
|
-
playbookId: result.playbook_id,
|
|
4420
|
-
directiveId: result.directive_id,
|
|
4421
|
-
evidenceHash: result.evidence_hash,
|
|
4422
|
-
operator: runOpts.operator,
|
|
4423
|
-
operatorConsent: ingestConsentApplies ? runOpts.operator_consent : null,
|
|
4424
|
-
submission: cleanedSubmission,
|
|
4425
|
-
runOpts,
|
|
4426
|
-
forceOverwrite: !!args["force-overwrite"],
|
|
4427
|
-
filename: "attestation.json",
|
|
4428
|
-
});
|
|
4429
|
-
if (!persisted.ok) {
|
|
4430
|
-
// Route every persist-failure shape through emitError so the
|
|
4431
|
-
// emit() ok:false → exitCode contract applies uniformly. Three
|
|
4432
|
-
// exit classes: LOCK_CONTENTION (transient), STORAGE_EXHAUSTED
|
|
4433
|
-
// (infra), SESSION_ID_COLLISION (operator decision).
|
|
4434
|
-
const ctx = { session_id: result.session_id, existing_path: persisted.existingPath };
|
|
4435
|
-
if (persisted.lock_contention) {
|
|
4436
|
-
ctx.lock_contention = true;
|
|
4437
|
-
ctx.exit_code = EXIT_CODES.LOCK_CONTENTION;
|
|
4438
|
-
}
|
|
4439
|
-
if (persisted.storage_exhausted) {
|
|
4440
|
-
ctx.storage_exhausted = true;
|
|
4441
|
-
ctx.exit_code = EXIT_CODES.STORAGE_EXHAUSTED;
|
|
4442
|
-
}
|
|
4443
|
-
emitError(persisted.error, ctx, pretty);
|
|
4444
|
-
if (persisted.lock_contention) process.exitCode = EXIT_CODES.LOCK_CONTENTION;
|
|
4445
|
-
else if (persisted.storage_exhausted) process.exitCode = EXIT_CODES.STORAGE_EXHAUSTED;
|
|
4446
|
-
else process.exitCode = EXIT_CODES.SESSION_ID_COLLISION;
|
|
4447
|
-
return;
|
|
4448
|
-
}
|
|
4449
|
-
if (persisted.prior_session_id) {
|
|
4450
|
-
result.attestation_persist = { ok: true, prior_session_id: persisted.prior_session_id, overwrote_at: persisted.overwrote_at };
|
|
4451
|
-
}
|
|
4452
|
-
}
|
|
4453
|
-
|
|
4454
|
-
if (result && result.ok === false) {
|
|
4455
|
-
emit(result, pretty);
|
|
4456
|
-
return;
|
|
4457
|
-
}
|
|
4458
|
-
emit(result, pretty);
|
|
4459
|
-
}
|
|
4460
|
-
|
|
4461
4314
|
/**
|
|
4462
4315
|
* Resolve the attestation root for a given run. Resolution order (most-specific
|
|
4463
4316
|
* first):
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-
|
|
3
|
+
"generated_at": "2026-05-29T00:05:09.817Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "2075a9d45002fe52785b0aa326d3bf6531f6b9b611c4c8ae166b413ca5f06b8c",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
11
|
-
"data/cwe-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "57b8a1b4e1c3f524a76b4bded09b3082b36b783db3df116f863892072e0f65e9",
|
|
10
|
+
"data/cve-catalog.json": "5849b48dd5489ba6d10cbd3b0b25c9d8412e3932e0ae2304364ec95cf254ec97",
|
|
11
|
+
"data/cwe-catalog.json": "0fd275c2a61754958d68cea03a92794a67cf1c1d4d609f81a5728334df013ee3",
|
|
12
12
|
"data/d3fend-catalog.json": "9a54bccb9f24f84b32024216cc3f53819a053721ac8ab43c326859e68fc0ffaf",
|
|
13
13
|
"data/dlp-controls.json": "d2406c482dddd30e49203879999dc4b3a7fd4d0494d6a61d86b91ee76415df19",
|
|
14
14
|
"data/exploit-availability.json": "ec2656f0d9a893610e27b43eb6035fe9b18e057c9f6dfaac7e7d4959bbcbb795",
|
|
15
|
-
"data/framework-control-gaps.json": "
|
|
15
|
+
"data/framework-control-gaps.json": "29e7b6aa841ddf2530ca5971bdb60d7a715684b2f6264141ad49f0de9a039d78",
|
|
16
16
|
"data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
|
|
17
17
|
"data/rfc-references.json": "b21d03b948c41bc8a854e2f057948ecf844bd8c105848aeb141d1eadf8192c31",
|
|
18
|
-
"data/zeroday-lessons.json": "
|
|
18
|
+
"data/zeroday-lessons.json": "e8202ffa99ed7c7d40b89ee5eedbea33839048cbff482e09329292e6700a5157",
|
|
19
19
|
"skills/kernel-lpe-triage/skill.md": "08b3e9815ba481c57c80f5fc0ccbf5bb7cbb41f570c235ba6ff9596b8c07354d",
|
|
20
20
|
"skills/ai-attack-surface/skill.md": "c4c1eb22a38ca7a959b5725222bab8fbd4f4044a548a93f3e288e6f698334b72",
|
|
21
21
|
"skills/mcp-agent-trust/skill.md": "89ac89084391d2341b6513fefb1be2d36b93de1c130f057696219c1c59440f13",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"dlp_refs": 0
|
|
73
73
|
},
|
|
74
74
|
"trigger_table_entries": 538,
|
|
75
|
-
"chains_cve_entries":
|
|
76
|
-
"chains_cwe_entries":
|
|
75
|
+
"chains_cve_entries": 416,
|
|
76
|
+
"chains_cwe_entries": 173,
|
|
77
77
|
"jurisdictions_indexed": 29,
|
|
78
78
|
"handoff_dag_nodes": 42,
|
|
79
79
|
"summary_cards": 42,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"artifact": "data/cwe-catalog.json",
|
|
99
99
|
"path": "data/cwe-catalog.json",
|
|
100
100
|
"schema_version": "1.0.0",
|
|
101
|
-
"entry_count":
|
|
101
|
+
"entry_count": 173
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"date": "2026-05-19",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"artifact": "data/cve-catalog.json",
|
|
150
150
|
"path": "data/cve-catalog.json",
|
|
151
151
|
"schema_version": "1.0.0",
|
|
152
|
-
"entry_count":
|
|
152
|
+
"entry_count": 427
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"date": "2026-05-18",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"artifact": "data/zeroday-lessons.json",
|
|
166
166
|
"path": "data/zeroday-lessons.json",
|
|
167
167
|
"schema_version": "1.1.0",
|
|
168
|
-
"entry_count":
|
|
168
|
+
"entry_count": 422
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"date": "2026-05-17",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"rebuild_after_days": 365,
|
|
63
63
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
64
64
|
},
|
|
65
|
-
"entry_count":
|
|
65
|
+
"entry_count": 427,
|
|
66
66
|
"sample_keys": [
|
|
67
|
-
"CVE-2025-
|
|
68
|
-
"CVE-2025-
|
|
69
|
-
"CVE-
|
|
70
|
-
"CVE-2025-
|
|
71
|
-
"CVE-
|
|
67
|
+
"CVE-2025-0282",
|
|
68
|
+
"CVE-2025-22457",
|
|
69
|
+
"CVE-2025-31324",
|
|
70
|
+
"CVE-2025-31161",
|
|
71
|
+
"CVE-2025-30066"
|
|
72
72
|
]
|
|
73
73
|
},
|
|
74
74
|
"cwe-catalog.json": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"rebuild_after_days": 365,
|
|
85
85
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
86
86
|
},
|
|
87
|
-
"entry_count":
|
|
87
|
+
"entry_count": 173,
|
|
88
88
|
"sample_keys": [
|
|
89
89
|
"CWE-20",
|
|
90
90
|
"CWE-22",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"rebuild_after_days": 365,
|
|
239
239
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
240
240
|
},
|
|
241
|
-
"entry_count":
|
|
241
|
+
"entry_count": 422,
|
|
242
242
|
"sample_keys": [
|
|
243
243
|
"CVE-2026-31431",
|
|
244
244
|
"CVE-2025-53773",
|