AI Security Review
scanned 2h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. Install automatically mutates the user's Claude Code command surface by installing or updating a /mmt slash command. This is an unconsented postinstall write to a broad AI-agent control surface.
Decision evidence
public snapshot- package.json defines postinstall: node scripts/postinstall.js
- scripts/postinstall.js writes package .claude/commands/mmt.md into ~/.claude/commands/mmt.md during install
- postinstall also seeds ~/.my-mini-team/skills and ~/.my-mini-team/teams
- the dropped Claude slash command instructs agent behavior and writes run reports under ~/.my-mini-team/runs
- postinstall has MMT_NO_POSTINSTALL opt-out and catches errors
- no credential harvesting or exfiltration found in inspected source
- no install-time network calls found
- CLI network/outward action is limited to user-invoked claude/gh flows
Source & flagged code
3 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 unpkgInstall-time source drops package-supplied AI-agent/MCP control files or instructions.
scripts/postinstall.jsView on unpkg · L1