AI Security Review
scanned 3h 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` runs `hooks/postinstall.js` automatically.
- `hooks/sqliteRuntime.js` installs `sql.js` and `better-sqlite3` into `~/.prozygent/runtime` at install time.
- `hooks/trayRuntime.js` installs `systray2` and removes legacy tray files.
- `app/src/mitm/server.js` generates a root CA, changes DNS/hosts entries, and listens on privileged port 443.
- MITM code intercepts traffic for Copilot, Cursor, Kiro, and Antigravity hosts.
- Postinstall only provisions package-owned runtime dependencies and tray support.
- No source evidence sends harvested files, environment values, or credentials to a package-controlled endpoint.
- Runtime npm installs pin dependency versions in the lifecycle helpers.
- MITM cleanup removes its DNS entries on process shutdown.
Source & flagged code
16 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgPackage contains a critical-looking secret pattern.
app/.next-cli-build/server/chunks/4306.jsView on unpkg · L1RSA private key in app/.next-cli-build/server/chunks/4306.js
app/.next-cli-build/server/chunks/4306.jsView on unpkg · L1Package source references child process execution.
app/src/mitm/server.jsView on unpkg · L32A single source file combines environment access, network access, and code or shell execution; review context before blocking.
app/src/mitm/server.jsView on unpkg · L24Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.
app/src/mitm/server.jsView on unpkg · L24This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
cli.jsView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
cli.jsView on unpkg · L2Package source references dynamic require/import behavior.
app/server.jsView on unpkg · L1Source writes installer persistence such as shell profile or service configuration.
src/cli/tray/autostart.jsView on unpkg · L3Package source invokes a package manager install command at runtime.
app/src/lib/updater/updater.jsView on unpkg · L1Package ships non-JavaScript build or shell helper files.
src/cli/tray/tray.ps1View on unpkgPackage ships high-entropy non-source blobs.
app/.next-cli-build/static/media/material-symbols-outlined.ec1fa111.woff2View on unpkgRSA private key in app/.next-cli-build/server/chunks/8971.js
app/.next-cli-build/server/chunks/8971.jsView on unpkg · L1