Static Scan Results
scanned 3d 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
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
UrlStrings
Source & flagged code
2 flagged · loading sourceprovider/wasm.tsView file
12// eslint-disable-next-line no-new-func
L13: new Function("s", "return import(s)") as any;
L14:
Low
Eval
Package source references a known benign dynamic code generation pattern.
provider/wasm.tsView on unpkg · L12dist/rastack-compile.jsView file
12Object.defineProperty(exports, "__esModule", { value: true });
L13: const compile_1 = require("./compile");
L14: const DEFAULT_RESOURCES = "resources";
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/rastack-compile.jsView on unpkg · L12Findings
3 Medium4 Low
MediumDynamic Requiredist/rastack-compile.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEvalprovider/wasm.ts
LowFilesystem
LowUrl Strings