Static Scan Results
scanned 6h ago · by rust-scannerStatic analysis flagged 12 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
Source & flagged code
4 flagged · loading sourcedist/index.jsView file
28595patternName = aws_access_key
severity = critical
line = 28595
matchedText = accessKe...LE",
Critical
Critical Secret
Package contains a critical-looking secret pattern.
dist/index.jsView on unpkg · L2859528595patternName = aws_access_key
severity = critical
line = 28595
matchedText = accessKe...LE",
Critical
16var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
L17: var __require = /* @__PURE__ */ createRequire(import.meta.url);
L18:
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/index.jsView on unpkg · L16180headers,
L181: body: body || undefined
L182: };
...
L467: function encodeRfc3986(str) {
L468: return encodeURIComponent(str).replace(/[!'()*]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
L469: }
...
L567: try {
L568: const response = await fetch(signedRequest.url, fetchOptions);
L569: clearTimeout(timeoutId);
...
L760: public: true,
L761: private: true,
L762: presence: true
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/index.jsView on unpkg · L180Findings
2 Critical5 Medium5 Low
CriticalCritical Secretdist/index.js
CriticalSecret Patterndist/index.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings