filesystem
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation encourages the use of the
Bashtool for various filesystem management tasks, including directory creation (mkdir -p), file moving (mv), and file deletion (rm -r). It also mentions the use ofchmodfor resolving permission issues. - [PROMPT_INJECTION]: The skill defines an indirect prompt injection surface (Category 8) as it provides instructions for reading and processing external data from the filesystem (via
ReadandGrep) and then performing actions likeEditorWritebased on that content. - Ingestion points:
ReadandGreptools (documented inSKILL.md) - Boundary markers: None mentioned; the skill does not instruct the agent to use delimiters or ignore instructions within files.
- Capability inventory:
Write,Edit, andBashtools (documented inSKILL.md) - Sanitization: None mentioned.
- [DATA_EXFILTRATION]: The skill enables a broad data access surface by instructing the agent on how to read various file formats, including source code, PDFs (text extraction), and images (visual display), without sandbox restrictions.
Audit Metadata