Static Scan Results
scanned 6d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcesrc/lib/runtime-probe.mjsView file
162* @param {number} [timeout] ліміт очікування в мс; за замовчуванням `PROBE_TIMEOUT_MS`
L163: * @returns {import('node:child_process').SpawnSyncReturns<string>} результат spawnSync
L164: */
Medium
Dynamic Require
Package source references dynamic require/import behavior.
src/lib/runtime-probe.mjsView on unpkg · L162214// safe eval of primitive literals
L215: try { input = new Function('return ' + inputLiteral)() } catch { continue }
L216: try {
Low
Eval
Package source references a known benign dynamic code generation pattern.
src/lib/runtime-probe.mjsView on unpkg · L214Findings
3 Medium4 Low
MediumDynamic Requiresrc/lib/runtime-probe.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEvalsrc/lib/runtime-probe.mjs
LowFilesystem
LowHigh Entropy Strings