What problem does it solve? Analyzing iOS apps in CTF sandbox environments requires correlating static bundle evidence with live runtime behavior, and ad-hoc Frida hooking often misses the real trust boundary such as request signers or Keychain accessors. ## Core Features & Use Cases - Static iOS Triage: Maps Info.plist, entitlements, URL schemes, embedded frameworks, Keychain usage, and local storage before any hooking. - Targeted Runtime Hooking: Hooks request builders, crypto helpers, trust evaluators, Keychain reads, and Objective-C or Swift methods instead of broad UI handlers, including SSL pinning bypass. - Request Replay: Rebuilds the smallest stateful sequence of token, device identifier, body, signature, and headers to reproduce the accepted request. - Use Case: During a CTF mobile challenge, use this skill after the sandbox orchestrator is active to hook an IPA's signing routine, capture the plaintext and signed headers, and replay the accepted request to recover the flag path. ## Quick Start Ask the agent to inspect this IPA, trace its iOS signer and Keychain logic, bypass the pinning checks, and replay the accepted request path.