skeuomorphic-ui
Warn
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: MEDIUMOBFUSCATIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [OBFUSCATION]: The file
demo/index.htmlcontains a large Base64-encoded string (encodedHtml) that stores the full HTML and JavaScript source code for a design demo. This technique obscures the implementation details from static text-based analysis. - [DYNAMIC_EXECUTION]: The script in
demo/index.htmldecodes theencodedHtmlstring at runtime and injects it into an iframe'ssrcdocproperty. This dynamic assembly and execution of code is a concern as it bypasses simple scanning of the file's visible content. - [EXTERNAL_DOWNLOADS]: The skill configuration in
demo/source.jsonreferences external resources from established services, including Google Fonts, Tailwind CSS, GSAP (via Cloudflare), and Iconify. These are utilized to provide styling and interaction for the demo. - [INDIRECT_PROMPT_INJECTION]: The prompt instructions in
demo/PROMPT.mddirect the agent to use a remote URL from a third-party domain as a high-fidelity reference. This introduces a surface where external content could potentially influence the agent's code generation. - Ingestion points: The agent is instructed to read a reference snapshot URL in
demo/PROMPT.md. - Boundary markers: None identified.
- Capability inventory: The skill generates front-end code (HTML/CSS) but does not have system-level capabilities like file writing or shell execution.
- Sanitization: No evidence of sanitization for the external reference content.
Audit Metadata