AI Security Review
scanned 10d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found. Risky primitives are tied to explicit CLI features for tool installation, Docker compute workers, VS Code extension management, browser/CDP automation, and user-requested runtime evaluation.
Decision evidence
public snapshot- package.json has no preinstall/install/postinstall lifecycle hooks
- dist/bin/pibo.js only invokes runPiboCli; dist/bin/rg.js delegates to @vscode/ripgrep with user args
- dist/tools/npm-runtime.js and python-runtime.js install curated tools only from explicit pibo tools install commands under ~/.pibo/tools
- dist/compute/docker.js builds/runs pibo Docker workers via explicit compute commands, not install/import time
- dist/tools/runtime/* worker eval/vm code executes user-submitted runtime snippets for the product feature
- dist/vscode/install.js installs Pibo VSIX only via explicit pibo vscode install and caches under ~/.pibo
Source & flagged code
16 flagged · loading sourcePackage source references child process execution.
dist/tools/npm-runtime.jsView on unpkg · L1Package source references dynamic code evaluation.
dist/tools/runtime/python-worker-source.jsView on unpkg · L82Source downloads or fetches remote code and executes it.
dist/apps/context-files-ui/assets/index-BhAWD3dv.jsView on unpkg · L1Package source references dynamic require/import behavior.
dist/apps/context-files-ui/assets/index-BhAWD3dv.jsView on unpkg · L185Package source references weak cryptographic algorithms.
dist/apps/chat/trace.jsView on unpkg · L10Source writes installer persistence such as shell profile or service configuration.
dist/setup/cli.jsView on unpkg · L1A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/gateway/fallback.jsView on unpkg · L94Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/tools/python-runtime.jsView on unpkg · L1Package source invokes a package manager install command at runtime.
dist/gateway/backup.jsView on unpkg · L50Package ships non-JavaScript build or shell helper files.
skills/builtin/skill-creator/eval-viewer/generate_review.pyView on unpkgPackage ships high-entropy non-source blobs.
dist/apps/vscode-artifacts/latest.vsixView on unpkgPackage ships compressed or archive-like blobs.
dist/apps/vscode-artifacts/latest.vsixView on unpkgPackage ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.
dist/apps/vscode-artifacts/latest.vsixView on unpkgPackage contains source files above the static scanner size ceiling.
dist/apps/chat-ui/assets/index-C5smwAJD.jsView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/compute/docker.jsView on unpkg