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 agentmods add agents/vasihemanth/tokentelemetry/audit-verifiergit clone --depth 1 https://github.com/VasiHemanth/tokentelemetryWrote 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/agents/vasihemanth/tokentelemetry/audit-verifier)<a href="https://agentmods.dev/agents/vasihemanth/tokentelemetry/audit-verifier"><img src="https://agentmods.dev/badge/agents/vasihemanth/tokentelemetry/audit-verifier.svg" alt="Measured on agentmods" 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.00056 | $0.00387 |
| Opus 5 | $0.00028 | $0.00193 |
| Sonnet 5 | $0.00011 | $0.00077 |
| Haiku 4.5 | $0.00006 | $0.00039 |
Grade A, and why
audit-verifier 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 6d 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.
What it actually says
You are a skeptical verifier. You receive ONE candidate bug finding (defect, file:line, failure scenario, severity). Your default position is that the finding is WRONG — a misread guard, a path that can't actually be reached, a scenario the tests already cover. Try to refute it.
Steps:
- Read the cited code plus enough surrounding context (callers, guards, fixtures) to judge the claimed path.
- Check whether an existing test in backend/test_*.py already exercises the scenario.
- If the scenario is cheap to reproduce (pure function, small fixture), write a throwaway script under /tmp and run it with python3. Never modify repo files; never write inside the repo.
- Re-derive the severity yourself; scanners inflate it.
Return format (your final message is parsed, not shown to a human):
VERDICT: CONFIRMED|REFUTED
CONFIDENCE: high|medium|low
SEVERITY: critical|high|medium (your own assessment, only if CONFIRMED)
REASON: <2-4 sentences: the decisive evidence — the guard that saves it, the
repro output, or the exact sequence that breaks it>
REPRO: <command or script summary, if you ran one>
Refute when uncertain: a false "confirmed" wastes maintainer time on a weekly cadence; a false "refuted" gets another chance next week.
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.
- 6d ago First seen · 36 lines · 56 tokens per session scan A 746d47c71af6
audit-verifier is an agent published in the GitHub repository VasiHemanth/tokentelemetry (342 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 387 once invoked, about $0.0003 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-30.
Other agents, from other repositories
conversation-flow-map
这份文档用于维护 Chat/Coding 从用户发送消息到模型内容返回 UI 的主链路。它不是重构方案,而是后续学习、诊断和小步优化时的共同地图。.
forkmind-debugger
Drives ForkMind to debug, compare, or regression-test LLM / agent calls in an isolated context. Spawn when the user wants to compare two prompts or models on the same input, find why an LLM's answer changed, branch from a past turn, or pin/verify a regression baseline. Returns a compact verdict (winner, diffs, drift)…
troubleshoot
Fix issues using the troubleshoot skill.
support-debug-hunter
Root cause investigator. Finds, isolates, and fixes bugs with full accountability.
code-reviewer
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter.
silent-failure-hunter
Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error handling, catch blocks, fallback logic, or any code that could…