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 apply and add-review commands in scripts/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 via html.escape for HTML templates and a dynamic backtick-fencing mechanism in scripts/render.py to ensure JSON blocks in Markdown cannot be terminated by malicious content.
  • [DYNAMIC_EXECUTION]: The skill uses __import__ to dynamically reference a local module and importlib within 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
Risk Level
SAFE
Analyzed
Sep 3, 2026, 01:13 PM
Security Audit — agent-trust-hub — growth-arsenal-workspace