goose-ads
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
gooseworksCLI and a suite ofmcp__gooseworks__*tools to interact with its backend. This includes operations for ad generation, brand management, and cost estimation. - [EXTERNAL_DOWNLOADS]: The skill uses the
gooseworks fetchcommand to download ad-analytics recipes and scripts from the vendor-ownedgoose-skillsrepository on demand. - [REMOTE_CODE_EXECUTION]: The agent is instructed to save downloaded scripts to
/tmp/gooseworks-scripts/and execute them to perform complex diagnostics such as campaign performance analysis, lead quality auditing, and competitor intelligence. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection (Category 8).
- Ingestion points: Data is ingested via
get_brand_kit, which is populated by a research pass that fetches content from external URLs provided by the user (website_url). It also ingests external project data throughremix_community_ad. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore or sanitize potentially malicious instructions embedded in the crawled website content or community projects.
- Capability inventory: The skill has the capability to perform network API calls (
submit_remix_batch,update_brand_kit), execute shell commands via the CLI, and write files to the local disk (write_file). - Sanitization: No explicit sanitization or validation of the ingested external content is mentioned before it is used to steer ad generation or update the brand kit.
Audit Metadata