registry  /  @teamvelix/velix  /  5.2.9

@teamvelix/velix@5.2.9

Velix v5 — A modern full-stack React framework

Static Scan Results

scanned 6d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 17 file(s), 371 KB of source, external domains: schema.org, www.sitemaps.org

Source & flagged code

5 flagged · loading source
dist/chunk-HMCBOHTD.jsView file
12import { renderToString } from 'react-dom/server'; L13: import { spawnSync, spawn } from 'child_process'; L14: export { useFormStatus } from 'react-dom';
High
Child Process

Package source references child process execution.

dist/chunk-HMCBOHTD.jsView on unpkg · L12
185timeout: 15e3, L186: shell: true L187: });
High
Shell

Package source references shell execution.

dist/chunk-HMCBOHTD.jsView on unpkg · L185
182function detectTailwindCli() { L183: const v4 = spawnSync("npx @tailwindcss/cli --help", { L184: stdio: "pipe",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/chunk-HMCBOHTD.jsView on unpkg · L182
dist/chunk-RU23OKU5.jsView file
370const url = pathToFileURL(pluginPath).href; L371: const mod = await import(`${url}?t=${Date.now()}`); L372: const plugin = mod.default || mod;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/chunk-RU23OKU5.jsView on unpkg · L370
471console.log(""); L472: console.log(` ${c.bold}Local:${c.reset} ${c.cyan}http://${host}:${port}${c.reset}`); L473: console.log(` ${c.bold}Mode:${c.reset} ${mode === "development" ? c.yellow : c.green}${mode}${c.reset}`);
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/chunk-RU23OKU5.jsView on unpkg · L471

Findings

3 High4 Medium5 Low
HighChild Processdist/chunk-HMCBOHTD.js
HighShelldist/chunk-HMCBOHTD.js
HighRuntime Package Installdist/chunk-HMCBOHTD.js
MediumDynamic Requiredist/chunk-RU23OKU5.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/chunk-RU23OKU5.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings