AI Security Review
scanned 6d ago · by lpm-firewall-aiNo confirmed malicious attack surface. The package is an agent runtime/CLI with user-invoked local process, web bridge, plugin, marketplace, and update features that match its stated functionality.
Decision evidence
public snapshot- dist/core/bootstrap.js auto-clones official marketplace on CLI use, not install
- dist/core/auto-update.js can spawn npm/crtr updates only if user config sets apply
- dist/clients/web/server.js exposes exec/file/http bridge when user starts web server
- scripts/postinstall.mjs only prints setup guidance and exits; no install-time download or mutation
- dist/index.js is a side-effect-free export barrel
- Default auto_update in dist/types.js is notify/notify, not apply
- Web server defaults to 127.0.0.1 and requires --token for non-loopback binds
- dist/core/view/transport-local.js exec/file/http behavior is behind user-invoked web bridge
- No credential harvesting, exfiltration endpoint, persistence, or destructive install behavior found
Source & flagged code
10 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/clients/web/web-cmd.jsView on unpkg · L12Package source references shell execution.
dist/clients/attach/slash-commands.jsView on unpkg · L362Package source references dynamic require/import behavior.
dist/clients/attach/config-load.jsView on unpkg · L124Package source references weak cryptographic algorithms.
dist/builtin-pi-packages/pi-crtr-extensions/extensions/crouter-help.tsView on unpkg · L1Package source invokes a package manager install command at runtime.
dist/core/self-update.jsView on unpkg · L23Package ships high-entropy non-source blobs.
dist/web-client/assets/martian-mono-latin-wght-normal-5W32yIyr.woff2View on unpkgPackage contains source files above the static scanner size ceiling.
dist/clients/attach/attach-cmd.jsView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/core/runtime/bearings.jsView on unpkg