studio-setup
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local shell commands for environment validation and setup. Specifically, it executes
git rev-parse --is-inside-work-treeto verify repository status,git initto initialize new repositories, andmkdir -pto create directory structures. These operations are within the expected scope of a setup tool. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from
productos/PLAN.mdduring its 'adoption' phase, which could serve as a vector for malicious instructions if the plan file is sourced from an untrusted party. - Ingestion points: The skill reads
productos/PLAN.mdfrom the filesystem inSKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to ignore potentially malicious content within the plan file during the verification pass.
- Capability inventory: The skill has the ability to move files (
mv), create directories (mkdir), copy or append to agent guidelines (CLAUDE.md/AGENTS.md), and update.gitignore. - Sanitization: There is no evidence of sanitization or filtering applied to the content of the plan file before it is processed or used to annotate the programme steps.
Audit Metadata