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.
git clone --depth 1 https://github.com/roomi-fields/paper-trailWrote 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/roomi-fields/paper-trail/paper-trail-audit-article)<a href="https://agentmods.dev/commands/roomi-fields/paper-trail/paper-trail-audit-article"><img src="https://agentmods.dev/badge/commands/roomi-fields/paper-trail/paper-trail-audit-article/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/commands/roomi-fields/paper-trail/paper-trail-audit-article"><img src="https://agentmods.dev/badge/commands/roomi-fields/paper-trail/paper-trail-audit-article.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.00053 | $0.00876 |
| Opus 5 | $0.00026 | $0.00438 |
| Sonnet 5 | $0.00011 | $0.00175 |
| Haiku 4.5 | $0.00005 | $0.00088 |
Grade A, and why
paper-trail-audit-article 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 9d 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 — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/paper-trail:audit-article — Per-citation audit of an article
Invoke the citation-receipts skill to audit every citation in an
academic article file against the actual source PDFs.
Usage
/paper-trail:audit-article <path-to-paper.tex>
/paper-trail:audit-article <path-to-paper.md>
/paper-trail:audit-article <path> --warn # insert inline warnings in .bak
What it does
- Parses citations from the file :
- LaTeX :
\cite{key},\citep{key},\citet{key} - Markdown :
[[slug]](Obsidian) or[text](refs/slug.md)(flat)
- LaTeX :
- For each citation :
- Resolves the slug to a ref in the registry
- If ref isn't
sota_cited_confirmed→ flag as TO_AUDIT_REF first - Reads the PDF (via
lib/validate_pdf_contentandpdftotext) - Invokes
claim-checkersub-agent for the specific claim audit
- Produces
RECEIPTS.mdat the same location as the article
Output
RECEIPTS.md format (inspired by James Weatherhead's receipts plugin
MIT) :
# RECEIPTS — <article path>
Generated: <ISO timestamp>
Source: <count> citations parsed
Skill: paper-trail/citation-receipts
---
## Citation 1 — [Smith2020] (DOI:10.1234/example)
**Status**: VALID
**Claim in manuscript** (line 42):
> "Smith and Doe proved that X is NP-hard for case Y."
**Source statement** (PDF p.5, §3.2):
> "Theorem 3.2. The problem X is NP-hard for all instances satisfying Y."
**Notes**: Attribution correct, verb « proved » matches the source's
formal theorem statement.
---
## Citation 2 — [Jones2019]
**Status**: INVALID
**Claim in manuscript** (line 78):
> "Jones (2019) showed that Z is decidable in polynomial time."
**Source statement** (PDF p.12):
> "We leave the question of Z's complexity as future work."
**Required correction**: Remove citation or replace with the actual
source proving Z's polynomial decidability.
---
## Recap
| Status | Count |
|---|---|
| VALID | 14 |
| ADJUST | 3 |
| INVALID | 2 |
| UNVERIFIABLE | 1 |
Total: 20 citations audited.
Action required: 6 citations needing rework before submission.
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.
- 9d ago First seen · 115 lines · 53 tokens per session scan A 9fe74faccb3d
paper-trail-audit-article is a command published in the GitHub repository roomi-fields/paper-trail (5 stars, last pushed 6d ago), licensed MIT. It adds 53 tokens to every session and 876 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-31.
Other commands, from other repositories
gh-release
Create a new release for the marketplace or a specific plugin.
commit
Classify changes and create atomic commits with conventional messages. Flags out-of-context modifications and red-flag patterns before committing.
resolve
Resolve merge conflicts on the current branch or for a pull request. Detects conflict types, analyzes both sides, applies per-file resolution strategies, and verifies the result compiles and passes tests.
ledger-research
Launch parallel evidence collection across all active research pillars.
ledger-spec
Generate constrained PRD and architecture documents where every section cites decisions.
quick-research
Quick research with source verification (lighter than /deep-research).