AI Security Review
scanned 10d ago · by lpm-firewall-aiThe package is a user-invoked local AI orchestration dashboard with shell, file, git, SQL, and agent controls. These are powerful but package-aligned features guarded to localhost by default, with no confirmed malicious install-time or covert behavior.
Decision evidence
public snapshot- bin/cli.js starts a local Next.js dashboard via child_process.spawn.
- src/lib/agents/ClaudeRunner.ts and AiderRunner.ts spawn Claude/Aider or Docker on explicit session start.
- src/lib/agents/ContextManager.ts writes .claude commands, .mcp.json, and .ai/neural-loom context files for the workspace.
- package.json has no install/postinstall hook; prepublishOnly is build-only and not consumer install-time.
- bin/cli.js binds to 127.0.0.1 by default; LAN requires NEURAL_LOOM_ALLOW_LAN or NEURAL_LOOM_HOST opt-in.
- src/middleware.ts and src/lib/security.ts reject non-local Host/Origin for API routes by default.
- src/lib/agents/ContextManager.ts writes transparent NeuralLoom slash commands and an MCP SQL bridge, not hidden reviewer/prompt hijack text.
- src/app/api/feedback/route.ts uses local gh CLI only after user-submitted feedback; no bundled token or covert endpoint.
- No credential harvesting or external exfiltration endpoint found in inspected source.
Source & flagged code
8 flagged · loading sourceThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
bin/cli.jsView on unpkgA single source file combines environment access, network access, and code or shell execution; review context before blocking.
bin/cli.jsView on unpkg · L3Package source references a known benign dynamic code generation pattern.
src/app/api/sessions/stats/route.tsView on unpkg · L14Package source invokes a package manager install command at runtime.
src/lib/agents/ClaudeRunner.tsView on unpkg · L78Package ships non-JavaScript build or shell helper files.
bin/fix-pwa-ubuntu.shView on unpkgPackage ships high-entropy non-source blobs.
.next/static/media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2View on unpkg