registry  /  @zephyrdeng/pi-review  /  0.5.1

@zephyrdeng/pi-review@0.5.1

Isolated AI-powered code and plan reviews from the command line

Static Scan Results

scanned 14d 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 27 file(s), 54.6 KB of source, external domains: pi.dev

Source & flagged code

2 flagged · loading source
dist/review.jsView file
3import path from "node:path"; L4: import { spawnSync } from "node:child_process"; L5: import { spawnBufferedChild, spawnStreamingChild } from "./child-process.js";
High
Child Process

Package source references child process execution.

dist/review.jsView on unpkg · L3
dist/skill.jsView file
10function hasSkillsCli() { L11: const result = spawnSync("npx", ["skills", "--version"], { L12: encoding: "utf8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/skill.jsView on unpkg · L10

Findings

3 High2 Medium5 Low
HighChild Processdist/review.js
HighShell
HighRuntime Package Installdist/skill.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings