Skip to main content

bundle-analyze

Analyzes and optimizes JavaScript bundle sizes for various build tools, enhancing performance through effective strategies.

Install this skill

or
79/100

Security score

The bundle-analyze skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215```bash
medium line 735

Template literal with variable interpolation in command context

SourceSKILL.md
735console.log(` ${dep}: ${knownLargePackages[dep]}`);
medium line 900

Template literal with variable interpolation in command context

SourceSKILL.md
900```bash
medium line 1218

Template literal with variable interpolation in command context

SourceSKILL.md
1218```bash
low line 515

Access to .env file

SourceSKILL.md
515enabled: process.env.ANALYZE === 'true',
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →