progressive-blur
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The demo component references runtime libraries including GSAP, Tailwind CSS, and Iconify from well-known public CDNs (cdnjs, cdn.tailwindcss.com, iconify.design). It also references design assets hosted on Supabase. These services are widely recognized as trusted infrastructure and do not escalate the risk profile.
- [OBFUSCATION]: In
demo/index.html, the demonstration HTML is bundled within a Base64-encoded string (encodedHtml). Analysis of the decoded payload confirms it is a legitimate landing page template representing the 'GOLABS' project, used here to demonstrate the blur effect in a realistic context. - [DYNAMIC_EXECUTION]: The implementation uses an iframe with the
srcdocattribute to render the encoded demo content at runtime. This approach is a standard security practice for isolating demo code and preventing cross-origin conflicts.
Audit Metadata