traiage-review
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill uses coercive and dramatic instructions ("Your life is at stake!", "you will be killed!") to enforce constraints on the agent's actions. This high-pressure roleplay is a form of behavioral override intended to prevent the agent from performing mutation commands.
- [COMMAND_EXECUTION]: The skill directs the agent to execute various system commands, including
git status,git diff, andgit rev-parse. It also includes Python scripts that use thesubprocessmodule to execute these commands and process the resulting metadata from the local filesystem. - [PROMPT_INJECTION]: The skill ingests untrusted data from the repository (such as filenames and diff output) which creates a surface for indirect prompt injection. 1. Ingestion points: Filesystem metadata via
git diff --name-onlyandgit ls-files. 2. Boundary markers: None identified in the instructions to separate untrusted git output from agent commands. 3. Capability inventory: Local command execution viasubprocess.check_outputand agent orchestration. 4. Sanitization: No validation or escaping is performed on the filenames retrieved from the repository before they are processed by the agent.
Audit Metadata