filesystem
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill operates on external files, which creates a standard attack surface for indirect prompt injection.
- Ingestion points: File content is ingested using the
ReadandGreptools as specified inSKILL.md. - Boundary markers: Absent; there are no specific instructions or delimiters provided to the agent to treat file content as untrusted data.
- Capability inventory: The skill utilizes
Bashfor command execution andWrite/Editfor filesystem modifications (SKILL.md). - Sanitization: Absent; the skill does not define validation or filtering logic for data read from the filesystem.
- [SAFE]: The skill's primary operations involve legitimate built-in tools for file reading, writing, and searching.
- [SAFE]: External tool references are limited to well-known developer utilities like
pnpmandripgrep. - [SAFE]: The persistence mechanism described (Memory Protocol) is a standard practice for agent state management and does not facilitate unauthorized access.
Audit Metadata