AI Security Review
scanned 1h 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/index.js` spawns configured AI-agent commands and passes a filtered environment.
- `dist/index.js` uses configured Telegram bot credentials to call `api.telegram.org` and relay files/messages.
- `dist/index.js` can download and execute `cloudflared` under `~/.openacp/bin` when its tunnel feature is enabled.
- `dist/index.js` can create launchd/systemd user auto-start units after explicit run-mode configuration.
- `dist/speech/transcribe_audio.sh` creates a venv and installs `faster-whisper` when invoked.
- `package.json` has no preinstall, install, postinstall, or prepare lifecycle hook.
- Entrypoints are CLI/runtime code; no import-time credential harvesting or unsolicited outbound endpoint was found.
- Telegram, Groq, npm registry, ACP registry, and Cloudflare endpoints implement documented configured features; no arbitrary exfiltration endpoint was found.
- Auto-start installation is reached through explicit daemon/run-mode setup, not npm installation.
Source & flagged code
8 flagged · loading sourceSource appears to send environment or credential material to an external endpoint.
dist/index.jsView on unpkg · L29Source executes local commands and sends command output to an external endpoint.
dist/index.jsView on unpkg · L29A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/index.jsView on unpkg · L29Package source references dynamic require/import behavior.
dist/index.jsView on unpkg · L1477Source writes installer persistence such as shell profile or service configuration.
dist/index.jsView on unpkg · L29Package ships non-JavaScript build or shell helper files.
dist/speech/transcribe_audio.shView on unpkg