fabric-council
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it interpolates untrusted user-provided content from the
π.taskandπ.rolesvariables directly into agent prompts without sanitization or boundary markers. - Ingestion points: Untrusted data enters the context via the
π.taskandπ.rolesparameters inSKILL.md. - Boundary markers: The task content is appended to the agent instructions without using delimiters (such as XML tags or triple dashes) or specific instructions for the agent to disregard any commands embedded within the task.
- Capability inventory: The agents spawned by this skill are granted the
read,grep,find, andlstools, providing them with the capability to browse and read the local file system if instructed by a malicious prompt. - Sanitization: There is no evidence of sanitization, validation, or escaping of the user-provided task before it is processed by the agents.
Audit Metadata