AI Security Review
scanned 1h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. The package mutates Claude Code's user command surface during npm postinstall. This creates or updates a slash command under the user's home directory without an explicit user command.
Decision evidence
public snapshot- package.json defines postinstall: node scripts/postinstall.js
- scripts/postinstall.js writes ~/.claude/commands/mmt.md during install
- scripts/postinstall.js seeds ~/.my-mini-team/skills and ~/.my-mini-team/teams at install time
- .claude/commands/mmt.md is an AI-agent slash command that instructs Claude to run subagents and write run reports
- scripts/postinstall.js has MMT_NO_POSTINSTALL opt-out and catches errors
- No credential harvesting or network exfiltration found in inspected source
- Network URLs are repository/homepage/catalog links, not runtime exfil endpoints
- CLI child_process usage is user-invoked for editor/claude workflows
Source & flagged code
5 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 · L1Source file is highly similar to a previously finalized malicious package; route for source-aware review.
scripts/gen-catalog.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
scripts/gen-catalog.jsView on unpkg