registry  /  @teamvelix/cli  /  5.3.2

@teamvelix/cli@5.3.2

Velix v5 CLI — Create, develop, and build Velix applications

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 7 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
ChildProcessFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 8 file(s), 31.5 KB of source, external domains: github.com, teamvelix.vercel.app

Source & flagged code

2 flagged · loading source
dist/build-UNC2I4XB.jsView file
11log.info("Building for production..."); L12: const { spawn } = await import("child_process"); L13: const cwd = process.cwd();
High
Child Process

Package source references child process execution.

dist/build-UNC2I4XB.jsView on unpkg · L11
23} L24: const child = spawn(`npx tsx "${buildScript}"`, { L25: stdio: "inherit",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/build-UNC2I4XB.jsView on unpkg · L23

Findings

2 High1 Medium4 Low
HighChild Processdist/build-UNC2I4XB.js
HighRuntime Package Installdist/build-UNC2I4XB.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings