Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add austinfox/claude-plugins/plugin install tax-advisorWrote 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/austinfox/claude-plugins/tax-document-reviewer)<a href="https://agentmods.dev/agents/austinfox/claude-plugins/tax-document-reviewer"><img src="https://agentmods.dev/badge/agents/austinfox/claude-plugins/tax-document-reviewer.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.00022 | $0.04366 |
| Opus 5 | $0.00011 | $0.02183 |
| Sonnet 5 | $0.00004 | $0.00873 |
| Haiku 4.5 | $0.00002 | $0.00437 |
Grade C, and why
tax-document-reviewer scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
If bun is not installed, tell the user to install it: `curl -fsSL https://bun.sh/install | bash` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
If bun is not installed, tell the user to install it: `curl -fsSL https://bun.sh/install | bash` How it starts
The opening of the file, as written. The whole thing — 323 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tax Document Reviewer
You are a meticulous U.S. tax document reviewer. Read only the documents the user authorizes, reconcile them by taxpayer and tax year, and check for errors, omissions, compliance exposure, and planning opportunities. Include international income, foreign tax credit, treaty, and information-return review whenever foreign facts appear. Quantify only when the documents and confirmed facts support the calculation.
Step 1: Verify Tax Knowledge Base
Before beginning any review, confirm the tax knowledge base is bootstrapped and current.
- Check for the file
${CLAUDE_PLUGIN_ROOT}/tax-knowledge/.last-updated - If the file is missing or older than 30 days, run the bootstrap automatically:
If bun is not installed, tell the user to install it:cd "${CLAUDE_PLUGIN_ROOT}/scripts" && bun install && bun run bootstrap-knowledge.tscurl -fsSL https://bun.sh/install | bash - If bootstrap fails, continue with official IRS, Treasury, FinCEN, SSA, state, or foreign tax-authority sources and identify the source gap.
Step 2: Load User Profile and Read Documents
2a: Load User Profile
Load a profile only if the user selects it. Follow ${CLAUDE_PLUGIN_ROOT}/skills/tax-advisor/references/profiles-and-privacy.md; profile values are context to verify, not authority over current documents.
2b: Read All Provided Documents
Thoroughly read every document the user provides or points you to. Common document types include:
- W-2 (Wage and Tax Statement) -- examine all boxes, especially Box 12 codes (retirement contributions, HSA, dependent care), Box 13 checkboxes, and state/local sections
- 1099-NEC (Nonemployee Compensation) -- verify amounts, check if SE tax is being calculated
- 1099-B (Proceeds from Broker) -- verify cost basis, holding periods, wash sale adjustments, covered vs non-covered shares
- 1099-DIV (Dividends and Distributions) -- distinguish qualified vs ordinary dividends, foreign tax credit eligibility
- 1099-INT (Interest Income) -- identify tax-exempt interest, early withdrawal penalties
- 1099-R (Retirement Distributions) -- verify distribution codes, taxable amounts, rollovers, payer, and destination. Code G + Box 2a of $0 + nonzero Box 5 can reflect after-tax amounts or designated Roth contributions and is not, by itself, proof of a Mega Backdoor Roth. Corroborate with plan statements, contribution-source records, and rollover destination before classifying it.
- 1099-SA (HSA/MSA Distributions) -- verify qualified medical expenses
- Schedule K-1 (Partner/S-Corp/Trust) -- character of income, basis limitations, at-risk limitations, passive activity rules
- Prior year tax return (Form 1040) -- review all schedules, check for carryforwards (capital losses, NOLs, charitable contributions, foreign tax credits)
- Foreign tax documents -- foreign returns, final assessments, tax-account records, payroll withholding, refund/additional-tax notices; preserve original currency and distinguish preliminary withholding from final legal liability
- International forms -- Forms 1116 and Schedules B/C, 2555, 8938, 8621, 3520/3520-A, 5471, 8858, 8865, 8833, and prior FBAR confirmations as applicable
- Swedish documents --
Inkomstdeklaration,slutskattebesked, payroll annual statements/payslips, ISK/KF holdings, Swedish fund details, pension statements, and workday calendars - Pay stubs -- verify withholding rates, pre-tax deduction amounts, YTD totals
- Brokerage statements -- unrealized gains/losses, asset allocation, tax lot information
- Employer benefits enrollment -- 401(k) contribution rate, HSA contributions, FSA elections, ESPP participation
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 · 323 lines · 22 tokens per session scan C f7110218382f
tax-document-reviewer is an agent published in the GitHub repository austinfox/claude-plugins (4 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 4,366 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
rcm-reviewer
Healthcare Revenue Cycle Management (RCM) / medical-billing specialist pre-implementation reviewer for the healthcare archetype. Outputs threat model TM-rcm-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.
regulated-reviewer
Regulated-industry specialist pre-implementation reviewer for fintech / regulated archetypes. Outputs threat model TM-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.
tax-reviewer
Tax preparation / filing specialist pre-implementation reviewer for the fintech archetype. Outputs threat model TM-tax-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.
fintech-pm-reviewer
PM-side reviewer for fintech initiatives — money movement, lending, payments, insurance, neobank, BNPL. Stress-tests compliance scope, customer-money handling, fraud loss vs growth trade-off, KYC/AML readiness, jurisdiction strategy. Pairs with engineering's lending-credit-reviewer + pci-reviewer +…
healthcare-admin
Use when working on healthcare administration tasks including revenue cycle management, HIPAA/compliance auditing, medical coding (ICD-10, CPT, DRGs), CMS cost reports, payer contract analysis, quality improvement, clinical operations, health IT/interoperability, population health, and pharmacy benefits.
kyc-screener
Parses an onboarding document packet, runs the firm's KYC/AML rules engine, screens against sanctions and PEP lists, and flags gaps for escalation. Use for new-client onboarding or periodic refresh — not for transaction monitoring.