cmo
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits a significant attack surface for indirect prompt injection as it is designed to ingest and process data from external URLs (via
mktg init --from <url>andfirecrawl) and social media signals (vialast30days). While the skill mandates multiple quality gates—including an editorial pass, an AI slop audit, and content reviewer agents—these are primarily focused on output quality rather than adversarial input sanitization. The reliance on external data to populate core brand files could allow malicious instructions in processed websites to influence downstream agent behavior. - [COMMAND_EXECUTION]: The skill relies extensively on the
Bashtool to executemktgCLI commands,curlfor interacting with a local Studio API, andjqfor data processing. These operations are core to its function as a marketing orchestrator and are used for local state management, health checks, and dashboard integration. - [SAFE]: The skill demonstrates high-security awareness by explicitly instructing the agent to never read or write
.envfiles and to avoid hardcoding credentials, instead referencing astack.mdconfiguration. Furthermore, therules/safety.mdfile mandates the use of--dry-runand explicit user approval before any external action, such as sending emails or posting to social media, which provides a strong human-in-the-loop safety mechanism.
Audit Metadata