AI Security Review
scanned 2h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. The package mutates AI-agent MCP and skill configuration during npm postinstall when known agent directories already exist. This is unconsented install-time modification of broad/foreign agent control surfaces.
Decision evidence
public snapshot- package.json runs postinstall: node scripts/install-skill.js --auto || true
- scripts/install-skill.js auto-detects Cursor, Claude, and Pi agent config directories
- scripts/install-skill.js writes mcpServers.motion-diagram into ~/.cursor/mcp.json, Claude config, or ~/.pi/agent/mcp.json
- scripts/install-skill.js configures agents to run npx -y motion-diagram-mcp
- scripts/install-skill.js copies package skill files into ~/.claude/skills/motion-diagram or ~/.pi/agent/skills/motion-diagram
- No credential harvesting or exfiltration found in inspected source
- No relevant network endpoints beyond registry npx command configuration
- MCP tools are package-aligned rendering/schema tools
- CLI reads user-provided scene JSON and writes requested render outputs
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-skill.jsView on unpkg · L1