trash-truck
Warn
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The
pre-scan.shscript specifically searches for sensitive file paths such as.env,*.pem,*.key, andcredentials.json. While intended to identify files accidentally committed to version control, this functionality allows for the discovery of credentials and secrets within the environment. - [PROMPT_INJECTION]: The skill processes untrusted repository content to identify cleanup candidates, which presents an indirect prompt injection surface.
- Ingestion points: Repository code files are read by
rgand Python'sastmodule inpre-scan.shfor analysis. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the skill's logic.
- Capability inventory: The skill is granted
Read,Write,Bash,Glob, andGreptools, allowing for significant file system modification. - Sanitization: No sanitization or validation is performed on the repository data before it is processed by the agent.
Audit Metadata