Registry / testing / agentskeptic

agentskeptic

JSON →
library8.8.3jsnpmunverified

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 agentskeptic
INSTALL
IMPORT
SIG · AGENTSKEPTIC
A
agentskeptic
testingjavascriptv8.8.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

agentskeptic check
npx agentskeptic check --workflow-id <id> --project <path> --db <path>
npx agentskeptic --check ...
CLI tool, not a library import. Use npx to run directly.

Runs a single truth check comparing tool activity to downstream SQL state, outputting Outcome Certificate v3 JSON to stdout and verdict lines to stderr.

npx agentskeptic check --workflow-id wf_example --project ./path/to/your-app --db ./path/to/readable.sqlite
Debug
Known issues
gotchaThe CLI requires Node >= 22.x or 24.x; older versions will fail with syntax errors.
fix
Update Node to 22.x or 24.x.
affects: <8.8.3
breakingOutcome Certificate schemaVersion upgraded to 3; schemaVersion 1 and 2 are no longer produced.
fix
Parse schemaVersion field and handle v3 format (includes failureSpine, evidenceCompleteness).
affects: >=3.0.0
Errors
Common errors & fixes
truth_check_verdict: not_trusted
Downstream store state did not match expected state recorded in the tool activity trace.
fix
Inspect the human report stderr output for ROW_ABSENT or mismatch details, then correct the agent workflow or downstream state.
Error: cannot find module 'agentskeptic'
Package not installed globally or locally.
fix
Run `npx agentskeptic` or install with `npm install -g agentskeptic`.
Upgrade
Version history
8.8.3latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources