file-analysis
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the files it analyzes.
- Ingestion points: File system metadata (directory names, file names) and project manifest files like
package.json,Cargo.toml, orpyproject.tomlare read during execution. - Boundary markers: Absent. There are no instructions to the agent to ignore or delimit embedded commands found within the analyzed file structures.
- Capability inventory: The skill uses the
Bashtool to execute commands likefind,wc, andtree, which could be influenced by malicious content in the codebase being mapped. - Sanitization: No sanitization or validation is applied to the data retrieved from the file system or manifest files.
Audit Metadata