Static Scan Results
scanned 44m 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
20import { fetchNext, readCursor, writeCursor } from "../lib/feedback.js";
L21: const DEFAULT_EDITOR_URL = "https://editor.vincentt.studio";
L22: const DEFAULT_API_URL = "https://api.vincentt.studio";
...
L37: const dir = flag("--dir");
L38: return dir ? path.resolve(dir) : process.cwd();
L39: }
...
L41: async function login() {
L42: const editorUrl = flag("--editor") ?? process.env.VINCENTT_EDITOR_URL ?? DEFAULT_EDITOR_URL;
L43: const apiUrl = flag("--api") ?? process.env.VINCENTT_API_URL ?? DEFAULT_API_URL;
L44: const tokenName = flag("--name") ?? `Vincentt CLI (${os.hostname()})`;
L45: console.log("Opening your browser to authorize this device…");
...
L76: 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 · L20Findings
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