Static Scan Results
scanned 6h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcedist/cli/index.jsView file
18import { fetchNext, readCursor, writeCursor } from "../lib/feedback.js";
L19: const DEFAULT_EDITOR_URL = "https://editor.vincentt.studio";
L20: const DEFAULT_API_URL = "https://api.vincentt.studio";
...
L35: const dir = flag("--dir");
L36: return dir ? path.resolve(dir) : process.cwd();
L37: }
...
L39: async function login() {
L40: const editorUrl = flag("--editor") ?? process.env.VINCENTT_EDITOR_URL ?? DEFAULT_EDITOR_URL;
L41: const apiUrl = flag("--api") ?? process.env.VINCENTT_API_URL ?? DEFAULT_API_URL;
L42: const tokenName = flag("--name") ?? `Vincentt CLI (${os.hostname()})`;
L43: console.log("Opening your browser to authorize this device…");
...
L62: console.log("Not signed in. Run `vincentt login`.");
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli/index.jsView on unpkg · L18Findings
1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/cli/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License