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/seungmanchoi/react-native-fsd-agent-template/app-inspectorgit clone --depth 1 https://github.com/seungmanchoi/react-native-fsd-agent-templateWrote 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/seungmanchoi/react-native-fsd-agent-template/app-inspector)<a href="https://agentmods.dev/agents/seungmanchoi/react-native-fsd-agent-template/app-inspector"><img src="https://agentmods.dev/badge/agents/seungmanchoi/react-native-fsd-agent-template/app-inspector.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.00074 | $0.02480 |
| Opus 5 | $0.00037 | $0.01240 |
| Sonnet 5 | $0.00015 | $0.00496 |
| Haiku 4.5 | $0.00007 | $0.00248 |
Grade A, and why
app-inspector 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 5d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 5d ago First seen · 169 lines · 74 tokens per session scan A faa8845bbeac
app-inspector is an agent published in the GitHub repository seungmanchoi/react-native-fsd-agent-template (50 stars, last pushed 1mo ago), with no licence file. It adds 74 tokens to every session and 2,480 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
TC001_create_agent_basic
Verify that an agent can be created with required fields (name, systemprompt) plus optional displayname, and returns a valid agent object with both name and displayname.
TC004_update_agent
Verify that an agent can be partially updated via PATCH, including name (slug) and displayname independently, and that only specified fields change.
TC007_check_agent_name
Verify the /v1/agents/check-name endpoint correctly reports name availability, including format validation and excludeid support for edit forms.
e2e-runner
End-to-end test specialist. Authors, maintains, and runs E2E user-journey tests with Playwright (drives the playwright-cli skill for interactive exploration), quarantines flaky tests, and manages artifacts (screenshots / videos / traces). Use PROACTIVELY when the user asks to write, run, or stabilize E2E tests for…
ui-ux-verifier
UI/UX verification specialist. Drives playwright-cli to capture live A11y snapshots, compares with OpenSpec specs, produces ranked findings, and (with explicit user consent) calls /opsx:new to create a fix change. Requires the external OpenSpec plugin to be installed for the spec-lookup and fix-plan flow. Use…
browser-tester
Браузерные e2e-тесты через Playwright (запуск из Bash) — основной путь. Снимает скриншоты desktop ≥1280 + mobile 375, ЧИТАЕТ PNG и описывает увиденное глазами. Layer 3 в three-layer verification, запускается из /verify для UI-фичей.