Static Scan Results
scanned 6d 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
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/install-browser.mjs
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgdist/cli/index.jsView file
20import pc3 from 'picocolors';
L21: import { execSync } from 'child_process';
L22:
High
1309spinner = ora("Installing Chromium dependencies...").start();
L1310: execSync("npx playwright install chromium", { stdio: "inherit" });
L1311: if (process.platform === "linux") {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/index.jsView on unpkg · L1309Findings
4 High2 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/cli/index.js
HighShell
HighRuntime Package Installdist/cli/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings