Static Scan Results
scanned 17h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
CopyleftLicense
Source & flagged code
2 flagged · loading sourcedist/memory/files.jsView file
1import { createHash, randomBytes } from "crypto";
L2: import { existsSync, mkdirSync, writeFileSync } from "fs";
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/memory/files.jsView on unpkg · L1dist/security/network.jsView file
1import { lookup } from "node:dns/promises";
L2: import { isIP } from "node:net";
...
L15: const BLOCKED_HOSTS = new Set(["localhost", "metadata.google.internal", "metadata", "169.254.169.254"]);
L16: const PRIVATE_IPV4_CIDRS = [
L17: "0.0.0.0/8",
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/security/network.jsView on unpkg · L1Findings
1 High3 Medium7 Low
HighCloud Metadata Accessdist/security/network.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/memory/files.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowCopyleft License