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

@solongate/proxy

v0.81.67

Published

AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.

Readme

@solongate/proxy

Don't npm i this. There's nothing to import. Run the two commands below to pair your machine:

npm i -g @solongate/proxy
solongate

Security for AI agents. SolonGate checks every action an AI agent takes. Each tool call (shell command, file read or write, network request) is allowed, blocked, or logged before it runs, based on a policy you control. No code changes.

AI agent  ──(tool call)──>  SolonGate guard  ──>  Tool runs
                                  │
                             [ policy check ]
                             [ allow / block / log ]

SolonGate is fully managed. There is nothing to host: pair your machine with one command, then manage policies and review logs at dashboard.solongate.com.

Quick start

You need: a free SolonGate account, Node.js 18+ on the machine you want to protect, and an AI tool that makes tool calls (Claude Code; Gemini CLI is also supported).

Pair the machine and turn on the guard. There are no API keys to copy. First fetch SolonGate, then log in:

npm i -g @solongate/proxy
solongate

This opens your browser to authorize the device. Approve it from your signed-in dashboard and SolonGate installs a global guard hook that intercepts every tool call from every AI session on the machine and checks it against your active policy.

Start a new terminal session afterwards. Hooks load when a session starts, so already-open terminals aren't guarded yet.

Write a policy

Open Policies in the dashboard and create one. A policy is a set of rules. Each rule targets a tool plus a constraint (path, command, filename, or URL) and is either ALLOW or DENY. Two modes:

  • Denylist: everything is allowed except what you block (for example, deny any file named *.env, or commands matching *rm -rf*).
  • Whitelist: nothing is allowed except what you permit.

Click Activate to make a policy the one the guard enforces. It takes effect on the next tool call.

What SolonGate can enforce

  • Policy rules: allow or block tool calls by path, command, filename, or URL.
  • Ghost paths: make chosen files and folders invisible to the agent. They don't show up in listings and can't be read.
  • Data loss prevention (DLP): if a call contains a secret (API key, token, private key), block it, or hide the secret in the output the model sees.
  • Rate limiting: cap how many tool calls an agent can make per minute, hour, or day.

Review the audit log

Every decision shows up under Audit: what was allowed, what was blocked, and which rule matched. Each agent run is also grouped as a session with its own timeline. When a legitimate action is blocked, open the entry and click Whitelist this: SolonGate adds a narrow ALLOW exception for exactly that action. Revoke any exception from Granted exceptions.

Keep logs on your own machine

Prefer to keep everything local? In Settings, turn on Local log storage and pick a folder. Every decision is written there as a JSON line, and nothing is sent to SolonGate cloud.

Get alerted

Set a threshold in Settings and SolonGate notifies you by Telegram, email, or webhook when blocks spike.

Why SolonGate?

AI agents get direct access to your system: shell, file system, databases, network. SolonGate sits between the agent and the action, enforcing your policy on every tool call before it runs, and recording every decision for audit.

License

MIT