mobile-security-mobsf
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlcommands to interact with the MobSF API onlocalhostfor uploading files, initiating scans, and retrieving reports. It also provides adockercommand to set up the local environment.- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external sources (mobile apps) by parsing MobSF report files, creating a potential surface for indirect prompt injection if the app metadata or code contains malicious instructions. - Ingestion points:
upload-response.json,scan-results.json, andmobsf-report.jsonin SKILL.md. - Boundary markers: No explicit delimiters or warnings are used to separate tool output from instructions.
- Capability inventory: The agent uses
curlfor API interaction anddockerfor environment setup. - Sanitization: The instructions do not specify any validation or sanitization of the report data before it is presented to the user.
Audit Metadata