AI Security Review
scanned 2h ago · by lpm-firewall-aiNo confirmed malicious attack surface was established. Installation only performs local grammar-file setup; privileged runtime features require launching the local bridge and authenticated requests.
Decision evidence
public snapshot- `package.json` postinstall only runs the local grammar setup script.
- `scripts/setup-tree-sitter-grammars.mjs` copies packaged Tree-sitter WASM files from local npm layouts; no network or shell use.
- `launch-bridge.cjs` starts the bridge only through explicit CLI invocation.
- `server.js` binds its HTTP service to `127.0.0.1` and protects sensitive routes with a bridge token.
- `codex-runtime.js` creates an isolated `.mindexec/codex-runtime` home and avoids inheriting MCP definitions by default.
- Shell, remote-agent, and network actions are runtime product features behind the local authenticated bridge.
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