brand-extract
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the
agent-browsertool to fetch external resources, including SVG logos, font files, and hero images from target websites to populate the generated kit. - [COMMAND_EXECUTION]: Utilizes platform-specific CLI tools
od brand previewandod brand finalizeto manage the rendering, validation, and registration of extracted brand kits. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data (DOM, CSS, and copy) from arbitrary websites.
- Ingestion points: Harvesting content from live websites via
agent-browsersnapshots as described inSKILL.md. - Boundary markers: The instructions include a safety reminder to treat page content as untrusted evidence, though technical delimiters for the scraped content are not specified.
- Capability inventory: The agent has
file_writepermissions to save assets and can executeod brandcommands. - Sanitization: The included
brand.htmltemplate implements anesc()function to escape HTML entities, mitigating XSS risks when rendering extracted data.
Audit Metadata