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/nguyenthienthanh/aura-frog/mcpgit clone --depth 1 https://github.com/nguyenthienthanh/aura-frogWrote 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/nguyenthienthanh/aura-frog/mcp)<a href="https://agentmods.dev/commands/nguyenthienthanh/aura-frog/mcp"><img src="https://agentmods.dev/badge/commands/nguyenthienthanh/aura-frog/mcp.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.00000 | $0.01166 |
| Opus 5 | $0.00000 | $0.00583 |
| Sonnet 5 | $0.00000 | $0.00233 |
| Haiku 4.5 | $0.00000 | $0.00117 |
Grade A, and why
mcp 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 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.
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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/aura-frog:mcp
MCP security operations. Status, audit, rate-limit reset, connectivity test.
Usage
/aura-frog:mcp status # which servers enabled, agent allowlists, current usage vs limits
/aura-frog:mcp audit [--window 24h] # show audit log (sanitized) — calls, blocks, rate-limit hits
/aura-frog:mcp audit --blocked-only # only blocked calls (forensics view)
/aura-frog:mcp reset-limits [--mcp X] # reset session counters (logged event); without --mcp resets all
/aura-frog:mcp test <server> # single-call connectivity test (e.g., context7 ping)
Protocol — status
mcp_status{servers_enabled,total_audited_today,blocked_today,sessions_limited}:
6,142,3,1
per_server[6]{server,enabled,calls_today,used_pct,rate_limit}:
context7,true,87,29% of 200,30/min · 200/session
playwright,true,12,—,30/min · 200/session
vitest,true,18,—,30/min · 200/session
firebase,true,5,—,30/min · 200/session
figma,true,8,—,30/min · 200/session
slack,true,4,—,30/min · 200/session
per_agent_allowlists[*]{agent,allowlist}:
...
Protocol — audit
- Read
<security-dir>/mcp-audit.jsonl(already sanitized — no credentials in this file).<security-dir>resolves as$AF_SECURITY_DIR, else.claude/security/if it exists, else.aura/security/— seehooks/lib/security-dir.cjs. - Project via
mcp-security-auditorskill (NEVER load raw JSONL into context) - Filter by
--window(default 24h) and--blocked-onlyif set - Render TOON summary + top 10 events
audit_summary{window,total,success,blocked,rate_limit_hits,top_agent,top_mcp}:
24h,142,139,3,2,architect,context7
blocked[3]{ts,agent,mcp,reason}:
2026-05-07T10:30,backend,postgres,destructive_op_blocked
2026-05-07T11:45,frontend,figma,allowlist_violation
2026-05-07T12:10,architect,redis,destructive_op_blocked
Protocol — reset-limits
- Read
.claude/logs/.mcp-rate-counter.json - Reset specified counters (or all if
--mcpnot given) - Append history.jsonl:
event: mcp_limits_reset,mcp: <server>(orall),actor: user - Render confirmation
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 · 94 lines · 0 tokens per session scan A f57d19238558
mcp is a command published in the GitHub repository nguyenthienthanh/aura-frog (24 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,166 tokens. 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
review-agentready
AgentReady-specific code review with attribute mapping and score impact analysis.
review-pr
Multi-agent PR review with four modes (review, re-review, self-review, address-feedback) - spawns parallel subagents, saves diff to /tmp for context efficiency, supports file exclusion patterns.
resume_handoff
Resume work from handoff document with context analysis and validation.
feature
Command "feature" from hoblin/claude-ruby-marketplace, covering input format, context, workflow, step 1: setup and step 2: gather historical context.
speckit.specify
Create or update the feature specification from a natural language feature description.
speckit.checklist
Generate a custom checklist for the current feature based on user requirements.