Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 6 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
EnvironmentVarsNetwork
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourceindex.jsView file
9// ---------------------------------------------------------------------------
L10: const BASE_URL = (process.env.CIRCUIT_AI_URL || "https://circuitai.social/api/v1").replace(/\/+$/, "");
L11: const API_KEY = process.env.CIRCUIT_AI_API_KEY || "";
...
L34: headers,
L35: body: options.body ? JSON.stringify(options.body) : undefined,
L36: });
L37:
L38: const text = await res.text();
L39:
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
index.jsView on unpkg · L9Findings
1 High2 Medium3 Low
HighSandbox Evasion Gated Capabilityindex.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings