AI Security Review
scanned 1d ago · by lpm-firewall-aiThe package mutates the Claude agent control surface at npm install time by installing a bundled skill into the user's global Claude skills directory. This makes package-supplied instructions available outside the package without an explicit user invocation.
Decision evidence
public snapshot- package.json runs postinstall: node scripts/install-skills.cjs
- scripts/install-skills.cjs copies bundled .claude/skills directories into user ~/.claude/skills during install
- Bundled .claude/skills/leanchy/SKILL.md declares an always-active communication protocol until user says stop
- package.json exposes bin name claude, which can shadow the official Claude CLI command
- bin/claude and bin/bingo write config into ~/.claude/bingo/settings.json on first run
- No install-time network call found in scripts/install-skills.cjs
- Bundled skill content is prompt/style instructions, not credential theft code
- Runtime network references are largely Claude/Anthropic/localhost-aligned for an AI CLI
- No confirmed credential exfiltration or destructive filesystem logic found in inspected files
Source & flagged code
16 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgPackage contains a possible secret pattern.
src/utils/powershell/parser.tsView on unpkg · L1343Source file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/claude-win.cjsView on unpkgPackage source references weak cryptographic algorithms.
src/utils/plugins/mcpbHandler.tsView on unpkg · L4Source writes installer persistence such as shell profile or service configuration.
src/utils/deepLink/registerProtocol.tsView on unpkg · L40A single source file combines environment access, network access, and code or shell execution; review context before blocking.
src/utils/ide.tsView on unpkg · L1354Install-time source drops package-supplied AI-agent/MCP control files or instructions.
scripts/install-skills.cjsView on unpkg · L2Package source invokes a package manager install command at runtime.
bin/bingo-win.cjsView on unpkg · L87Source file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/bingo-win.cjsView on unpkgPackage ships native binary artifacts.
src/utils/vendor/ripgrep/x64-win32/rg.exeView on unpkgPackage ships non-JavaScript build or shell helper files.
runtime/win_helper.pyView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
bin/bingocode-win.cjsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
src/main.tsxView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
src/tools/SkillTool/SkillTool.tsView on unpkg