AI Security Review
scanned 2d ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. The confirmed risk is install-time system mutation and MCP configuration creation. Even though much of it is package-aligned setup, the postinstall lifecycle unconditionally performs remote config retrieval and writes an MCP control file under the user's home directory.
Decision evidence
public snapshot- scripts/postinstall.mjs automatically runs on npm install, not just explicit setup.
- At install time it can run docker pull/run/exec, npm install -g overmind-postgres-mcp, and curl remote files.
- It writes ~/.overmind/.mcp.json from a remotely fetched .mcp.json.example, creating an MCP control-surface file outside the package.
- It writes ~/.overmind/.env and ~/.overmind/.env.postgres with service credentials/config.
- No source evidence of credential harvesting or exfiltration from existing env/files.
- Network endpoints are mostly package-aligned setup/config/docs and local service URLs.
- User-invoked bins for ngrok, postgres management, setup, uninstall are visible and aligned with package description.
- Runtime agent process spawning is core package functionality for an MCP agent orchestrator.
Source & flagged code
9 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 unpkgSource gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/lib/InstallHelper.jsView on unpkg · L1Install-time source drops package-supplied AI-agent/MCP control files or instructions.
scripts/postinstall.mjsView on unpkg · L10Package source invokes a package manager install command at runtime.
scripts/setup-windows.jsView on unpkg · L55Package ships non-JavaScript build or shell helper files.
bin/test_mcp.batView on unpkgThis package version adds a dangerous source file absent from the previous stored version.
scripts/ngrok-webhook.mjsView on unpkg