mobile-security-mobsf
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Indirect Prompt Injection (LOW): The skill ingests and parses JSON report data produced by scanning external APK/IPA files. Malicious content within a target app could potentially influence the agent's logic during result summarization. 1. Ingestion points:
upload-response.json,scan-results.json,mobsf-report.json. 2. Boundary markers: Absent. 3. Capability inventory: Local command execution viacurlanddocker. 4. Sanitization: Absent. - External Downloads (LOW): The skill instructs the user to pull the
opensecurity/mobile-security-framework-mobsfDocker image. While this is a well-known security tool, it represents an external dependency download. - Command Execution (SAFE): The skill utilizes
curlfor interacting with an API onlocalhost:8000and standarddocker runcommands. These operations are restricted to the local environment and do not involve piped remote execution.
Audit Metadata