Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 14 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 snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsMinifiedTelemetryUrlStrings
Source & flagged code
5 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/dedupe-peer-deps.mjs
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgdist/features/auth/auth-helpers.jsView file
26patternName = generic_password
severity = medium
line = 26
matchedText = password...rd",
Medium
Secret Pattern
Package contains a possible secret pattern.
dist/features/auth/auth-helpers.jsView on unpkg · L26dist/cli/index.jsView file
116// Opaque dynamic import — prevents bundlers from statically analysing the path
L117: const _dynamicImport = new Function("modulePath", "return import(modulePath)");
L118: function deepMerge(a, b) {
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/cli/index.jsView on unpkg · L116dist/security/settings-encryption.jsView file
1// crypto is a Node.js built-in. Use require() to keep it out of the static
L2: // import graph so Next.js Edge bundler does not warn about this file.
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/security/settings-encryption.jsView on unpkg · L1scripts/seed-cli.mjsView file
437patternName = generic_password
severity = medium
line = 437
matchedText = await au... });
Medium
Findings
1 High6 Medium7 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumSecret Patterndist/features/auth/auth-helpers.js
MediumDynamic Requiredist/security/settings-encryption.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumSecret Patternscripts/seed-cli.mjs
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/cli/index.js
LowFilesystem
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings