touch-audit
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute standard filesystem commands (ls,find,cat,grep) to discover and analyze mobile project structures. These commands are restricted to local environment detection and are consistent with the skill's stated purpose. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it is instructed to read and process untrusted local files such as
Podfile,build.gradle, andpackage.json. Malicious content within these files could attempt to manipulate the agent's behavior or reporting logic. - Ingestion points:
SKILL.mdinstructs the agent to read multiple project configuration files usingcatandgrepin Step 0. - Boundary markers: There are no explicit instructions or delimiters used to separate the content of audited files from the agent's internal logic, making it susceptible to embedded instructions.
- Capability inventory: The skill has access to
BashandWebFetchtools, which could be exploited if an injection is successful. - Sanitization: No sanitization or validation of the external file content is performed before the agent processes it.
- [PROMPT_INJECTION]: There is a version inconsistency in the skill's metadata.
SKILL.mdlists version 0.6.4, while.claude-plugin/plugin.jsonlists version 1.9.1. Inconsistent metadata can be used to misrepresent the provenance or capabilities of a skill.
Audit Metadata