verifying — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited verifying (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill runs the four-level verification probe per criterion. Exists checks the file or symbol is present. Substantive runs the target symbol against contract-provided inputs and checks for the named observable side effects plus the coverage floor. Wired walks the call graph from the contract's named entry point and confirms the symbol is reachable. Functional runs the declared test runner and checks exit code plus named passes. Three greens out of four is a fail. Invariants are evaluated on every verify pass.
Invoked by the orchestrator after each executing dispatch returns. Reads only the captured diff and the captured tool output plus the worktree's source files. Does not read implementer narration.
cli/lib/contract.js loadAndValidate to get each criterion and its four verification-level slots.<worktreePath>/anvil/diff.patch and <worktreePath>/anvil/tool-output.jsonl.must_implement effect observed and every must_not effect absent.evaluateInvariants against the contract's invariants section. Any unknown invariant key yields a warning-status result that blocks allGreen.<worktreePath>/anvil/verify/verify-result.json. Return { criteria, invariants, allGreen }.Reject the following shortcuts:
If any of these conditions obtain, the verify is rejected:
wired.entry_point; the implementation is orphaned (failure-taxonomy row 12: Orphan implementation).Each verify pass checks:
<worktreePath>/anvil/verify/verify-result.json exists and is valid JSON with allGreen boolean.evaluateInvariants was called and any unknown invariant key returned status: 'unknown' with a warning.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.