code-wiki
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands through the terminal tool, including
ls,find, andgitcommands for repository discovery and SHA tracking. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading entire codebases from user-provided URLs using
git cloneto a temporary directory. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from external repositories, creating a surface for instructions embedded in source files to influence agent behavior.
- Ingestion points: The agent reads manifest files (e.g.,
package.json,pyproject.toml), READMEs, and source code files using theread_filetool (SKILL.md). - Boundary markers: There are no explicit instructions or markers defined to separate the data read from external files from the agent's instructions, nor are there warnings to ignore embedded commands.
- Capability inventory: The agent possesses
terminalaccess (capable of executing shell commands) andwrite_fileaccess across the file system (SKILL.md). - Sanitization: The instructions do not define any sanitization, filtering, or validation for the content retrieved from the analyzed repositories before it is processed by the agent.
Audit Metadata