agency-grid-layout-minimal
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's demo environment references and loads runtime libraries from well-known sources, including Tailwind CSS, GSAP (GreenSock Animation Platform) via the Cloudflare CDN, and Iconify. These are standard industry tools for front-end development and animation.
- [OBFUSCATION]: The
demo/index.htmlfile contains a large Base64-encoded string that stores the HTML content of the design demo. This is a common technique used for packaging and loading sandboxed demos within a single file to maintain strict security policies without external dependencies. The decoded content is standard HTML/CSS/JS and does not contain malicious code or hidden instructions. - [COMMAND_EXECUTION]: No dangerous shell commands, privilege escalation attempts (such as sudo), or persistence mechanisms were detected in the skill instructions or supporting scripts.
- [DATA_EXFILTRATION]: There is no evidence of sensitive data harvesting (such as accessing .env, .ssh, or .aws directories) or unauthorized transmission of user data to external servers.
Audit Metadata