file-organize
Warn
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's
SKILL.mdfile suggests an optional validation step using the commandpython3 scripts/validate_output.py "<markdown-output>". Because the agent's output is derived from untrusted user notes and files, this creates a shell command injection vector. A malicious file could be crafted to include shell metacharacters (e.g., backticks,$(...), or;) which, when included in the agent's response and passed to the shell, would execute arbitrary code on the host system. - [PROMPT_INJECTION]: The skill facilitates indirect prompt injection by processing external data and using it to trigger a shell-based capability without adequate protection.
- Ingestion points: Content from user-provided files and notes processed in
SKILL.mdandreferences/workflow.md. - Boundary markers: Absent. The instructions do not define delimiters or provide warnings to ignore instructions found within the files being organized.
- Capability inventory: Shell execution via
python3 scripts/validate_output.pyas defined in theSKILL.mdquick start instructions. - Sanitization: Absent. The skill provides no instructions for the agent to sanitize or escape its markdown output before using it as a command-line argument.
Audit Metadata