registry  /  @vincentt-xr/cli  /  0.1.5

@vincentt-xr/cli@0.1.5

Vincentt CLI — the vincentt command-line dev loop (login, create, publish, preview, diagnostics, feedback, relay, mcp)

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 23 file(s), 94.1 KB of source, external domains: 127.0.0.1, api.vincentt.studio, editor.vincentt.studio, github.com

Source & flagged code

1 flagged · loading source
dist/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 · L20

Findings

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