run_skill_pipeline
Execute shell-based static analysis pipeline on iOS IPA, .app, or Mach-O binaries to unpack, fingerprint, analyze, scan classes and APIs, and generate a report.
Instructions
Run the full original SKILL.md static analysis pipeline (bash scripts).
Executes the shell-based analysis pipeline from the ios-reverse-engineering skill: unpack → fingerprint → macho analyze → class scan → api scan → report. All results are written to output_dir.
Args: target: Path to IPA file, .app bundle, or Mach-O binary output_dir: Output directory (default: ios_analysis_out)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| output_dir | No | ios_analysis_out |