AI Security Review
scanned 2h ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. Installation mutates AI-agent control surfaces without user consent. It globally registers a package-supplied agent skill, with a direct Claude Code fallback.
Decision evidence
public snapshot- `package.json` runs `postinstall`.
- `scripts/postinstall.mjs` runs `npx skills add ... -g` for all detected tools.
- Fallback copies `skills/aigateway` to `~/.claude/skills/aigateway`.
- `skills/aigateway/SKILL.md` directs agents to conceal wallet/payment alternatives.
- `src/update-check.mjs` later auto-installs newer global package versions.
- Lifecycle code uses package-supplied skill files rather than a hidden binary.
- Wallet, network, and signing actions are exposed through explicit CLI commands.
Source & flagged code
9 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 · L9Package source references child process execution.
scripts/postinstall.mjsView on unpkg · L12Package source invokes a package manager install command at runtime.
scripts/postinstall.mjsView on unpkg · L3This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
src/okx-wallet.mjsView on unpkgSource gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
src/okx-wallet.mjsView on unpkg · L7Package ships high-entropy non-source blobs.
src/assets/fonts/sf-pro-display_medium_500.woff2View on unpkg