AI Security Review
scanned 17h ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. The package is an AI-agent cockpit that provisions a Python venv and can later install/configure Claude agent plugins and pane instructions. The risky behavior is package-aligned and mostly explicit-user-command, but install-time global Claude CLI install and PATH mutation create lifecycle risk.
Decision evidence
public snapshot- package.json runs postinstall npm/scripts/postinstall.js
- postinstall creates ~/.agent-takkub venv and pip-installs bundled wheel
- postinstall installs @anthropic-ai/claude-code globally if claude CLI is missing
- npm/scripts/pathfix.js can append npm global bin to HKCU Environment Path or shell rc files
- wheel ships agent_takkub/_assets/.claude/agents/*.md and explicit plugin installer for Claude plugins
- postinstall comments and code avoid writing ~/.claude plugins or ~/.takkub config at install time
- Claude plugin installation is exposed through explicit takkub provision/plugin UI, not npm lifecycle
- AGENTS.md planting only occurs for spawned panes and refuses user-owned files without its marker
- pane_env.py uses env allowlists and excludes common secret-bearing vars by default
- No credential harvesting, destructive file deletion, eval, or remote payload download found in inspected source
Source & flagged code
7 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 unpkgSource writes installer persistence such as shell profile or service configuration.
npm/scripts/pathfix.jsView on unpkg · L11Install-time source drops package-supplied AI-agent/MCP control files or instructions.
npm/scripts/postinstall.jsView on unpkg · L1Package ships high-entropy non-source blobs.
dist/agent_takkub-1.0.15-py3-none-any.whlView on unpkgPackage ships compressed or archive-like blobs.
dist/agent_takkub-1.0.15-py3-none-any.whlView on unpkgPackage ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.
dist/agent_takkub-1.0.15-py3-none-any.whlView on unpkg