ad-creative
Warn
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download, install, and execute software from untrusted third-party sources. In
references/imessage-video-ads.md, it recommends installing an external pipeline vianpx gooseworks install --all. Inreferences/generative-tools.md, it provides instructions to clone and build an open-source voice tool from a personal GitHub repository:git clone https://github.com/jamiepine/voicebox.git. Inreferences/motion-video-ads.md, it references a third-party repositoryBomx/super-video-maker-skillfor creative recipes. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data which could contain malicious instructions meant to override agent behavior. Ingestion points: The 'Grounded Inputs' workflow in
SKILL.mdrequires reading customer reviews from Trustpilot, Amazon, and G2, as well as ad comments. Boundary markers: The instructions do not define delimiters or specific 'ignore' directives to prevent the agent from following instructions embedded in the review or comment data. Capability inventory: AcrossSKILL.mdand referenced files, the agent has access to ad platform tools (e.g.,google-ads campaigns create) with write permissions, and can write output files locally. Sanitization: Validation focuses on platform character limits rather than instruction filtering or content sanitization. - [COMMAND_EXECUTION]: The skill provides numerous shell command patterns for the agent to follow.
SKILL.mdincludes examples for running local Node.js CLI tools (node tools/clis/google-ads.js).references/imessage-video-ads.mdandreferences/generative-tools.mdprovide commands for package installation and repository setup.
Audit Metadata