AI Security Review
scanned 2h 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- `dist/cli.js` automatically calls `installIntegration` after explicit `openacp agents install` for agents with integrations.
- `dist/index.js` writes hook scripts and edits `~/.claude/settings.json`, `~/.cursor/hooks.json`, `~/.gemini/settings.json`, or `~/.cline/settings.json`.
- `dist/index.js` downloads user-requested agent archives and extracts them under `~/.openacp/agents`.
- `dist/index.js` supports user-invoked auto-start service installation.
- `package.json` has no preinstall, install, postinstall, or prepare lifecycle script.
- `dist/cli.js` exposes standalone `openacp integrate <agent>` and documents its mutations.
- Integration scripts only pass session ID and working-directory context to OpenACP handoff commands.
- `dist/index.js` blocks agent access to `.env`, keys, `.ssh`, `.aws`, `.openacp`, and secret-file patterns.
- No source-confirmed credential harvesting or command-output upload endpoint was found.
Source & flagged code
9 flagged · loading sourceThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/cli.jsView on unpkgSource executes local commands and sends command output to an external endpoint.
dist/index.jsView on unpkg · L134A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/index.jsView on unpkg · L134Package source references dynamic require/import behavior.
dist/index.jsView on unpkg · L1626Source writes installer persistence such as shell profile or service configuration.
dist/index.jsView on unpkg · L134Package ships non-JavaScript build or shell helper files.
dist/speech/transcribe_audio.shView on unpkg