recon

recon is a command for Claude Code from xtofuub/frida-mcp-server. It costs 19 tokens per session (355 once invoked), scanned A, original, MIT.

A command that passively maps the parts of an attached iOS app that could expose security problems and ranks them for later testing. The attack surface means the app's entry points, code, network connections, and stored data.

In plain words
What is it for?
Use it to inspect app permissions, third-party libraries, Swift code, deep links, web views, observed network endpoints, and storage locations, then identify red flags and suggest testing tools.
Why use it?
It gives testers a prioritized starting point without sending active requests, installing hooks, or bypassing protections.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Install

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.

agentmods
npx agentmods add commands/xtofuub/frida-mcp-server/recon
Clone the repo
git clone --depth 1 https://github.com/xtofuub/frida-mcp-server

Made for: Claude Code.

Wrote 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.

agentmods badge for recon

README.md
[![agentmods](https://agentmods.dev/badge/commands/xtofuub/frida-mcp-server/recon.svg)](https://agentmods.dev/commands/xtofuub/frida-mcp-server/recon)
Your own site
<a href="https://agentmods.dev/commands/xtofuub/frida-mcp-server/recon"><img src="https://agentmods.dev/badge/commands/xtofuub/frida-mcp-server/recon.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 355 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00355
Opus 5 $0.00010 $0.00178
Sonnet 5 $0.00004 $0.00071
Haiku 4.5 $0.00002 $0.00036

Measured 5d ago against content hash 1786e27d084d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

recon 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.

.claude/commands/recon.md · 26 lines

What it actually says

Recon for $ARGUMENTS. Passive only — no hooks, no active requests.

Connect if not already attached (mcp__frida__connect). Then delegate breadth to the ios-recon subagent, or run inline:

  • App: mcp__frida__info, mcp__frida__entitlements — version, sandbox HOME, over-broad entitlements, app/keychain groups, associated domains.
  • Code: mcp__frida__modules (3rd-party SDKs: Firebase, Stripe, auth libs), mcp__frida__swift_modules, mcp__frida__classes (app-owned namespaces).
  • Entry points: mcp__frida__schemes (deep links), mcp__frida__webviews.
  • Traffic so far: mcp__frida__endpoints, mcp__frida__requests — hosts, paths, auth style.
  • Storage map: mcp__frida__files, mcp__frida__sqlite (locations only).

Rank the surface for the next phase. Weight by patterns.jsonl (python scripts/memory.py query patterns) — endpoint shapes / techniques that produced findings on past targets float to the top.

Output: a ranked attack-surface table (surface, why it ranks, suggested tools) and the ATS / entitlement red flags.

Changes

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.

  1. 5d ago First seen · 26 lines · 19 tokens per session scan A 1786e27d084d

Subscribe to this mod's changes

recon is a command published in the GitHub repository xtofuub/frida-mcp-server (2 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 355 once invoked, about $0.0001 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.