AI Security Review
scanned 2h ago · by lpm-firewall-aiA user-started local bridge provides token-protected file, shell, Codex, browser, and remote-agent controls. Its postinstall action is limited to package-local grammar-file setup.
Decision evidence
public snapshot- `server.js` exposes authenticated local shell execution and workspace file mutation APIs.
- `server.js` can launch a managed remote agent, with an `npx -y @mindexec/remote@latest` fallback.
- `server.js` launches bundled native `remote-fast` binaries after a version preflight.
- `codex-runtime.js` creates an isolated Codex runtime and runs Codex with user-selected task intent.
- `package.json` postinstall only runs `scripts/setup-tree-sitter-grammars.mjs`.
- The postinstall script only copies listed WASM grammars into this package's `tree-sitter-grammars/` directory.
- `server.js` binds its HTTP server to `127.0.0.1` and protects sensitive routes with a bridge token by default.
- No source evidence of install-time network access, credential exfiltration, foreign AI-agent config mutation, or stealth persistence.
Source & flagged code
13 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 source references a known benign dynamic code generation pattern.
wwwroot/assets/canvas-ai-task-core-B5U_gm4u.jsView on unpkg · L1478Package source references dynamic require/import behavior.
wwwroot/assets/supabaseAuthAdapter-Du9oY-mZ.jsView on unpkg · L43Package source executes code through a VM context API.
ai-task-js-sandbox.jsView on unpkg · L85A single source file combines environment access, network access, and code or shell execution; review context before blocking.
scripts/remote-fast-mdm-browser-smoke.mjsView on unpkg · L3Source 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