Static Scan Results
scanned 7d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourceindex.jsView file
2L3: const { spawn } = require('child_process');
L4: const readline = require('readline');
Medium
commands/duplicates.jsView file
59let dupPath = await context.askQuestion('Enter folder path to scan (Press Enter for current directory): ');
L60: if (!dupPath) dupPath = process.cwd();
L61:
Low
Weak Crypto
Package source references weak cryptographic algorithms.
commands/duplicates.jsView on unpkg · L59install.batView file
•path = install.bat
kind = build_helper
sizeBytes = 1477
magicHex = [redacted]
Medium
Findings
4 Medium4 Low
MediumDynamic Requireindex.js
MediumEnvironment Vars
MediumShips Build Helperinstall.bat
MediumStructural Risk Force Deep Review
LowWeak Cryptocommands/duplicates.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings