ui-design
Fail
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill explicitly directs the agent to use shell commands such as
grepto perform self-audits on its generated code for forbidden colors, fonts, and icons. It also recommends usingcurl,wget, orInvoke-WebRequestto interact with external resources.\n- [EXTERNAL_DOWNLOADS]: The instructions encourage fetching remote assets (images, icons, and fonts) from arbitrary external URLs using command-line tools. The skill documentation specifically states that this approach is intended to bypass the SSRF and content-type filtering of previously removed tools, effectively instructing the agent to circumvent security constraints.\n- [INDIRECT_PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by instructing the agent to download and process external assets from untrusted sources. \n - Ingestion points: Shell-based downloads (
curl,wget,Invoke-WebRequest) defined inSKILL.md.\n - Boundary markers: None provided for remote asset downloads.\n
- Capability inventory: Subprocess calls for
curl,wget,grep, andInvoke-WebRequestas described inSKILL.md.\n - Sanitization: No validation or sanitization is performed on the downloaded external content.
Recommendations
- AI detected serious security threats
Audit Metadata