AI Security Review
scanned 3d ago · by lpm-firewall-aiReview flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
Decision evidence
public snapshot- package.json defines npm lifecycle uninstall: bun run src/cli/index.ts cli uninstall
- src/cli/index.ts uninstall defaults to all targets when no flags are passed
- target uninstallers modify foreign AI-agent config surfaces under ~/.claude, ~/.codex, ~/.cursor, ~/.copilot, ~/.config/opencode
- src/targets/codex/install.ts enables hooks and merges rules in ~/.codex, but via explicit pal cli install
- assets/templates/settings.claude.json grants broad read/search/web/Bash permissions and registers PAL hooks
- .husky/install.mjs prepare is guarded to local git/dev installs and exits in production
- No install lifecycle hook was found; main installation flow is user-invoked pal cli install/init
- Installers mostly merge/back up existing configs and uninstallers remove PAL-owned entries
- No credential harvesting or hardcoded exfiltration endpoint confirmed in inspected source
- Network/API-key references are package-aligned optional tools or update/probe functionality
Source & flagged code
6 flagged · loading sourcePackage source references child process execution.
assets/skills/playwright/tools/shot.tsView on unpkg · L14Package source references shell execution.
assets/skills/consulting-report/tools/dev.tsView on unpkg · L30Package source references dynamic require/import behavior.
assets/skills/consulting-report/tools/generate-pdf.tsView on unpkg · L87Package source invokes a package manager install command at runtime.
src/cli/index.tsView on unpkg · L1045Package ships non-JavaScript build or shell helper files.
assets/statusline.ps1View on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
src/tools/skill-doctor.tsView on unpkg