AI Security Review
scanned 2h ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. Explicitly running the CLI starts a local agent-orchestration dashboard. Runtime initialization writes first-party Claude command and MCP configuration into the selected workspace; no unconsented install-time control-surface mutation is present.
Decision evidence
public snapshot- `src/lib/agents/ContextManager.ts` auto-creates project `.claude` command files and manages `.mcp.json` when the dashboard runs.
- `src/lib/agents/SessionManager.ts` invokes staging initialization during runtime startup.
- `src/lib/agents/*Runner.ts` launches Claude, Aider, shells, Docker, and SSH sessions selected through the dashboard.
- `src/app/api/sql/drivers/route.ts` can install an allowlisted database driver after an explicit API request.
- `package.json` has only `prepublishOnly`; no install-time lifecycle hook executes for consumers.
- `bin/cli.js` requires an explicit CLI invocation and starts Next.js bound to `127.0.0.1` by default.
- `bin/cli.js` MCP bridge posts only to the local `127.0.0.1` backend.
- No source evidence of credential harvesting, remote exfiltration, hidden payload loading, or destructive behavior.
Source & flagged code
8 flagged · loading sourceA 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 unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
src/app/api/git/route.tsView on unpkg