Static Scan Results
scanned 9d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcesrc/templates/project/component/dynamic/component-generator.jsView file
68// Evaluate the transformed code synchronously
L69: const dynamicComponentFunction = new Function(['React, fragment', ...Object.keys(importedComponents)].join(', '), `return ${transformedCode}`);
L70: 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 · L68index.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
Findings
3 Medium5 Low
MediumDynamic Requireindex.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEvalsrc/templates/project/component/dynamic/component-generator.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings