Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsMinifiedUrlStrings
Source & flagged code
3 flagged · loading sourcedist/cli.jsView file
13import { dirname, join, resolve } from 'node:path';
L14: import { execSync } from 'node:child_process';
L15: import { fileURLToPath } from 'node:url';
High
143try {
L144: execSync(`npx sirv ${reporterPath}`, {
L145: stdio: 'inherit',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli.jsView on unpkg · L143build/client/assets/components-W_vyjkQq.jsView file
65* @license MIT
L66: */async function Fn(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, ...
L67: * @remix-run/react v2.17.5
Medium
Dynamic Require
Package source references dynamic require/import behavior.
build/client/assets/components-W_vyjkQq.jsView on unpkg · L65Findings
3 High4 Medium4 Low
HighChild Processdist/cli.js
HighShell
HighRuntime Package Installdist/cli.js
MediumDynamic Requirebuild/client/assets/components-W_vyjkQq.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings