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.
git clone --depth 1 https://github.com/gyh20062008-commits/re-iosWrote 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/gyh20062008-commits/re-ios/ida-ios-analyze)<a href="https://agentmods.dev/commands/gyh20062008-commits/re-ios/ida-ios-analyze"><img src="https://agentmods.dev/badge/commands/gyh20062008-commits/re-ios/ida-ios-analyze/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/commands/gyh20062008-commits/re-ios/ida-ios-analyze"><img src="https://agentmods.dev/badge/commands/gyh20062008-commits/re-ios/ida-ios-analyze.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.00016 | $0.00461 |
| Opus 5 | $0.00008 | $0.00230 |
| Sonnet 5 | $0.00003 | $0.00092 |
| Haiku 4.5 | $0.00002 | $0.00046 |
Grade A, and why
ida-ios-analyze 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 11d 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.
What it actually says
Optional IDA MCP iOS Analysis
Use the ida-assisted-ios-analysis skill.
Arguments:
$1: authorized Mach-O, IDB, or existing base analysis output directory.$2: optional output directory. Default:ios_analysis_out/ida.
Safety boundary:
- Authorized static analysis only.
- Do not bypass FairPlay DRM, app encryption, certificate pinning, or legal restrictions.
- Do not steal or use tokens, credentials, cookies, or sessions.
- Do not call, fuzz, replay, probe, or attack discovered services.
Workflow:
- Run
bin/ida-pro-mcp-check. - If
ida-pro-mcpis missing, explain that IDA-assisted analysis is unavailable and that the base iOS static analysis still works. - Ask the user to open the target Mach-O or IDB in IDA if the MCP server requires an active IDA session.
- Use the MCP server named
idato confirm connectivity and loaded metadata. - List functions, imports, exports, and strings.
- Search strings and symbols for
URLSession,NSURLRequest,Alamofire,AFNetworking,Apollo,GraphQL,WebSocket,token,authorization,signature,hmac,nonce, andtimestamp. - For endpoint strings, inspect xrefs and map each xref to the containing function.
- Trace callers and callees for functions that reference endpoint or request-building evidence.
- Prefer the bundled
scripts/ida_export_template.pywhen MCP can run IDAPython or when the user can run it inside IDA. - Write
ida-findings.md,ida-call-flow.md, andida-network-evidence.json.
Suggested local checks:
bin/ida-pro-mcp-check
Suggested IDAPython template:
scripts/ida_export_template.py
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.
- 11d ago First seen · 47 lines · 16 tokens per session scan A c3ac9d5e887e
ida-ios-analyze is a command published in the GitHub repository gyh20062008-commits/re-ios (1 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 461 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.
Other commands, from other repositories
flutter-build
Fix Dart analyzer errors and Flutter build failures incrementally. Invokes the dart-build-resolver agent for minimal, surgical fixes.
decompile
Decompile an Android APK/XAPK/JAR/AAR and analyze its structure.
safe-decompile
Safely fingerprint and decompile an Android artifact through the sandboxed MCP server.
proguard
Command "proguard" from getsentry/cli, covering examples, compute the uuid for a proguard/r8 mapping file, output as json (includes the file path) and important notes.
debug
Debug Purchasely SDK issues — diagnose blank paywalls, frozen UI, purchase failures, and more.
xcode-build-fix
Incrementally fix Xcode build and Swift compiler errors. Parse errors, explain issues, apply fixes, verify resolution.