bootstrap-customize
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Extensive review of the skill's markdown, Sass, HTML, and JavaScript files revealed no security threats. The content is educational and provides best practices for frontend theming.
- [EXTERNAL_DOWNLOADS]: Example HTML files (
color-mode-toggle.html,custom-theme-demo.html) download Bootstrap CSS and JS bundles fromcdn.jsdelivr.net. These downloads are secure as they utilize Subresource Integrity (SRI) attributes to verify file authenticity. - [DATA_EXPOSURE_AND_EXFILTRATION]: The JavaScript examples use
localStorageto persist the user's theme preference (e.g., 'dark' or 'light'). This is a standard and safe practice for UI state persistence and does not involve sensitive user data.
Audit Metadata