registry  /  next-bun-compile  /  1.0.0

next-bun-compile@1.0.0

Compile your Next.js app into a Bun single-file executable

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 66.5 KB of source, external domains: bun.sh

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = bun -e "try{require('fs').symlinkSync('..','node_modules/next-bun-compile')}catch{}"
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = bun -e "try{require('fs').symlinkSync('..','node_modules/next-bun-compile')}catch{}"
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/runtime/serve.jsView file
17*/ L18: const path = require("path"); L19: const { Readable, Writable } = require("stream");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/runtime/serve.jsView on unpkg · L17

Findings

1 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requiredist/runtime/serve.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings