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 commands/punt-labs/prfaq/badgegit clone --depth 1 https://github.com/punt-labs/prfaqWrote 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/commands/punt-labs/prfaq/badge)<a href="https://agentmods.dev/commands/punt-labs/prfaq/badge"><img src="https://agentmods.dev/badge/commands/punt-labs/prfaq/badge.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 | $0.00011 | $0.00578 |
| Opus 5 | $0.00005 | $0.00289 |
| Sonnet 5 | $0.00002 | $0.00116 |
| Haiku 4.5 | $0.00001 | $0.00058 |
Grade A, and why
badge 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 4d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Embed PR/FAQ Badge in README
Generate a shields.io badge that shows your document's Working Backwards stage and links to the compiled PDF. Embed it in the project's README.
Steps
-
Find the document. If
$ARGUMENTScontains a.texpath, use that. Otherwise, use Glob to findprfaq.texor*.texfiles containing\prfaqstagein the current project directory. -
Extract metadata. Use Grep to extract from the
.texfile:\prfaqstage{value}— the document stage (hypothesis, validated, or growth)\prfaqversion{M}{m}— the document version (e.g., 1.0)
-
Map stage to color.
hypothesis→lightgreyvalidated→bluegrowth→brightgreen- Unknown or missing →
lightgrey
-
Determine the PDF link. Use the
.texfile path to derive the.pdfpath. The link target should be a relative path from the README location (typically./prfaq.pdf). -
Generate badge markdown. The shields.io URL format is:
https://img.shields.io/badge/Working_Backwards-STAGE-COLORThe full markdown is:
[](./BASENAME.pdf) -
Embed in README. Read the project's
README.mdand embed the badge.-
If an existing Working Backwards badge is found (
img.shields.io/badge/Working_Backwards): replace it in place with the updated badge (the stage may have changed). -
If no Working Backwards badge exists but other shields.io badges do: add the Working Backwards badge on the line after the last existing badge line.
-
If no badge section exists: insert the badge on its own line immediately after the first
# Headingline, with a blank line after it. -
If no README.md exists: create one with
# {project-directory-name}as the heading and the badge on the next line.
-
-
Report. Show the badge markdown that was embedded. Remind the user to commit the README change.
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.
- 4d ago First seen · 62 lines · 11 tokens per session scan A 8b8d3b9f5853
badge is a command published in the GitHub repository punt-labs/prfaq (25 stars, last pushed 4d ago), licensed MIT. It adds 11 tokens to every session and 578 once invoked, about $0.0001 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 commands, from other repositories
oracle-dev
Generate property-based test harness using Lean 4 model as oracle.
refine-dev
Verify code refines Z specification via abstraction function and commutativity checks.
refine
Verify code refines Z specification via abstraction function and commutativity checks.
contracts-dev
Generate runtime contracts (preconditions, postconditions, invariants) from a Z specification.
code2model-dev
Create a Z specification for stateful entities in a system.
partition-dev
Derive test cases from Z specification using TTF testing tactics.