registry  /  @vincentt-xr/cli  /  0.1.2

@vincentt-xr/cli@0.1.2

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

Static Scan Results

scanned 6h 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 24 file(s), 87.8 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
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 · L18

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