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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/cli/index.jsView file
23import pc3 from 'picocolors';
L24: import { execSync } from 'child_process';
L25:
High
18397spinner = ora("Installing Chromium dependencies...").start();
L18398: execSync("npx playwright-core install chromium", { stdio: "inherit" });
L18399: if (process.platform === "linux") {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/index.jsView on unpkg · L18397Findings
3 High3 Medium5 Low
HighChild Processdist/cli/index.js
HighShell
HighRuntime Package Installdist/cli/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings