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

aishield-mcp-server

v4.3.0

Published

AIShield - OWASP MCP Top 10 aligned security scanner. Scan MCP servers, detect tool poisoning, prompt injection, and supply chain risks.

Readme

AIShield MCP Server

Security scanner for AI Agent tools, aligned with OWASP MCP Top 10 and OWASP Agentic AI Top 10 (ASI). 201 local rules, 5-dimension scoring.

Scans never execute the code under review — AIShield reads configuration and source statically, and never spawns commands from the config it is inspecting.

Install

npx aishield-mcp-server

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "aishield": {
      "command": "npx",
      "args": ["-y", "aishield-mcp-server"],
      "env": { "AISHIELD_API_KEY": "your-key" }
    }
  }
}

Remote Mode (StreamableHTTP)

{
  "mcpServers": {
    "aishield": {
      "url": "https://api.aishield.tools/mcp"
    }
  }
}

Tools

| Tool | Description | |------|-------------| | aishield_scan | Full security scan — OWASP MCP Top 10 + Agentic AI Top 10, 201 rules, 5-dimension scoring | | aishield_guardrail | Pre-install safety check — pass/block verdict with score | | aishield_prompt_check | Prompt injection detection — Chinese + English | | aishield_banned_words | Chinese content compliance — 6 platform rules | | aishield_rug_pull | Rug pull detection — security code removed or new exfil paths across commits | | aishield_handshake | MCP config review — npx -y risk, sensitive env vars, over-long tool descriptions |

Scoring Dimensions

  1. Security (40%) — OWASP MCP Top 10 coverage
  2. Permissions (20%) — Least privilege compliance
  3. Data Handling (20%) — No secrets/exfiltration
  4. Supply Chain (10%) — Dependency safety
  5. Reliability (10%) — Auth/logging/observability

OWASP MCP Top 10 Coverage

| Category | Rules | Description | |----------|-------|-------------| | MCP01 | 16 | Improper Token & Secret Management | | MCP02 | 12 | Privilege Scope Creep | | MCP03 | 8 | Tool Poisoning | | MCP04 | 9 | Supply Chain Attack & Dependency Tampering | | MCP05 | 24 | Command Injection & Execution | | MCP06 | 14 | Intent Flow Subversion / Prompt Injection | | MCP07 | 8 | Insufficient Authentication & Authorization | | MCP08 | 6 | Lack of Audit & Observability | | MCP09 | 6 | Shadow MCP Servers | | MCP10 | 7 | Context Injection & Over-Sharing |

Subtotal: 110 rules

OWASP Agentic AI Top 10 (ASI) Coverage

| Category | Rules | Description | |----------|-------|-------------| | ASI01 | 6 | Goal and Instruction Manipulation | | ASI02 | 6 | Tool Misuse | | ASI03 | 6 | Excessive Agency | | ASI04 | 6 | Memory Manipulation | | ASI05 | 6 | Agent Identity and Trust | | ASI06 | 6 | Agent Communication and Supply Chain | | ASI07 | 6 | Unbounded Resource Consumption | | ASI08 | 6 | Observability and Monitoring Gaps | | ASI09 | 6 | Cascading Failures & Multi-Agent Risks | | ASI10 | 6 | Rogue Agent & Human-Autonomy Boundary |

Subtotal: 60 rules

Plus 23 Chinese-language prompt-injection rules and 8 generated rules.

Total: 215 rules (MCP type) / 221 rules (Skill type)

License

MIT