registry  /  react-scan-pro  /  0.1.0

react-scan-pro@0.1.0

Scan your React app for renders

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsMinifiedUrlStrings
Manifest
WildcardDependency
scanned 33 file(s), 3.32 MB of source, external domains: github.com, million.dev, reactjs.org, tailwindcss.com, unpkg.com, www.react-grab.com, www.w3.org

Source & flagged code

2 flagged · loading source
dist/cli.jsView file
44// src/cli.mts L45: var import_node_child_process = require("child_process"); L46: var import_node_fs2 = require("fs");
High
Child Process

Package source references child process execution.

dist/cli.jsView on unpkg · L44
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 · L562

Findings

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