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

grim-mcp

v0.6.3

Published

Security audit for AI agents. Finds code, dependency, exposure, secrets, and active-compromise gaps across any stack, with drift detection and SBOM.

Readme

grim-mcp

npm license MCP Tawakkul Labs

Security audit MCP server. Finds the gaps, exposures, and active compromise that other scanners miss.

grim-mcp is the MCP distribution of GRIM. The engine is Python that uses only the standard library. This package bundles it and runs it as a stdio MCP server, so any MCP client can use it with npx.

Requirements

  • Node.js 18 or newer
  • Python 3.10 or newer on PATH (override with GRIM_PYTHON)

Use with an MCP client

{
  "mcpServers": {
    "grim": { "command": "npx", "args": ["-y", "grim-mcp"] }
  }
}

Or directly:

npx -y grim-mcp            # MCP server on stdio (default)
npx -y grim-mcp version    # print the engine version
npx -y grim-mcp list       # list audit tools

Or install the Python package instead:

pip install grim-mcp
grim mcp

Tools

| Tool | Purpose | | --- | --- | | detect_stack | Identify the stack and web served directories | | audit_deps | Known CVEs in dependencies through the live OSV database | | scan_secrets | Leaked keys, tokens, private keys, and env files, with optional git history | | scan_code | SAST across many languages | | audit_exposure | Webshells, polyglots, ELF binaries, exposed config and backups, nested archives | | diff_artifacts | Baseline and current drift, the active compromise check | | watch | Save a baseline and detect drift | | plan | Ordered, explainable audit plan for a target | | sbom | CycloneDX 1.5 or SPDX 2.3 bill of materials | | scan_iocs | Match file hashes against a known bad indicator store, plus EICAR | | update_feeds | Sync detection rules and indicators from a JSON feed | | ledger | Track findings as new, known, reopened, or resolved | | inventory_endpoints | Routes with method, auth middleware, input surface, and risk | | malware_scan | Built in heuristics and IoC, plus ClamAV and YARA when installed | | check_live | Opt in, scope gated live checks | | fix_plan | Remediation steps and safe unified diffs | | ci_scan | CI gate that returns an exit code by severity | | report | Unified Markdown, JSON, or SARIF report |

Every finding includes severity, confidence, location, evidence, remediation, and a MITRE ATT&CK technique.

Links

  • Source and full documentation: https://github.com/AbduljabbarBXR/grim
  • npm: grim-mcp
  • PyPI: grim-mcp
  • MCP registry: io.github.AbduljabbarBXR/grim-mcp
  • Smithery: abdijabarboxer2009/grim-mcp (https://smithery.ai/server/abdijabarboxer2009/grim-mcp)

MIT licensed.


Links: npm | GitHub | Tawakkul Labs