@blamejs/exceptd-skills 0.12.39 → 0.12.41
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 +17 -0
- package/ARCHITECTURE.md +7 -4
- package/CHANGELOG.md +136 -237
- package/CONTEXT.md +2 -2
- package/README.md +2 -8
- package/agents/threat-researcher.md +2 -2
- package/bin/exceptd.js +134 -39
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +1 -1
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/chains.json +2794 -800
- package/data/_indexes/frequency.json +4 -0
- package/data/_indexes/section-offsets.json +20 -20
- package/data/_indexes/token-budget.json +5 -5
- package/data/cve-catalog.json +21 -28
- package/data/exploit-availability.json +1 -0
- package/data/framework-control-gaps.json +229 -193
- package/data/global-frameworks.json +1 -0
- package/data/playbooks/crypto-codebase.json +13 -0
- package/data/zeroday-lessons.json +1 -0
- package/lib/framework-gap.js +13 -3
- package/lib/lint-skills.js +1 -1
- package/lib/playbook-runner.js +8 -4
- package/lib/scoring.js +9 -1
- package/lib/sign.js +40 -7
- package/lib/verify.js +5 -5
- package/manifest-snapshot.json +1 -1
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +45 -45
- package/orchestrator/README.md +7 -7
- package/orchestrator/index.js +32 -14
- package/orchestrator/scheduler.js +2 -2
- package/package.json +1 -1
- package/sbom.cdx.json +36 -36
- package/scripts/check-test-coverage.js +6 -6
- package/scripts/refresh-reverse-refs.js +42 -15
- package/skills/mlops-security/skill.md +1 -1
package/CONTEXT.md
CHANGED
|
@@ -114,7 +114,7 @@ Skills and playbooks read from `data/`. Authoritative catalog inventory:
|
|
|
114
114
|
| File | Entries | Purpose |
|
|
115
115
|
|------|---------|---------|
|
|
116
116
|
| `cve-catalog.json` | 10 | CVEs with CVSS, RWEP score, EPSS estimates, CISA KEV flags, PoC and live-patch availability |
|
|
117
|
-
| `atlas-ttps.json` | 15 | MITRE ATLAS v5.
|
|
117
|
+
| `atlas-ttps.json` | 15 | MITRE ATLAS v5.4.0 (February 2026) techniques with framework gap flags |
|
|
118
118
|
| `attack-techniques.json` | 79 | MITRE ATT&CK techniques with framework coverage mappings |
|
|
119
119
|
| `framework-control-gaps.json` | 62 | Framework control gap entries: designed-for vs. what each control misses |
|
|
120
120
|
| `exploit-availability.json` | 10 | Per-CVE PoC locations, weaponization stage, AI-acceleration factor, live-patch status |
|
|
@@ -245,7 +245,7 @@ The `researcher` **skill** (front-door dispatcher) and `threat-researcher` **age
|
|
|
245
245
|
|------|------------|
|
|
246
246
|
| RWEP | Real-World Exploit Priority — risk score beyond CVSS |
|
|
247
247
|
| KEV | CISA Known Exploited Vulnerabilities catalog |
|
|
248
|
-
| ATLAS | MITRE ATLAS v5.
|
|
248
|
+
| ATLAS | MITRE ATLAS v5.4.0 — AI threat framework |
|
|
249
249
|
| MCP | Model Context Protocol — AI tool integration standard |
|
|
250
250
|
| HNDL | Harvest-Now-Decrypt-Later — quantum threat to current crypto |
|
|
251
251
|
| Framework lag | Gap between what a framework requires and what current TTPs demand |
|
package/README.md
CHANGED
|
@@ -30,13 +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)
|
|
34
|
-
|
|
35
|
-
**v0.10.0 introduced the seven-phase playbook contract** — exceptd ships playbooks under `data/playbooks/*.json` that host AIs (Claude Code, Cursor, Gemini CLI, Codex) execute through seven phases: `govern → direct → look → detect → analyze → validate → close`. exceptd owns govern / direct / analyze / validate / close (knowledge + GRC layer); the host AI owns look / detect (artifact collection + indicator evaluation with its native Bash/Read/Grep/Glob).
|
|
36
|
-
|
|
37
|
-
**v0.11.0 collapses the 21-verb CLI into 11 canonical verbs** + flips the default output to human-readable. The new surface: `discover` (scan cwd → recommend playbooks), `brief` (unified info doc, replaces plan + govern + direct + look), `run` (phases 4-7, with flat or nested submission shape, auto-detect cwd context), `ai-run` (JSONL streaming variant for AI conversational flow), `attest` (subverbs: list / show / export / verify / diff — replaces reattest + list-attestations), `doctor` (one-shot health check — signatures + currency + cve/rfc validation + signing status), `ci` (one-shot CI gate, exit-2 on detected or rwep ≥ escalate), `ask` (plain-English routing), `lint` (pre-flight submission shape check). Attestation root moved from cwd-relative `.exceptd/` to `~/.exceptd/attestations/<repo-or-host-tag>/`. v0.10.x verbs (`plan`/`govern`/`direct`/`look`/`scan`/`dispatch`/`currency`/`verify`/`validate-cves`/`validate-rfcs`/`watchlist`/`prefetch`/`build-indexes`/`ingest`/`reattest`/`list-attestations`) still work via one-time deprecation banner — scheduled for removal in v0.13.
|
|
38
|
-
|
|
39
|
-
**v0.11 series** — CLI ergonomics and signature-verify hardening: mutex filesystem lockfile, `--vex` filter, `--ci` exit-code gating, `--diff-from-latest`, `--operator`/`--ack` attestation binding, `--format <fmt>` transforms output for `run` and `ci`, `ask` synonym routing, `lint` shares the normalize contract with the runner, CSAF/SARIF/OpenVEX bundles include indicator hits and framework gaps for posture-only playbooks, CSAF `current_release_date` populated, SARIF rule definitions for every ruleId, `doctor --fix` repairs a missing private key, `--strict-preconditions` flag, default human output for `attest list` and `lint` on TTY. Regression coverage at `tests/operator-bugs.test.js` catches re-introductions at `npm test`.
|
|
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 10 intelligence catalogs (CVE / ATLAS / ATT&CK / CWE / D3FEND / DLP / RFC / framework gaps / global frameworks / zero-day lessons) covering 35 jurisdictions, 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 into auto-PRs for editorial review.
|
|
40
34
|
|
|
41
35
|
---
|
|
42
36
|
|
|
@@ -178,7 +172,7 @@ You're adding a skill, updating a catalog, or cutting a release. Clone + bootstr
|
|
|
178
172
|
git clone https://github.com/blamejs/exceptd-skills
|
|
179
173
|
cd exceptd-skills
|
|
180
174
|
npm run bootstrap # auto-detects: verify-only / re-sign / first-init
|
|
181
|
-
npm run predeploy # full
|
|
175
|
+
npm run predeploy # full predeploy gate sequence locally
|
|
182
176
|
```
|
|
183
177
|
|
|
184
178
|
`bootstrap` auto-detects the right mode based on which keys exist on disk:
|
|
@@ -52,9 +52,9 @@ Research and validate new threat intelligence — CVEs, attack campaigns, new AT
|
|
|
52
52
|
- Distinguish: "CISA KEV confirmed" vs. "suspected" vs. "no evidence"
|
|
53
53
|
|
|
54
54
|
6. **Map to ATLAS/ATT&CK**
|
|
55
|
-
- Identify which ATLAS v5.
|
|
55
|
+
- Identify which ATLAS v5.4.0 TTPs are relevant to this CVE's attack vector
|
|
56
56
|
- Identify which ATT&CK techniques are relevant
|
|
57
|
-
- Flag any ATLAS gaps (attack pattern not in ATLAS v5.
|
|
57
|
+
- Flag any ATLAS gaps (attack pattern not in ATLAS v5.4.0)
|
|
58
58
|
|
|
59
59
|
7. **Identify affected skills**
|
|
60
60
|
- Which skills cover the CVE's technology domain?
|
package/bin/exceptd.js
CHANGED
|
@@ -528,7 +528,7 @@ function main() {
|
|
|
528
528
|
`Legacy verbs remain functional through this release; they will be removed in v0.13. ` +
|
|
529
529
|
`This banner shows once per exceptd version per host (re-shown on upgrade). Permanent suppress: export EXCEPTD_DEPRECATION_SHOWN=1.\n`
|
|
530
530
|
);
|
|
531
|
-
try { fs.writeFileSync(markerFile, `shown_at=${new Date().toISOString()}\nversion=${ver}\n
|
|
531
|
+
try { fs.writeFileSync(markerFile, `shown_at=${new Date().toISOString()}\nversion=${ver}\n`, { mode: 0o600 }); }
|
|
532
532
|
catch { /* tmpdir unwritable; the env-var guard below keeps the per-process suppression intact */ }
|
|
533
533
|
}
|
|
534
534
|
process.env.EXCEPTD_DEPRECATION_SHOWN = "1";
|
|
@@ -2858,8 +2858,10 @@ function cmdRun(runner, args, runOpts, pretty) {
|
|
|
2858
2858
|
// exit-code expectations regardless of which verb they call. Without
|
|
2859
2859
|
// --ci the legacy exit 1 is preserved (ok:false bodies are framework
|
|
2860
2860
|
// signals when no CI gating is requested).
|
|
2861
|
-
|
|
2861
|
+
// Set exitCode BEFORE emit(): emit's ok:false fallback only fires when
|
|
2862
|
+
// exitCode is not already set, so the BLOCKED override survives.
|
|
2862
2863
|
process.exitCode = args.ci ? EXIT_CODES.BLOCKED : EXIT_CODES.GENERIC_FAILURE;
|
|
2864
|
+
emit(result, pretty);
|
|
2863
2865
|
return;
|
|
2864
2866
|
}
|
|
2865
2867
|
|
|
@@ -3535,8 +3537,7 @@ function cmdIngest(runner, args, runOpts, pretty) {
|
|
|
3535
3537
|
}
|
|
3536
3538
|
|
|
3537
3539
|
if (result && result.ok === false) {
|
|
3538
|
-
|
|
3539
|
-
process.exitCode = EXIT_CODES.GENERIC_FAILURE;
|
|
3540
|
+
emit(result, pretty);
|
|
3540
3541
|
return;
|
|
3541
3542
|
}
|
|
3542
3543
|
emit(result, pretty);
|
|
@@ -3864,10 +3865,15 @@ function maybeSignAttestation(filePath) {
|
|
|
3864
3865
|
// operators without the keypair get a single nudge per session telling them
|
|
3865
3866
|
// exactly how to enable signing.
|
|
3866
3867
|
if (!fs.existsSync(privKeyPath) && !process.env.EXCEPTD_UNSIGNED_WARNED) {
|
|
3868
|
+
// Cycle 20 A P2 (v0.12.40): operator-facing verb `exceptd doctor --fix`
|
|
3869
|
+
// calls sign.js generate-keypair under the hood. Pre-fix the message
|
|
3870
|
+
// hinted at a node-internal script path that's not on PATH after
|
|
3871
|
+
// `npm install -g`. Surface the doctor route first; cite the lib
|
|
3872
|
+
// script only as the contributor / non-npm-installed fallback.
|
|
3867
3873
|
process.stderr.write(
|
|
3868
3874
|
"[attest] attestation will be written UNSIGNED (no private key at .keys/private.pem). " +
|
|
3869
3875
|
"Operators reading the attestation later can verify the SHA-256 hash but not authenticity. " +
|
|
3870
|
-
"Enable Ed25519 signing: `node lib/sign.js generate-keypair
|
|
3876
|
+
"Enable Ed25519 signing: `exceptd doctor --fix` (or for contributor checkouts: `node $(exceptd path)/lib/sign.js generate-keypair`). " +
|
|
3871
3877
|
"Suppress this notice: export EXCEPTD_UNSIGNED_WARNED=1.\n"
|
|
3872
3878
|
);
|
|
3873
3879
|
process.env.EXCEPTD_UNSIGNED_WARNED = "1";
|
|
@@ -3892,13 +3898,18 @@ function maybeSignAttestation(filePath) {
|
|
|
3892
3898
|
algorithm: "Ed25519",
|
|
3893
3899
|
signature_base64: sig.toString("base64"),
|
|
3894
3900
|
note: "Ed25519 signature covers the attestation file bytes only. Use filesystem mtime for freshness; use the attestation's `captured_at` for the signed timestamp.",
|
|
3895
|
-
}, null, 2));
|
|
3901
|
+
}, null, 2), { mode: 0o600 });
|
|
3902
|
+
// Mirror the v0.12.38 attestation.json hardening: 0o600 on POSIX +
|
|
3903
|
+
// icacls inheritance strip on win32. The sidecar carries the
|
|
3904
|
+
// signature payload; multi-tenant hosts shouldn't leak it.
|
|
3905
|
+
try { require("./../lib/sign.js").restrictWindowsAcl(sigPath); } catch { /* best-effort */ }
|
|
3896
3906
|
} else {
|
|
3897
3907
|
fs.writeFileSync(sigPath, JSON.stringify({
|
|
3898
3908
|
algorithm: "unsigned",
|
|
3899
3909
|
signed: false,
|
|
3900
|
-
note: "No private key at .keys/private.pem — attestation is hash-stable but unsigned. Run `
|
|
3901
|
-
}, null, 2));
|
|
3910
|
+
note: "No private key at .keys/private.pem — attestation is hash-stable but unsigned. Run `exceptd doctor --fix` to enable signing.",
|
|
3911
|
+
}, null, 2), { mode: 0o600 });
|
|
3912
|
+
try { require("./../lib/sign.js").restrictWindowsAcl(sigPath); } catch { /* best-effort */ }
|
|
3902
3913
|
}
|
|
3903
3914
|
} catch { /* non-fatal — signing failure shouldn't block the run */ }
|
|
3904
3915
|
}
|
|
@@ -4472,6 +4483,23 @@ function cmdAttest(runner, args, runOpts, pretty) {
|
|
|
4472
4483
|
if (!subverb) {
|
|
4473
4484
|
return emitError("attest: missing subverb. Usage: attest list | show <sid> | export <sid> | verify <sid> | diff <sid>", null, pretty);
|
|
4474
4485
|
}
|
|
4486
|
+
// Validate subverb membership BEFORE the session-id branch so a typo
|
|
4487
|
+
// (`attest verfy sid`) gets the did-you-mean response, not the
|
|
4488
|
+
// misleading "no session dir for sid" downstream. Pre-fix the
|
|
4489
|
+
// session-id resolution ran first and a valid-but-unrecognized
|
|
4490
|
+
// subverb collapsed into a session-lookup failure.
|
|
4491
|
+
const ATTEST_SUBVERBS = ["list", "show", "export", "verify", "diff"];
|
|
4492
|
+
if (!ATTEST_SUBVERBS.includes(subverb)) {
|
|
4493
|
+
const dym = suggestVerb(subverb, ATTEST_SUBVERBS);
|
|
4494
|
+
const hint = dym.length > 0
|
|
4495
|
+
? `Did you mean: ${dym.join(" | ")}? Accepted: ${ATTEST_SUBVERBS.join(" | ")}.`
|
|
4496
|
+
: `Accepted: ${ATTEST_SUBVERBS.join(" | ")}.`;
|
|
4497
|
+
return emitError(
|
|
4498
|
+
`attest: unknown subverb "${subverb}". ${hint}`,
|
|
4499
|
+
{ verb: "attest", subverb_input: subverb, did_you_mean: dym, accepted_subverbs: ATTEST_SUBVERBS },
|
|
4500
|
+
pretty
|
|
4501
|
+
);
|
|
4502
|
+
}
|
|
4475
4503
|
// `list` doesn't require a session-id positional.
|
|
4476
4504
|
if (subverb === "list") {
|
|
4477
4505
|
return cmdListAttestations(runner, args, runOpts, pretty);
|
|
@@ -4563,6 +4591,15 @@ function cmdAttest(runner, args, runOpts, pretty) {
|
|
|
4563
4591
|
return emitError(`attest diff --against ${args.against}: no attestations under that session id.`, null, pretty);
|
|
4564
4592
|
}
|
|
4565
4593
|
const self = attestations[0];
|
|
4594
|
+
if (!self) {
|
|
4595
|
+
// Session dir contains only replay records, no attestation —
|
|
4596
|
+
// diff has nothing to compare on the A side.
|
|
4597
|
+
return emitError(
|
|
4598
|
+
`attest diff ${sessionId}: no attestation found in session dir (only replay records). The session may be replay-only; verify with \`exceptd attest show ${sessionId}\`.`,
|
|
4599
|
+
{ verb: "attest diff", session_id: sessionId, attestation_count: 0, replay_count: replays.length },
|
|
4600
|
+
pretty
|
|
4601
|
+
);
|
|
4602
|
+
}
|
|
4566
4603
|
emit({
|
|
4567
4604
|
verb: "attest diff",
|
|
4568
4605
|
a_session: sessionId,
|
|
@@ -4594,10 +4631,6 @@ function cmdAttest(runner, args, runOpts, pretty) {
|
|
|
4594
4631
|
return cmdReattest(runner, args, {}, pretty);
|
|
4595
4632
|
}
|
|
4596
4633
|
|
|
4597
|
-
if (subverb === "list") {
|
|
4598
|
-
return cmdListAttestations(runner, args, {}, pretty);
|
|
4599
|
-
}
|
|
4600
|
-
|
|
4601
4634
|
if (subverb === "verify") {
|
|
4602
4635
|
const crypto = require("crypto");
|
|
4603
4636
|
const pubKeyPath = path.join(PKG_ROOT, "keys", "public.pem");
|
|
@@ -4791,7 +4824,10 @@ function cmdAttest(runner, args, runOpts, pretty) {
|
|
|
4791
4824
|
return;
|
|
4792
4825
|
}
|
|
4793
4826
|
|
|
4794
|
-
|
|
4827
|
+
// Unreachable — front-loaded subverb membership check above handles
|
|
4828
|
+
// unknown subverbs. Defensive return so future refactors that move
|
|
4829
|
+
// the gate don't silently fall through.
|
|
4830
|
+
return emitError(`attest: unknown subverb "${subverb}".`, { verb: "attest", subverb_input: subverb }, pretty);
|
|
4795
4831
|
}
|
|
4796
4832
|
|
|
4797
4833
|
/**
|
|
@@ -5330,7 +5366,7 @@ function cmdDoctor(runner, args, runOpts, pretty) {
|
|
|
5330
5366
|
severity: present ? "info" : "warn",
|
|
5331
5367
|
private_key_present: present,
|
|
5332
5368
|
can_sign_attestations: present,
|
|
5333
|
-
...(present ? {} : { hint: "run `node lib/sign.js generate-keypair`
|
|
5369
|
+
...(present ? {} : { hint: "run `exceptd doctor --fix` to generate an Ed25519 keypair and sign skills (or `node $(exceptd path)/lib/sign.js generate-keypair` from a contributor checkout)" }),
|
|
5334
5370
|
};
|
|
5335
5371
|
} catch (e) {
|
|
5336
5372
|
checks.signing = { ok: false, error: e.message };
|
|
@@ -5405,27 +5441,78 @@ function cmdDoctor(runner, args, runOpts, pretty) {
|
|
|
5405
5441
|
},
|
|
5406
5442
|
};
|
|
5407
5443
|
|
|
5408
|
-
//
|
|
5409
|
-
//
|
|
5410
|
-
//
|
|
5444
|
+
// --fix runs BEFORE the JSON early-return so `exceptd doctor --fix --json`
|
|
5445
|
+
// actually fixes (was a no-op pre-v0.11.6). Re-runs the signing check
|
|
5446
|
+
// after fix so the returned JSON reflects the post-fix state.
|
|
5447
|
+
//
|
|
5448
|
+
// Safety: lib/sign.js generateKeypair() refuses if keys/public.pem
|
|
5449
|
+
// already exists (overwriting it would orphan every shipped signature —
|
|
5450
|
+
// the v0.11.x regression class). Surface that refusal as a distinct
|
|
5451
|
+
// fix_attempted reason so operators see WHY the fix declined.
|
|
5452
|
+
// After successful key generation, chain sign-all so the manifest +
|
|
5453
|
+
// every shipped skill carries a signature paired with the new public
|
|
5454
|
+
// key. Without this chain, `doctor --fix` succeeds but the very next
|
|
5455
|
+
// `exceptd doctor` (signatures check) reports 0/N passing.
|
|
5411
5456
|
if (args.fix && checks.signing && !checks.signing.private_key_present) {
|
|
5412
|
-
|
|
5413
|
-
|
|
5457
|
+
const pubKeyExists = fs.existsSync(path.join(PKG_ROOT, "keys", "public.pem"));
|
|
5458
|
+
if (pubKeyExists) {
|
|
5459
|
+
out.summary.fix_attempted = "ed25519_keypair_generation_declined";
|
|
5460
|
+
out.summary.fix_decline_reason = "keys/public.pem already exists but no matching private key. Generating a fresh keypair would overwrite the public key and orphan every shipped signature. If you intend to establish a new signing identity, run `node $(exceptd path)/lib/sign.js generate-keypair --rotate` followed by sign-all.";
|
|
5461
|
+
process.stderr.write("[doctor --fix] refused: keys/public.pem present without matching private key. Pass --rotate via the underlying lib/sign.js if a new identity is intended.\n");
|
|
5462
|
+
} else {
|
|
5463
|
+
process.stderr.write("[doctor --fix] generating Ed25519 keypair...\n");
|
|
5464
|
+
const r = require("child_process").spawnSync(process.execPath, [path.join(PKG_ROOT, "lib", "sign.js"), "generate-keypair"], {
|
|
5465
|
+
stdio: ["ignore", "pipe", "pipe"], cwd: PKG_ROOT,
|
|
5466
|
+
});
|
|
5467
|
+
if (r.status === 0) {
|
|
5468
|
+
// Chain sign-all so the manifest + skills carry signatures paired
|
|
5469
|
+
// with the new keypair. Without this every shipped signature is
|
|
5470
|
+
// invalid against the new public key.
|
|
5471
|
+
process.stderr.write("[doctor --fix] keypair generated — signing skills + manifest...\n");
|
|
5472
|
+
const s = require("child_process").spawnSync(process.execPath, [path.join(PKG_ROOT, "lib", "sign.js"), "sign-all"], {
|
|
5473
|
+
stdio: ["ignore", "pipe", "pipe"], cwd: PKG_ROOT,
|
|
5474
|
+
});
|
|
5475
|
+
const keyPath = path.join(PKG_ROOT, ".keys", "private.pem");
|
|
5476
|
+
const present = fs.existsSync(keyPath);
|
|
5477
|
+
checks.signing = { ok: present, severity: present ? "info" : "warn", private_key_present: present, can_sign_attestations: present };
|
|
5478
|
+
out.checks = checks;
|
|
5479
|
+
if (s.status === 0) {
|
|
5480
|
+
out.summary.fix_applied = "ed25519_keypair_generated_and_skills_signed";
|
|
5481
|
+
process.stderr.write("[doctor --fix] keypair + sign-all complete — re-checking signing status.\n");
|
|
5482
|
+
} else {
|
|
5483
|
+
out.summary.fix_applied = "ed25519_keypair_generated";
|
|
5484
|
+
out.summary.fix_partial = "sign_all_failed";
|
|
5485
|
+
out.summary.sign_all_exit_code = s.status;
|
|
5486
|
+
process.stderr.write(`[doctor --fix] WARNING: keypair generated but sign-all failed (exit=${s.status}). Skills carry signatures from a different key; verify will report mismatches.\n`);
|
|
5487
|
+
}
|
|
5488
|
+
} else {
|
|
5489
|
+
out.summary.fix_attempted = "ed25519_keypair_generation_failed";
|
|
5490
|
+
out.summary.fix_exit_code = r.status;
|
|
5491
|
+
process.stderr.write(`[doctor --fix] generation failed (exit=${r.status}); run \`node $(exceptd path)/lib/sign.js generate-keypair\` manually.\n`);
|
|
5492
|
+
}
|
|
5493
|
+
}
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5496
|
+
// Second --fix path: private key IS present but the signatures check
|
|
5497
|
+
// FAILED. This is the post-rotation case (codex P2 v0.12.41): operator
|
|
5498
|
+
// ran `node $(exceptd path)/lib/sign.js generate-keypair --rotate`,
|
|
5499
|
+
// got a fresh keypair, but the manifest + skills still carry signatures
|
|
5500
|
+
// from the OLD keypair. Pre-fix doctor --fix's signing path only fired
|
|
5501
|
+
// when the private key was missing, so the rotation flow's remediation
|
|
5502
|
+
// step was a no-op. Chain sign-all here so the post-rotate doctor --fix
|
|
5503
|
+
// converges to a fully-verified state.
|
|
5504
|
+
if (args.fix && checks.signing && checks.signing.private_key_present && checks.signatures && checks.signatures.ok === false && !out.summary.fix_applied && !out.summary.fix_attempted) {
|
|
5505
|
+
process.stderr.write("[doctor --fix] private key present, signatures failing — running sign-all to re-sign skills + manifest...\n");
|
|
5506
|
+
const s = require("child_process").spawnSync(process.execPath, [path.join(PKG_ROOT, "lib", "sign.js"), "sign-all"], {
|
|
5414
5507
|
stdio: ["ignore", "pipe", "pipe"], cwd: PKG_ROOT,
|
|
5415
5508
|
});
|
|
5416
|
-
if (
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
const keyPath = path.join(PKG_ROOT, ".keys", "private.pem");
|
|
5420
|
-
const present = fs.existsSync(keyPath);
|
|
5421
|
-
checks.signing = { ok: present, severity: present ? "info" : "warn", private_key_present: present, can_sign_attestations: present };
|
|
5422
|
-
out.checks = checks;
|
|
5423
|
-
out.summary.fix_applied = "ed25519_keypair_generated";
|
|
5424
|
-
process.stderr.write("[doctor --fix] keypair generated — re-checking signing status.\n");
|
|
5509
|
+
if (s.status === 0) {
|
|
5510
|
+
out.summary.fix_applied = "skills_resigned_against_current_keypair";
|
|
5511
|
+
process.stderr.write("[doctor --fix] sign-all complete — re-run `exceptd doctor` to confirm.\n");
|
|
5425
5512
|
} else {
|
|
5426
|
-
out.summary.fix_attempted = "
|
|
5427
|
-
out.summary.
|
|
5428
|
-
process.stderr.write(`[doctor --fix]
|
|
5513
|
+
out.summary.fix_attempted = "sign_all_failed";
|
|
5514
|
+
out.summary.sign_all_exit_code = s.status;
|
|
5515
|
+
process.stderr.write(`[doctor --fix] sign-all failed (exit=${s.status}); run \`node $(exceptd path)/lib/sign.js sign-all\` manually.\n`);
|
|
5429
5516
|
}
|
|
5430
5517
|
}
|
|
5431
5518
|
|
|
@@ -5504,7 +5591,7 @@ function cmdDoctor(runner, args, runOpts, pretty) {
|
|
|
5504
5591
|
if (checks.signing.private_key_present) {
|
|
5505
5592
|
lines.push(` [ok] attestation signing: private key present (.keys/private.pem)`);
|
|
5506
5593
|
} else {
|
|
5507
|
-
lines.push(` [!!] attestation signing: private key MISSING (.keys/private.pem) — run \`
|
|
5594
|
+
lines.push(` [!!] attestation signing: private key MISSING (.keys/private.pem) — run \`exceptd doctor --fix\` to enable`);
|
|
5508
5595
|
}
|
|
5509
5596
|
}
|
|
5510
5597
|
lines.push("");
|
|
@@ -5521,7 +5608,11 @@ function cmdDoctor(runner, args, runOpts, pretty) {
|
|
|
5521
5608
|
if (out.summary.fix_applied) {
|
|
5522
5609
|
process.stdout.write(`\n[doctor --fix] ${out.summary.fix_applied} — re-run \`exceptd doctor\` to confirm.\n`);
|
|
5523
5610
|
} else if (out.summary.fix_attempted) {
|
|
5524
|
-
|
|
5611
|
+
if (out.summary.fix_decline_reason) {
|
|
5612
|
+
process.stdout.write(`\n[doctor --fix] ${out.summary.fix_attempted}: ${out.summary.fix_decline_reason}\n`);
|
|
5613
|
+
} else {
|
|
5614
|
+
process.stdout.write(`\n[doctor --fix] ${out.summary.fix_attempted} (exit=${out.summary.fix_exit_code}); run \`node $(exceptd path)/lib/sign.js generate-keypair\` from a contributor checkout if needed.\n`);
|
|
5615
|
+
}
|
|
5525
5616
|
process.exitCode = EXIT_CODES.GENERIC_FAILURE;
|
|
5526
5617
|
return;
|
|
5527
5618
|
}
|
|
@@ -5759,10 +5850,11 @@ function cmdAiRun(runner, args, runOpts, pretty) {
|
|
|
5759
5850
|
);
|
|
5760
5851
|
}
|
|
5761
5852
|
if (!result || result.ok === false) {
|
|
5762
|
-
//
|
|
5763
|
-
//
|
|
5764
|
-
|
|
5765
|
-
|
|
5853
|
+
// Route through emit() so the body lands on stdout (per v0.12.39
|
|
5854
|
+
// envelope contracts) and exitCode is set by the shared ok:false
|
|
5855
|
+
// fallback. Pre-fix the body went to stderr, which split it from
|
|
5856
|
+
// the success path and made consumers parse two streams.
|
|
5857
|
+
emit(result || { ok: false, error: 'ai-run returned empty result' }, pretty);
|
|
5766
5858
|
return;
|
|
5767
5859
|
}
|
|
5768
5860
|
// v0.12.14: ai-run --no-stream previously emitted a
|
|
@@ -6127,7 +6219,10 @@ function cmdAsk(runner, args, runOpts, pretty) {
|
|
|
6127
6219
|
routed_to: [],
|
|
6128
6220
|
hint: "No playbook matched. Try `exceptd brief --all` to see what's available, or `exceptd discover` to detect what's in your cwd.",
|
|
6129
6221
|
};
|
|
6130
|
-
|
|
6222
|
+
// Honor --pretty as an implicit opt-in to structured output, matching
|
|
6223
|
+
// the discover/doctor convention. Pre-fix `ask "..." --pretty` fell
|
|
6224
|
+
// into the human-text branch and silently ignored the flag.
|
|
6225
|
+
if (args.json || args.pretty) return emit(result, pretty);
|
|
6131
6226
|
process.stdout.write(`ask: ${question}\n no playbook matched.\n try: exceptd discover (auto-detect what's in your cwd)\n`);
|
|
6132
6227
|
return;
|
|
6133
6228
|
}
|
|
@@ -6140,7 +6235,7 @@ function cmdAsk(runner, args, runOpts, pretty) {
|
|
|
6140
6235
|
next_step: `exceptd run ${top[0].id} # or: exceptd brief ${top[0].id} to learn first`,
|
|
6141
6236
|
full_match_list: top,
|
|
6142
6237
|
};
|
|
6143
|
-
if (args.json) return emit(result, pretty);
|
|
6238
|
+
if (args.json || args.pretty) return emit(result, pretty);
|
|
6144
6239
|
process.stdout.write(`ask: ${question}\n top match: ${top[0].id} (score ${top[0].score})\n next: ${result.next_step}\n alternates: ${top.slice(1).map(t => t.id).join(", ") || "(none)"}\n`);
|
|
6145
6240
|
}
|
|
6146
6241
|
|
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-17T20:21:35.517Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "adcee350ac3e4ffc9a6edd5003735df10503bffcd7474e298d1ecddb1e948224",
|
|
8
8
|
"data/atlas-ttps.json": "259e76e4252c7a56c17bbe96982a5e37ac89131c2d37a547fe38d64dcacfd763",
|
|
9
9
|
"data/attack-techniques.json": "51f60819aef36e960fd768e44dcc725e137781534fbbb028e5ef6baa21defa1d",
|
|
10
|
-
"data/cve-catalog.json": "
|
|
10
|
+
"data/cve-catalog.json": "415384660f879d26491a612e579943092135acb676cbb95327f309c921ff69ed",
|
|
11
11
|
"data/cwe-catalog.json": "6e7349a0fac39bdf9c4cb4598e101e51400f67d64c5d653bbca462f28bc1a0cb",
|
|
12
12
|
"data/d3fend-catalog.json": "a1fc2827ceb344669e148d55197dbf1b0e5b20bcc618e90517639c17d67ee82d",
|
|
13
13
|
"data/dlp-controls.json": "d2406c482dddd30e49203879999dc4b3a7fd4d0494d6a61d86b91ee76415df19",
|
|
14
|
-
"data/exploit-availability.json": "
|
|
15
|
-
"data/framework-control-gaps.json": "
|
|
16
|
-
"data/global-frameworks.json": "
|
|
14
|
+
"data/exploit-availability.json": "003a400f5ae5b15527589571679ccdb9b3a62e60073627b5fbdeb2a9fe330a7a",
|
|
15
|
+
"data/framework-control-gaps.json": "45d4b461a733fc31ce5a02b0462d0e23aa5d7469d937d77ad69417eb5293f189",
|
|
16
|
+
"data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
|
|
17
17
|
"data/rfc-references.json": "e253a548c8a829d178d5aea601e268724b85c936ccbfa51c2e5d80c5f8efe2b0",
|
|
18
|
-
"data/zeroday-lessons.json": "
|
|
18
|
+
"data/zeroday-lessons.json": "27d46a0e09a3edbe97dfbb070c3991348567cf93c86a3e94c767c5ad2dfb653e",
|
|
19
19
|
"skills/kernel-lpe-triage/skill.md": "8e94bfd38d6db47342fbbe95a0c8df8f7c38743982c13e9de6a1c59cd3783d33",
|
|
20
20
|
"skills/ai-attack-surface/skill.md": "853ea46b500fa60b5f5db1137629f8b64447b5df2c8346c15c6cbd1e59285532",
|
|
21
21
|
"skills/mcp-agent-trust/skill.md": "b09a33e71a0cc13ec70e7e750ac4b91887b657d293d92c3cdb49a4e094adcfea",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"skills/api-security/skill.md": "75dcb1b9395de2be4ca60e53f900692721b7ef66ded3e510a20d17f35daf982d",
|
|
52
52
|
"skills/cloud-security/skill.md": "56f0d5d6cf182d347e84baa95a04c39be51e82da3360dac48fcf5d8c4e56a9c3",
|
|
53
53
|
"skills/container-runtime-security/skill.md": "7e0806b9e13db120f9b65d5f48b33db9f1026c4c2d719838ef0f0c8778ec4365",
|
|
54
|
-
"skills/mlops-security/skill.md": "
|
|
54
|
+
"skills/mlops-security/skill.md": "a7bf448527e15bb0c6936217c69f3e18cc823f534e0c7f749966cde32039c63e",
|
|
55
55
|
"skills/incident-response-playbook/skill.md": "0695ee43881527459f657a90276748922347f16dd494ae2b98e2a9396c570a44",
|
|
56
56
|
"skills/ransomware-response/skill.md": "15de039c5679215b7ceb9a55494f614b06fe618aa0f69ce8aff004dc9a841fa4",
|
|
57
57
|
"skills/email-security-anti-phishing/skill.md": "b5a7693b3ddbd6cd83303d092bc5e324db431245d25c4945d9f65fcffa1995e7",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"handoff_dag_nodes": 42,
|
|
79
79
|
"summary_cards": 42,
|
|
80
80
|
"section_offsets_skills": 42,
|
|
81
|
-
"token_budget_total_approx":
|
|
81
|
+
"token_budget_total_approx": 397775,
|
|
82
82
|
"recipes": 8,
|
|
83
83
|
"jurisdiction_clocks": 29,
|
|
84
84
|
"did_ladders": 8,
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"rebuild_after_days": 365,
|
|
173
173
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
174
174
|
},
|
|
175
|
-
"entry_count":
|
|
175
|
+
"entry_count": 122,
|
|
176
176
|
"sample_keys": [
|
|
177
177
|
"ALL-AI-PIPELINE-INTEGRITY",
|
|
178
178
|
"ALL-MCP-TOOL-TRUST",
|