Static Scan Results
scanned 7h ago · by rust-scannerStatic analysis completed at 93.0% confidence. No malicious behavior was detected; 6 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Source & flagged code
2 flagged · loading sourcedist/engines.jsView file
57export async function importEngine(bundlePath) {
L58: const mod = await import(pathToFileURL(bundlePath).href);
L59: return validateEngine(mod);
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/engines.jsView on unpkg · L57dist/index.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @praser/roomba@2.0.1
matchedIdentity = npm:QHByYXNlci9yb29tYmE:2.0.1
similarity = 0.778
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.
dist/index.jsView on unpkgFindings
1 High3 Medium2 Low
HighPrevious Version Dangerous Deltadist/index.js
MediumDynamic Requiredist/engines.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem