npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@golproductions/check

v3.0.6

Published

Anti-hallucination firewall for AI agents. Validates commands, imports, and function calls before execution. Supports Claude Code, Cursor, Gemini CLI, Windsurf, JetBrains, Neovim, Emacs, Sublime Text, Zed, and any MCP client.

Readme

Check — The Anti-Hallucination Firewall for AI Coding Agents

Your AI hallucinates commands, imports, and function calls. Check catches them before execution.

Check sits between your AI and your project. Every command is verified before it runs. Every import is checked against your actual dependencies. Every function call is matched against your real source files. What doesn't exist gets blocked.

No AI inside. Deterministic. Same input, same output. Every time.

Install

One command. Every IDE.

npx @golproductions/check --install YOUR_KEY

Auto-detects and configures Claude Code, Cursor, Gemini CLI / Antigravity, and MCP servers for Windsurf / Devin Desktop, Continue, Amazon Q, and Roo Code.

Get your free API key (120 free checks) at golproductions.com/check

What it catches

| Type | What happens | |------|-------------| | Phantom commands | AI runs git stash apply 3 — stash doesn't exist. Blocked. | | Hallucinated imports | AI writes import cache from "express-session" — not installed. Blocked. | | Invented functions | AI calls db.findUserByEmail() — doesn't exist in your project. Blocked. | | Broken syntax | AI writes a file with mismatched brackets. Flagged. | | Post-write integrity | After the AI writes a file, imports and function calls are re-verified. Two checkpoints. |

Supported environments

Hooks (automatic, pre-execution)

| Environment | Integration | |-------------|-------------| | Claude Code | PreToolUse hook | | Cursor | beforeShellExecution hook | | Gemini CLI / Antigravity | BeforeTool hook |

MCP Server (agent-driven)

| Environment | Integration | |-------------|-------------| | Claude Code | MCP server | | Cursor | MCP server | | Windsurf / Devin Desktop | MCP server | | Continue | MCP server | | Amazon Q | MCP server | | Roo Code | MCP server | | Claude Desktop | MCP server | | Any MCP client | MCP server |

Editor plugins

| Editor | Install | |--------|---------| | VS Code / Cursor / Devin Desktop | Open VSX | | JetBrains (IntelliJ, WebStorm, PyCharm, GoLand, Rider, PHPStorm, RubyMine) | JetBrains Marketplace | | Neovim | check.nvim | | Emacs | check.el | | Sublime Text | GOLCheck | | Zed | check-zed |

Direct API

POST https://triage.golproductions.com/preflight

MCP Server

Run Check as an MCP server for direct agent integration:

npx @golproductions/check check-mcp

Exposes two tools:

  • Check — validates a command, returns RUNNABLE or INVALID
  • CheckAndExecute — validates then executes, blocking invalid commands before they reach the shell

How it works

AI generates code
    ↓
Check intercepts (pre-execution)
    ↓
Verifies against your actual project
    ↓
Real → allowed  |  Not real → blocked
    ↓
After file write → second verification pass

Sub-100ms. Your AI never knows it's there.

Why not just use another guardrail?

| | Check | Security firewalls | LLM guardrails | Eval platforms | |---|---|---|---|---| | Checks code correctness | Yes | No — checks safety | No — checks format | No — scores after | | Knows your project | Yes | No | No | No | | Pre-execution | Yes | Yes | Varies | No | | Post-write verification | Yes | No | No | No | | No AI inside | Yes | Varies | Uses LLMs | Uses LLMs | | Per-check pricing | $0.0068 AUD | Free (self-hosted) | Enterprise | SaaS |

Every other tool checks the AI. Check checks the code.

Pricing

$0.0068 AUD per check. 120 free checks on signup. Prepaid wallet — no subscription, no monthly fee. Credits never expire.

| Tier | Checks | Cost per check | |------|--------|---------------| | Free | 120 | $0.00 | | $5 | ~735 | $0.0068 | | $10 | ~1,470 | $0.0068 | | $25 | ~3,676 | $0.0068 | | $50 | ~7,352 | $0.0068 |

Links

License

Copyright (c) 2026 GOL Productions. All rights reserved.