Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 7 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
ChildProcessCryptoFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/chunk-4UHQWBFA.jsView file
4var MAX_RESPONSE_SIZE = 5 * 1024 * 1024;
L5: async function webFetch(input) {
L6: const urlError = validateUrl(input.url);
...
L32: }
L33: const decoder = new TextDecoder("utf-8", { fatal: false });
L34: let totalBytes = 0;
...
L133: text: `WebFetch failed for "${url}": ${result.error}`,
L134: data: {
L135: url,
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/chunk-4UHQWBFA.jsView on unpkg · L4Findings
1 High2 Medium4 Low
HighCloud Metadata Accessdist/chunk-4UHQWBFA.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings