AI Security Review
scanned 7h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. Installing the dependency mutates an AI-agent instruction/control file in the consuming project. The mutation selects `CLAUDE.md` or `AGENTS.md` and injects a package-controlled instruction pointer.
Decision evidence
public snapshot- `package.json` runs `node scripts/postinstall.mjs` on install.
- `scripts/postinstall.mjs` resolves consumer root from `INIT_CWD`/cwd.
- Postinstall appends to existing `CLAUDE.md` or `AGENTS.md`, or creates `CLAUDE.md`.
- Written block directs AI agents to follow package-supplied `AGENTS.md`.
- Mutation occurs automatically for nested consumer `node_modules` installs.
- No network, shell, child-process, eval, or payload-loading APIs found.
- `dist/index.js` is a React UI component bundle with third-party UI/chart imports.
- Postinstall is idempotent and limited to a marked documentation block.
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.mjsView on unpkg · L3Manifest entrypoint contains risky behavior absent from dist/build output.
scripts/postinstall.mjsView on unpkg · L25Source fingerprint signature matches a known malicious package signature; route for source-aware review.
scripts/postinstall.mjsView on unpkg