woostack-review
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from GitHub pull requests, including titles, bodies, and comments, which could potentially contain malicious instructions intended to influence the agent's behavior. This risk is inherent to tools analyzing external repositories and communications.\n
- Ingestion points:
scripts/prefetch.shretrieves PR metadata and comments using theghCLI, which are then passed to the model viascripts/load-prompt.sh.\n - Boundary markers: The skill uses explicit delimiters and warnings. In
scripts/load-prompt.sh, untrusted comment bodies are wrapped in<untrusted_user_comment>tags with instructions to ignore embedded directives.\n - Capability inventory: Worker subagents call
bash,python3,node, andghbut operate in read-only or isolated sessions as described inSKILL.md.\n - Sanitization:
scripts/load-prompt.shsanitizes input by stripping control characters and escaping closing tags to prevent block escape.\n\n- [EXTERNAL_DOWNLOADS]: The skill fetches external content and utilizes third-party tools at runtime.\n - Angle Rubrics: The
aeoangle fetches additional reference rubrics from thecoreyhaines31/marketingskillsrepository on GitHub at runtime usinggh api. This content is used as reference text for the AI audit.\n - Tool Execution: The
designangle executes theimpeccableCLI tool vianpx. While this involves downloading code, it targets a recognized project and the execution is restricted to its audit function. The tool version is unpinned by default ('latest').
Audit Metadata