Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node ./scripts/post-build.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgsrc/templates/project/component/dynamic/component-generator.jsView file
73// Evaluate the transformed code synchronously
L74: const dynamicComponentFunction = new Function(['React, fragment', ...Object.keys(importedComponents)].join(', '), `return ${transformedCode}`);
L75: const dynamicComponent = dynamicComponentFunction(React, fragment, ...Object.values(importedComponents));
Low
Eval
Package source references a known benign dynamic code generation pattern.
src/templates/project/component/dynamic/component-generator.jsView on unpkg · L73index.jsView file
6Object.defineProperty(exports, "__esModule", { value: true });
L7: const yargs_1 = __importDefault(require("yargs"));
L8: const fs_extra_1 = __importDefault(require("fs-extra"));
Medium
src/templates/project/esbuild/esbuild.script.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @wavemaker/rn-codegen@11.9.1-6.647649
matchedIdentity = npm:QHdhdmVtYWtlci9ybi1jb2RlZ2Vu:11.9.1-6.647649
similarity = 0.692
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
src/templates/project/esbuild/esbuild.script.jsView on unpkgFindings
2 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighPrevious Version Dangerous Deltasrc/templates/project/esbuild/esbuild.script.js
MediumDynamic Requireindex.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvalsrc/templates/project/component/dynamic/component-generator.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings