AI Security Review
scanned 9d ago · by lpm-firewall-aiThe package has an install-time native binary downloader. Source inspection shows package-aligned GitHub release retrieval, but the installed executable is fetched at install/runtime and is not verified by checksum in the npm package.
Decision evidence
public snapshot- package.json runs postinstall: node ./install.js
- install.js calls binary.install(false) during npm install
- binary-install.js downloads a platform tar/zip from GitHub releases and extracts it into node_modules/.bin_real
- run-vallum.js executes the downloaded vallum binary via spawnSync
- No checksum/signature verification is present for downloaded release artifacts
- Download URL is package-aligned: github.com/kahramanemir/Vallum/releases/download/v0.3.1
- Installer does not write Claude/Codex/Cursor/MCP control surfaces or shell/VCS persistence files
- Network use is limited to binary artifact download and proxy support
- No credential harvesting, data exfiltration endpoint, eval/vm/Function, or obfuscated JS found in inspected source
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