AI Security Review
scanned 14d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found by source inspection. Risky primitives are aligned with an agentic CLI and require explicit user commands.
Decision evidence
public snapshot- dist/tools/python-runtime.js can user-invoked install uv via curl script
- dist/tools/npm-runtime.js installs pinned tool packages on explicit pibo tools install
- dist/tools/runtime/python-worker-source.js provides eval/exec for requested runtime code
- dist/gateway/backup.js copies source and runs npm install/build only via backup install command
- package.json has no install/postinstall lifecycle hook
- dist/bin/pibo.js only dispatches the CLI; dist/bin/rg.js wraps @vscode/ripgrep
- Runtime installs are curated/user-invoked and stored under ~/.pibo or workspace .pibo paths
- README.md documents an agentic CLI/server tool with expected local state and operator commands
- VSIX blob is a normal VS Code extension archive with manifest/source/assets
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-D4uifikB.jsView on unpkg