Static Scan Results
scanned 2h 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
ChildProcessEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/cli.jsView file
7L8: // package.json
L9: var version = "0.1.12";
...
L21: var OperationFailed = class extends Data.TaggedError("OperationFailed") {
L22: [Runtime.errorExitCode] = 1;
L23: [Runtime.errorReported] = false;
...
L640: try {
L641: raw = JSON.parse(input);
L642: } catch {
...
L670: provider: "google",
L671: body: body.entry,
L672: heading: heading.entry
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli.jsView on unpkg · L7Findings
1 High2 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/cli.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings