skills/mukul975/anthropic-cybersecurity-skills/analyzing-ios-app-security-with-objection/Gen Agent Trust Hub
analyzing-ios-app-security-with-objection
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The Python scripts
scripts/agent.pyandscripts/process.pyutilize thesubprocessmodule to executeobjectionandfridaCLI tools. This is the primary function of the skill and is implemented securely using argument lists rather than shell strings, which prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill's documentation and prerequisites sections recommend the installation of standard security research tools, specifically
objectionandfrida-tools, through the official Python package manager (pip). These are well-known and trusted tools within the mobile security community. - [DATA_EXFILTRATION]: A review of the included scripts confirms that there are no network operations targeting external domains or any logic intended to transmit intercepted data (such as keychain items or memory dumps) outside of the local testing environment.
Audit Metadata