AI Security Review
scanned 3h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. Postinstall mutates the user's Claude Code skill control surface. It discovers bundled skills, creates ~/.claude/skills, and links package-controlled instructions there.
Decision evidence
public snapshot- package.json runs scripts/install.js as postinstall.
- scripts/install.js creates ~/.claude/skills during installation.
- scripts/install.js symlinks every bundled skill into ~/.claude/skills.
- Existing non-symlink skill paths are renamed to .bak before replacement.
- The mutation occurs without an explicit user command.
- No install-time network, credential harvesting, shell execution, or remote payload loading was found.
- scripts/eval.js calls only api.anthropic.com and is user-invoked, not lifecycle-triggered.
- scripts/uninstall.js removes only symlinks under the same Claude skills target.
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/install.jsView on unpkg · L6