AI Security Review
scanned 7h 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- codex-runtime.js can spawn Codex CLI for user-supplied API prompts and workspaces.
- codex-runtime.js creates ~/.mindexec/codex-runtime and copies ~/.codex/auth.json into that isolated runtime home.
- remote-hub.js starts a RemoteHub listener on 0.0.0.0 by default, gated by pairToken.
- server.js exposes protected local APIs for Codex, MCP calls, remote devices, file writes, and browser actions.
- package.json postinstall only runs scripts/setup-tree-sitter-grammars.mjs.
- scripts/setup-tree-sitter-grammars.mjs only ensures packaged tree-sitter wasm files under tree-sitter-grammars/.
- server.js binds main LocalBridge HTTP server to 127.0.0.1 and protects dangerous routes with X-Bridge-Token.
- launch-bridge.cjs is a user-invoked CLI that starts server.js and optionally opens localhost UI.
- No lifecycle hook writes Claude/Codex/Cursor foreign control surfaces or registers MCP servers.
- Network endpoints are product-aligned local bridge, remote hub, search/OAuth/API features.
Source & flagged code
12 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 unpkgA single source file combines environment access, network access, and code or shell execution with blocking evidence.
server.jsView on unpkg · L18A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
server.jsView on unpkgPackage source references dynamic code evaluation.
wwwroot/assets/canvas-ai-task-core-DyNJof-L.jsView on unpkg · L1148Package source references dynamic require/import behavior.
wwwroot/assets/supabaseAuthAdapter-_4BPk0jl.jsView on unpkg · L43Source launches a detached bundled service that exposes a broad-bound HTTP listener.
scripts/remote-fast-mdm-browser-smoke.mjsView on unpkg · L3Package ships native binary artifacts.
remote-fast/osx-x64/mindexec-remote-fastView on unpkgPackage ships WebAssembly modules.
tree-sitter-grammars/tree-sitter-go.wasmView on unpkgPackage ships non-JavaScript build or shell helper files.
start-bridge.batView on unpkg