Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 13 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
ChildProcessEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/pi-postinstall.mjs
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgextension/dist/background.jsView file
21patternName = generic_password
severity = medium
line = 21
matchedText = password...rd',
Medium
Secret Pattern
Package contains a possible secret pattern.
extension/dist/background.jsView on unpkg · L21bin/pire-browser.jsView file
1#!/usr/bin/env node
L2: import { spawn, spawnSync } from "node:child_process";
L3: import {
High
Child Process
Package source references child process execution.
bin/pire-browser.jsView on unpkg · L1scripts/pi-postinstall.mjsView file
2Cross-file remote execution chain: scripts/pi-postinstall.mjs spawns extension/dist/background.js; helper contains network access plus dynamic code execution.
L2: import { dirname, join } from "node:path";
L3: import { spawnSync } from "node:child_process";
L4: import { fileURLToPath } from "node:url";
...
L8:
L9: if (process.env.PIRE_BROWSER_SKIP_POSTINSTALL === "1") {
L10: process.exit(0);
High
Cross File Remote Execution Context
Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
scripts/pi-postinstall.mjsView on unpkg · L2Findings
4 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/pire-browser.js
HighShell
HighCross File Remote Execution Contextscripts/pi-postinstall.mjs
MediumSecret Patternextension/dist/background.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEval
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings