nextjs-turbopack — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited nextjs-turbopack (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and hot updates.
--webpack (or --no-turbopack depending on your Next.js version; check the docs for your version).
next build) may use Turbopack or webpack depending on the Next.js version;check the official Next.js documentation for your version.
Use this when developing or debugging Next.js 16+ applications, diagnosing slow dev startup or HMR, or optimizing production bundles.
example, 5-14x in large projects).
next dev runs with Turbopack unless it is disabled..next, and no extra configuration isneeded for basic use.
dependencies; enable it via config or an experimental flag (see the Next.js documentation for your version).
#### Commands
To run local development with Turbopack:
next devTo create a production build:
next buildTo start the production server after building:
next start#### Usage
Run next dev for local development with Turbopack. Use the Bundle Analyzer to optimize code-splitting and trim large dependencies (see the Next.js documentation). Prefer the App Router and server components where possible.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.