AI Security Review
scanned 6h ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. Platform loading registers automatic compaction hooks that process session content and persist package-owned state. Explicit dashboard commands can start a detached loopback-only server. No remote exfiltration or confirmed malicious chain was established.
Decision evidence
public snapshot- package.json declares Pi and OpenClaw extension entrypoints.
- extensions/mega-events.ts registers automatic session compaction hooks.
- extensions/mega-dashboard-cmds.ts can spawn a detached dashboard process after an explicit command.
- src/httpEmbedder.ts and raptor/summarizer.ts pass session text to configured local services.
- package.json postinstall only rebuilds declared @mongodb-js/zstd dependency.
- src/httpEmbedder.ts rejects non-loopback embedding URLs.
- src/dedup/raptor/summarizer.ts rejects non-loopback Ollama URLs.
- extensions/dashboard-server.ts binds only 127.0.0.1.
- No remote endpoint, credential harvesting, or foreign agent-config mutation was found.
Source & flagged code
8 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 child process execution.
dist/extensions/mega-dashboard-cmds.jsView on unpkg · L10Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/extensions/mega-dashboard-cmds.jsView on unpkg · L10Package source references dynamic require/import behavior.
dist/extensions/mega-dashboard-cmds.jsView on unpkg · L80A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/src/dedup/raptor/summarizer.jsView on unpkg · L13Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.
dist/src/dedup/raptor/summarizer.jsView on unpkg · L58This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/extensions/mega-compact.test.jsView on unpkg