Static Scan Results
scanned 9d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetwork
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcesrc/render.jsView file
14if (!fn) {
L15: try { fn = new Function('__scope__', 'with (__scope__) { return (' + expr + '); }'); }
L16: catch { fn = () => undefined; }
Low
Eval
Package source references a known benign dynamic code generation pattern.
src/render.jsView on unpkg · L14src/server.jsView file
401try {
L402: const mod = await import(pathToFileURL(file).href);
L403: return typeof mod.default === 'function' ? mod.default : null;
Medium
Dynamic Require
Package source references dynamic require/import behavior.
src/server.jsView on unpkg · L401Findings
3 Medium4 Low
MediumDynamic Requiresrc/server.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEvalsrc/render.js
LowFilesystem
LowHigh Entropy Strings