marketing-ad-creative
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process customer-generated content such as reviews and comments from external files (e.g.,
inputs/reviews/,inputs/comments/). This presents an indirect prompt injection surface where malicious instructions could be embedded in the processed data. The skill mitigates this by providing explicit instructions to escape specific characters (like<to\u003c) when populating the HTML review template. - Ingestion points:
SKILL.md(Grounded Inputs section) andreferences/creative-roadmap.md(Customer/brand signals). - Boundary markers: Present. The skill instructs the agent to isolate data within a specific JSON block in the
assets/creative-review-template.htmlfile. - Capability inventory: The skill performs file creation (HTML review page), executes shell commands for advertising platform CLIs (Google, Meta, TikTok), and generates text/code via LLM prompts.
- Sanitization: Present.
references/creative-review-page.mdcontains mandatory instructions for the agent to HTML-escape values at render time and specifically escape script tags to prevent injection into the generated output. - [COMMAND_EXECUTION]: The skill documents the use of various command-line interface (CLI) tools (e.g.,
google-ads,meta-ads,tiktok-ads) to pull performance data and manage campaigns. These operations are essential to the skill's primary function and are intended to be executed in the user's environment. - [EXTERNAL_DOWNLOADS]: The skill references several external tools and APIs for creative production, including code-based video generation (Remotion) and a third-party ad pipeline (Gooseworks). These are presented as production route options for the user rather than automated executions by the skill itself. The referenced generative tools (Gemini, Flux, ElevenLabs, etc.) are well-known and established services.
Audit Metadata