AI Security Review
scanned 3h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. Global npm install triggers automatic AI-agent skill setup via npx skills. This mutates broad agent control surfaces for Cursor, Claude Code, and Codex during postinstall.
Decision evidence
public snapshot- package.json defines postinstall: node dist/postinstall.js
- dist/postinstall.js auto-runs installCawcutSkills during global install unless CAWCUT_SKIP_SETUP/CI
- dist/lib/skills-install.js spawns npx --yes skills add Ubiquiti-UID/flow-cawcut-skill -g
- dist/lib/skills-agents.js defaults targets to cursor, claude-code, and codex
- dist/index.js also bootstraps missing skills on normal CLI invocation
- postinstall skips local installs, CI, and CAWCUT_SKIP_SETUP=1
- No credential exfiltration found in inspected files
- Skill repo is package-aligned, not an arbitrary encoded loader
- No eval/vm/Function or obfuscated payload found
- Uninstall path removes package skills and local cawcut data
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 unpkgPackage source references child process execution.
dist/lib/uninstall-cawcut.jsView on unpkg · L1Package source invokes a package manager install command at runtime.
dist/lib/skills-install.jsView on unpkg · L33This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/lib/is-global-install.jsView on unpkg