prune-content
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands including
git mv,mv, andrmto archive or delete files within the project repository as described in the behavior section ofSKILL.md. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and acts upon repository context that may be controlled by an attacker.
- Ingestion points: The skill accepts
user_instruction,file_list, andcontextas inputs, specifically utilizing findings from other tools likeonboard-repoto identify targets (SKILL.md,agent.yaml). - Boundary markers: The skill explicitly requires user confirmation of the proposed plan before execution, acting as a manual checkpoint (
SKILL.md). - Capability inventory: The skill can move and remove files using
git mv,mv, andrmacross the repository (SKILL.md). - Sanitization: There is no automated sanitization of the input context; the skill relies entirely on the user to review and approve the suggested operations.
Audit Metadata