css-border-gradient
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's demo environment fetches necessary runtime libraries and design assets from well-known technology services.
- Fetches GSAP animation libraries (gsap.min.js and ScrollTrigger.min.js) from Cloudflare's cdnjs repository.
- Loads styling utilities from the official Tailwind CSS CDN.
- Retrieves icon components from the Iconify project's official CDN.
- Accesses botanical image assets hosted on Supabase infrastructure.
- [OBFUSCATION]: The HTML content for the interactive demo in
demo/index.htmlis encoded as a Base64 string. This is a standard packaging mechanism used by the platform to transport the full HTML document for the interactive preview. - [DYNAMIC_EXECUTION]: The skill renders its interactive demo by decoding the Base64 content at runtime and injecting it into a sandboxed iframe via the
srcdocattribute, ensuring the demo runs in an isolated context.
Audit Metadata