Skip to main content

bundle-analysis

Optimizes JavaScript bundle sizes for improved performance in web applications, identifying large dependencies and enhancing load times.

Install this skill

or
89/100

Security score

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

Categories Tested

Security Issues

medium line 388

Template literal with variable interpolation in command context

SourceSKILL.md
388```yaml
low line 209

Fetch to external URL

SourceSKILL.md
209const response = await fetch("/api/brands");
low line 50

Access to .env file

SourceSKILL.md
50enabled: process.env.ANALYZE === "true",
low line 475

External URL reference

SourceSKILL.md
475"url": ["http://localhost:3000", "http://localhost:3000/charts"]
low line 582

External URL reference

SourceSKILL.md
582- Next.js Bundle Analyzer: https://www.npmjs.com/package/@next/bundle-analyzer
low line 584

External URL reference

SourceSKILL.md
584- Web.dev Bundle Size: https://web.dev/your-first-performance-budget/
low line 585

External URL reference

SourceSKILL.md
585- Next.js Optimization: https://nextjs.org/docs/app/building-your-application/optimizing
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →