AI Security Review
scanned 9d ago · by lpm-firewall-aiNo confirmed malicious behavior in the packaged JavaScript. Residual risk is a postinstall remote binary downloader without bundled source inspection of the fetched binary.
Decision evidence
public snapshot- package.json runs postinstall: node ./install.js
- install.js calls binary.install(false) during npm lifecycle
- binary-install.js downloads a platform tarball from GitHub releases and extracts it into node_modules/.bin_real
- run-vallum.js later executes the downloaded package-local binary via spawnSync
- README documents user-invoked vallum install-hook writing Claude settings, but package lifecycle does not do this
- No install-time writes to Claude/Codex/Cursor/MCP settings found in packaged JS
- No credential harvesting or exfiltration logic found; proxy env vars are only used for download proxy support
- Network endpoint is package-aligned GitHub release URL from package.json
- No eval/vm/Function or dynamic require/import found
- README AI/security text is product documentation, not reviewer-directed instruction
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 unpkgPackage text addresses the security reviewer or scanner and tries to influence the review outcome.
README.mdView on unpkg