AI Security Review
scanned 10d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found. The package is a developer security/setup CLI with user-invoked command execution, plugin installation, service checks, and optional agent configuration.
Decision evidence
public snapshot- dist/mcp-server.js exposes kit_run/kit_install tools that can execute user-requested commands or installs.
- dist/agent-config.js can write agent rules/hooks under AGENTS.md, .claude, .codex, .cursor, .opencode, .clinerules when invoked.
- dist/update-check.js performs an npm registry update check on CLI runs unless suppressed.
- package.json has no install/preinstall/postinstall hook; only prepublishOnly build script.
- dist/plugin-loader.js validates npm package names and confines dynamic imports to project node_modules.
- dist/plugins.js npm install path is explicit plugin installation, not lifecycle/import-time execution.
- dist/agent-config.js install gates are opt-in/user-invoked and block untriaged installs rather than hijack agents.
- dist/memory/remote-sync.js uses local ~/.kit/sync.toml, encrypted blobs, git argv guards, and rejects project-origin sync.
- No credential harvesting or exfiltration endpoint found; service API calls are package-aligned and user-configured.
Source & flagged code
9 flagged · loading sourcePackage source references child process execution.
dist/post-pull-audit.jsView on unpkg · L24Package source references a known benign dynamic code generation pattern.
dist/triage-sandbox.jsView on unpkg · L75Package source references dynamic require/import behavior.
dist/plugin-loader.jsView on unpkg · L75Package source references weak cryptographic algorithms.
dist/elevation.jsView on unpkg · L29This package version adds a dangerous source file absent from the previous stored version.
dist/cli.jsView on unpkgSource writes installer persistence such as shell profile or service configuration.
dist/cli.jsView on unpkg · L18Package source invokes a package manager install command at runtime.
dist/plugins.jsView on unpkg · L223Package ships non-JavaScript build or shell helper files.
skills/triage/scripts/triage.pyView on unpkg