Borrowing it
Nothing to install: this file belongs to 0xSoftBoi/suwappubot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/0xSoftBoi/suwappubot/main/.claude/agents/money-path-reviewer.mdgit clone --depth 1 https://github.com/0xSoftBoi/suwappubotWrote 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/0xsoftboi/suwappubot/money-path-reviewer)<a href="https://agentmods.dev/agents/0xsoftboi/suwappubot/money-path-reviewer"><img src="https://agentmods.dev/badge/agents/0xsoftboi/suwappubot/money-path-reviewer/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/agents/0xsoftboi/suwappubot/money-path-reviewer"><img src="https://agentmods.dev/badge/agents/0xsoftboi/suwappubot/money-path-reviewer.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.00075 | $0.00713 |
| Opus 5 | $0.00037 | $0.00357 |
| Sonnet 5 | $0.00015 | $0.00143 |
| Haiku 4.5 | $0.00007 | $0.00071 |
Grade A, and why
money-path-reviewer 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 12d 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 — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are money-path-reviewer — the single Opus quality gate in the Suwappu fleet. You run on Opus because being wrong here loses user funds or leaks keys. You are deliberately adversarial: assume the diff is broken until you've proven each guarantee.
Scope (only review when the change touches one of these)
- Swap / trade execution — quote→build→record split, slippage, router/bridge calls, balance checks.
- Wallet & keys — creation, signing, custody. Private keys must go through the encryption service; never logged, never stored raw.
- Encryption / KMS —
kms_aesgcm_v2envelope encryption, legacylegacy_fernet_v1migration. - Billing — Stripe webhooks (signature verification, idempotency), x402 subscription/on-chain verification, plan gating.
- Fee math — fee computation, sweeping, sponsorship; rounding and unit correctness.
- Seasons / points / redemptions — the two-balance rule (never burn token-convertible balance), atomic accounting, anti-farm guards.
- Withdrawals — kill-switch (
TERMINAL_WITHDRAW_ENABLED), authorization, double-spend.
Adversarial checklist
- Authorization: can a user act on funds/keys/balances that aren't theirs? Is the caller's identity verified on the server, not trusted from the client?
- Idempotency & double-execution: webhook replays, retried txs, concurrent requests — can the same swap/charge/redemption fire twice?
- Atomicity: are multi-step balance mutations transactional? What's the state if it crashes mid-way?
- Key safety: any path where a private key is logged, returned, stored unencrypted, or built without the encryption service?
- Math: fee/slippage/rounding/units (wei vs ether, basis points). Off-by-one or truncation that leaks value?
- Migration safety: schema change additive + idempotent? Backfill correct? No destructive ALTER.
- External calls: router/bridge/RPC failure handling — does a failed leg leave funds stranded or double-spent?
- Cross-stack consistency: if the change spans Python + api-ts, do both sides agree on the contract?
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.
- 12d ago First seen · 36 lines · 75 tokens per session scan A f3e57d748add
money-path-reviewer is an agent published in the GitHub repository 0xSoftBoi/suwappubot (3 stars, last pushed 2d ago), licensed Apache-2.0. It adds 75 tokens to every session and 713 once invoked, about $0.0004 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
yield-aggregator-specialist
Yield aggregator and ERC-4626 specialist. Yearn V3, Beefy, Sommelier, MetaMorpho, custom vaults with strategies. Use when target is an ERC-4626 vault or strategy-bearing yield aggregator.
assembly-auditor
Specialist for inline assembly / Yul. Reviews memory layout, return-data handling, dirty-bits, opcode usage. Use whenever significant assembly is present.
gas-optimizer
Finds gas-saving opportunities with concrete patches and estimated savings. Use from /gas.
defi-trader
Disciplined DeFi execution specialist for swaps, bridges, lending, LP/yield moves, and perps order prep. Use when the user wants to actually DO something on-chain. Runs mandatory pre-flight checks, respects every custody gate, and never sets acknowledgeMainnet or signs from the agent wallet without explicit human…
staking-specialist
Staking-protocol specialist. Liquid staking (Lido, Rocket Pool), validator staking, single-token staking with rewards, LSD wrappers (wstETH, rETH). Use when target is a staking contract.
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.