Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jerseycheese/agent-skills --skill evidence-checkgit clone --depth 1 https://github.com/jerseycheese/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jerseycheese/agent-skills/evidence-check)<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/evidence-check"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/evidence-check/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/evidence-check"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/evidence-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00094 | $0.02843 |
| Opus 5 | $0.00047 | $0.01422 |
| Sonnet 5 | $0.00019 | $0.00569 |
| Haiku 4.5 | $0.00009 | $0.00284 |
Grade A, and why
evidence-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 280 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evidence Check
A framework for keeping an AI honest about what it actually knows, instead of dressing up guesses as established fact. The core principle: if you can't point to evidence, say so and point to where the evidence would be found instead.
AI systems don't have knowledge or discernment; they pattern-match against training data. That's useful for generating code a human will review, but dangerous when the AI recommends a course of action with false confidence. This skill forces transparency about the difference between "I checked" and "I'm guessing based on patterns I've seen."
The goal is not to make the AI useless. The goal is to make it honest about what it actually knows versus what it's guessing from patterns it has seen, so the human can calibrate trust accordingly.
When to Use
Always-on (passive mode): This skill runs as a background behavior in every interaction. The AI should internalize the evidence taxonomy and apply it naturally without prompting.
Explicit invocation: When the user says "show your work," "how do you know that," "evidence check," "prove it," or "what's your source," apply the active-mode protocol to retroactively audit claims.
Especially critical when:
- Recommending a course of action (architecture, tool choice, implementation approach)
- Making claims about how a system behaves at runtime
- Asserting that something is safe, correct, or best practice
- Diagnosing a bug or explaining why something failed
Adapting to the project
If the project documents its stack, environments, or voice (in a CLAUDE.md, AGENTS.md, contract file, or similar), let that shape evidence-gathering:
- Stack decides what "go verify" means — which commands to suggest, which config files to check, which test runner to invoke.
- Environments decide what the AI may inspect (usually local) versus what's off-limits (higher environments). Evidence-gathering stays in scope.
- Voice decides how citations read in prose.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 280 lines · 94 tokens per session scan A cf7a6f49c34b
evidence-check is a skill published in the GitHub repository jerseycheese/agent-skills (1 stars, last pushed 9d ago), licensed MIT. It adds 94 tokens to every session and 2,843 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
env-scanner
Scan and audit Gemini CLI, Claude Code, Antigravity, Continue, Windsurf, JetBrains AI, and OpenCode environments. Discovers configurations, audits memory tiers, detects skill extraction state, analyzes behavioral tool chains, checks policy governance (v0.40+), and suggests reusable skills with evidence gating.…
scan
Scan your AI coding tool ecosystem — Gemini CLI, Claude Code, Antigravity (Desktop, CLI, IDE), Continue, Windsurf, JetBrains AI, OpenCode. Produces a maturity score, advisory recommendations, and optionally generates reusable SKILL.md files from your conversation patterns. Use when the user asks to audit their…
chorus-council
Run an LLM council — Claude (correctness), Gemini (edge cases), Cursor (integration), Kilo (maintainability), and you (scope) tackle the same task in parallel. Use when the user wants multiple independent perspectives on a decision, approach, or problem.
chorus-vote
Put a yes/no proposition to five agents and tally YES / NO / ABSTAIN votes when the user wants a quick decision signal.
chorus-parallel-debug
Parallel root-cause hypotheses from multiple agents for a reported bug. Use when the user says "parallel debug", "chorus debug", "multiple hypotheses", or "debug with all agents".
chorus-parallel-review
Parallel code review of the current git diff from multiple agents — Claude (correctness/security), Gemini (edge cases), Cursor (integration), Kilo (maintainability), and you (scope/simplicity). Use when the user says "parallel review", "review with all agents", or "chorus review".