growth-arsenal-workspace
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-supplied JSON payloads containing market research and reviews. These inputs are ingested through the
applyandadd-reviewcommands inscripts/arsenal.py. The skill generates HTML and Markdown reports (file-write capability) that incorporate this data. To prevent injection or breakout attacks, the skill implements boundary markers and sanitization viahtml.escapefor HTML templates and a dynamic backtick-fencing mechanism inscripts/render.pyto ensure JSON blocks in Markdown cannot be terminated by malicious content. - [DYNAMIC_EXECUTION]: The skill uses
__import__to dynamically reference a local module andimportlibwithin its test suite. These operations are restricted to hardcoded local file paths and do not facilitate arbitrary code execution from untrusted sources. - [COMMAND_EXECUTION]: The skill provides a CLI interface for workshop management. All script operations are performed on local files within the workspace and do not invoke external shell commands using unsanitized user input.
Audit Metadata