Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
One or more suspicious static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/patch-ethers.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgdist/config/plugin-loader.jsView file
5export async function loadPluginModule(packageName, pluginsDir) {
L6: const { join, resolve } = await import('node:path');
L7: const { pathToFileURL } = await import('node:url');
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/config/plugin-loader.jsView on unpkg · L5dist/discovery/dht-node.jsView file
213return;
L214: if (!this.config.allowPrivateIPs && !isPublicIP(peer.host))
L215: return;
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/discovery/dht-node.jsView on unpkg · L213Findings
1 High4 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumDynamic Requiredist/config/plugin-loader.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/discovery/dht-node.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License