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
ChildProcessEnvironmentVarsFilesystemNetworkShell
UrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcebin/xevy.mjsView file
21*/
L22: import { spawnSync } from "node:child_process";
L23: import { createRequire } from "node:module";
...
L32:
L33: const DEFAULT_BASE = "https://xevy.ai";
L34: const DEFAULT_AGENTS = ["cursor", "claude-code"];
L35: const isWindows = process.platform === "win32";
L36:
L37: const PI_PACKAGE = "@mariozechner/pi-coding-agent";
L38: const PI_EXTENSION_DIR = path.join(os.homedir(), ".pi", "agent", "extensions");
L39: // pi extensions installed by `xevy pi` — file name + a marker string used to
...
L47: try {
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
bin/xevy.mjsView on unpkg · L21Findings
1 High2 Medium3 Low
HighSandbox Evasion Gated Capabilitybin/xevy.mjs
MediumNetwork
MediumEnvironment Vars
LowFilesystem
LowUrl Strings
LowNo License