compound
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate documentation tasks by reading local conversation history and writing markdown files to the
docs/solutions/directory. No malicious patterns such as exfiltration, obfuscation, or unauthorized command execution were detected. - [COMMAND_EXECUTION]: The skill uses directory creation commands (
mkdir -p) to organize documentation. This is restricted to the specific local documentation path and is essential for the skill's primary function. - [PROMPT_INJECTION]: The skill ingests untrusted data from conversation history to generate documentation. This is an intended surface for its primary use-case, and the logic is confined to generating markdown files without executing embedded instructions.
Audit Metadata