Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
GitDependencyNoLicense
Source & flagged code
2 flagged · loading sourcebin/commands/init-template-tasks/generate-entry-nunjucks-file.jsView file
49const moduleObj = { exports: moduleExports };
L50: new Function('exports', 'module', code)(moduleExports, moduleObj);
L51:
Low
Eval
Package source references a known benign dynamic code generation pattern.
bin/commands/init-template-tasks/generate-entry-nunjucks-file.jsView on unpkg · L49bin/utils/index.jsView file
151try {
L152: const { default: fertConfig } = await import(pathToFileURL(configPath));
L153:
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/utils/index.jsView on unpkg · L151Findings
5 Medium7 Low
MediumDynamic Requirebin/utils/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumGit Dependency
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvalbin/commands/init-template-tasks/generate-entry-nunjucks-file.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License