AI Security Review
scanned 5h ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. Package provides an AI workflow dashboard/CLI that can install first-party agent workflow files and optional autostart. The risky behavior is user-invoked setup of AI-agent control files, not confirmed malicious install-time hijacking.
Decision evidence
public snapshot- package.json has a global-only postinstall importing dist/cli/postinstall.js
- dist/cli/project-upgrader.js explicit upgrade writes AGENTS.md, ai-workflow.yaml, ai-knowledge/** scripts/prompts
- Generated ensure-aikc-cli.cjs can run npm view/install -g ai-knowledge-center@latest from registry.npmjs.org
- dist/cli/autostart.js can install user-invoked login autostart via launchctl/schtasks
- postinstall only runs on global install and only restarts an existing AIKC server from ~/.ai-knowledge-center/server.pid.json
- No credential harvesting or remote payload execution found in inspected CLI/server sources
- Project mutation is behind explicit aikc upgrade --write/--force, not automatic install-time foreign agent hijack
- Server binds default 127.0.0.1 and command execution is via configured project manifest commands
- MCP tools are repo/project scoped and use allowlisted manifest commands
Source & flagged code
6 flagged · loading sourceInstall-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgSource writes installer persistence such as shell profile or service configuration.
dist/cli/autostart.jsView on unpkg · L3This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/cli/project-upgrader.jsView on unpkgSource gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli/project-upgrader.jsView on unpkg · L6Package ships high-entropy non-source blobs.
dist/client/assets/GeistMono-Variable-Dispecij.woff2View on unpkg