design-extractor
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted screenshots and URLs which could potentially contain malicious text instructions designed to subvert agent behavior.
- Ingestion points: Untrusted screenshot files and live URLs are processed as described in
SKILL.mdandreferences/extraction-guide.md. - Boundary markers: The skill includes a dedicated 'Prompt Injection Boundary' section in
SKILL.mdthat explicitly instructs the agent to treat extracted content as data rather than instructions. - Capability inventory: The skill utilizes file system access (
Read, writing JSON files), network browsing via the/browsetool, and repository management viagit,ghCLI, andnpmscripts. - Sanitization: Relies on internal LLM guardrails and the specific instruction to treat visual content as descriptive data rather than executable commands.
Audit Metadata