Static Scan Results
scanned 29m 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
6// src/client.ts
L7: var DEFAULT_BASE_URL = "https://api.www.cite42.dev/v1";
L8: function readFlag(name) {
...
L18: function resolveApiKey() {
L19: return readFlag("api-key") ?? process.env.CITE42_API_KEY;
L20: }
...
L40: },
L41: body: JSON.stringify(body)
L42: });
L43: if (!res.ok) {
L44: const text = await res.text();
L45: 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 · L6Findings
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