Static Scan Results
scanned 6d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourcedist/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 · L12185timeout: 15e3,
L186: shell: true
L187: });
High
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 · L182dist/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 · L370471console.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 · L471Findings
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