AI Security Review
scanned 11d ago · by lpm-firewall-aiNo confirmed malicious attack surface from static inspection. Risky primitives are user-invoked agent platform features, not install-time or import-time behavior.
Decision evidence
public snapshot- dist/user-skills/installer.js can fetch GitHub skill directories and enable them, but only via explicit `pibo skills install <url>`.
- dist/tools/npm-runtime.js runs `npm install --prefix` for curated tool runtimes under Pibo home, triggered by `pibo tools install`.
- dist/tools/runtime/python-worker-source.js contains eval/exec primitives for an interactive Python runtime.
- package.json has no preinstall/install/postinstall lifecycle hooks.
- dist/bin/pibo.js only dispatches the CLI; dist/bin/rg.js wraps @vscode/ripgrep with inherited stdio.
- MCP config writes in dist/mcp/config-command.js are explicit CLI actions to create/update mcp_servers.json.
- No inspected code writes Claude/Codex/Cursor control surfaces during install or import.
- Network-capable code is package-aligned CLI functionality, not automatic exfiltration.
Source & flagged code
15 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 · L9Source 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-CNDX-4Kp.jsView on unpkg