AgentSkeptic re-checks downstream stores (SQL, HTTP, vectors, documents, S3) against agent tool activity traces, producing a deterministic Outcome Certificate v3 (schemaVersion:3). Version 8.8.3, Node 22.x/24.x, TypeScript types included. Key differentiator: verifies actual stored state rather than trusting execution traces, catching mismatches that trace-only tools miss. Supports optional coverage budgets for compliance policies. Local 'check' mode runs without license or API key; stateful 'enforce' mode is a commercial opt-in.
npm install agentskepticNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a single truth check comparing tool activity to downstream SQL state, outputting Outcome Certificate v3 JSON to stdout and verdict lines to stderr.
Update Node to 22.x or 24.x.
Parse schemaVersion field and handle v3 format (includes failureSpine, evidenceCompleteness).
Inspect the human report stderr output for ROW_ABSENT or mismatch details, then correct the agent workflow or downstream state.
Run `npx agentskeptic` or install with `npm install -g agentskeptic`.
No dependency data recorded yet.