Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessEnvironmentVarsFilesystemNetwork
HighEntropyStringsMinifiedUrlStrings
WildcardDependency
Source & flagged code
2 flagged · loading sourcedist/cli.jsView file
44// src/cli.mts
L45: var import_node_child_process = require("child_process");
L46: var import_node_fs2 = require("fs");
High
562console.log(import_picocolors.default.dim("\n Installing React Doctor...\n"));
L563: (0, import_node_child_process.execSync)("npx -y react-doctor@latest install --yes", {
L564: cwd,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli.jsView on unpkg · L562Findings
2 High4 Medium4 Low
HighChild Processdist/cli.js
HighRuntime Package Installdist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings