registry  /  @teamvelix/velix  /  5.3.0

@teamvelix/velix@5.3.0

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), 396 KB of source, external domains: fonts.googleapis.com, schema.org, velixcloud.io, www.sitemaps.org

Source & flagged code

5 flagged · loading source
dist/chunk-OKEPYKAP.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-OKEPYKAP.jsView on unpkg · L12
185timeout: 15e3, L186: shell: true L187: });
High
Shell

Package source references shell execution.

dist/chunk-OKEPYKAP.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-OKEPYKAP.jsView on unpkg · L182
dist/runtime/start-build.jsView file
84const configUrl = pathToFileURL(configPath).href; L85: const module = await import(`${configUrl}?t=${Date.now()}`); L86: userConfig = module.default || module;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/runtime/start-build.jsView on unpkg · L84
dist/chunk-IH5DV2WC.jsView file
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-IH5DV2WC.jsView on unpkg · L471

Findings

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