AI Security Review
scanned 2h ago · by lpm-firewall-aiReview flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
Decision evidence
public snapshot- `dist/lib/cc-connect/launcher.mjs` writes `~/.cc-connect/config.toml`, enabling bridge and management services with generated tokens and wildcard CORS.
- The same launcher invokes `cc-connect` or `npx -y cc-connect` and spawns its web service after a runtime launch request.
- `bin/acp.mjs` starts the package's Next web UI only when the user runs the `acp` CLI.
- `dist/lib/acp2aisdk/provider-versions.mjs` fetches npm registry metadata for provider-version checks.
- `package.json` has no `preinstall`, `install`, `postinstall`, `prepare`, or uninstall lifecycle hook.
- No inspected source exfiltrates environment values, local files, or generated cc-connect tokens to a non-local endpoint.
- The cc-connect configuration and process launch are confined to exported runtime functionality, not package installation or import.
- `bin/acp.mjs` uses `spawn` to run the bundled Next server with parsed user/environment options.
- The high-entropy flagged asset is a KaTeX font file, not an executable payload.
Source & flagged code
6 flagged · loading sourcePackage source references shell execution.
dist/lib/acp2aisdk/provider-command.mjsView on unpkg · L3Package source references dynamic require/import behavior.
dist/lib/conversations/client-adapter.mjsView on unpkg · L279A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/lib/cc-connect/launcher.mjsView on unpkg · L1Package ships high-entropy non-source blobs.
public/image-playground/assets/KaTeX_Script-Regular-D3wIWfF6.woff2View on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/lib/acp2aisdk/provider-versions.mjsView on unpkg