Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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 sourcedist/stdio.mjsView file
10// src/client.ts
L11: var DEFAULT_BASE_URL = "https://api.cite42.dev/v1";
L12: function readFlag(name) {
...
L22: function getApiKey() {
L23: const key = readFlag("api-key") ?? process.env.CITE42_API_KEY;
L24: if (!key) {
...
L41: },
L42: body: JSON.stringify(body)
L43: });
L44: if (!res.ok) {
L45: const text = await res.text();
L46: throw new Error(`Cite42 API ${res.status} ${path}: ${text}`);
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/stdio.mjsView on unpkg · L10Findings
1 High3 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/stdio.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings