🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentvault-score

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentvault-score

Automated quality & security scoring for MCP servers — trust scores for the AI agent ecosystem

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

🏴‍☠️ AgentScore

Automated quality and security diagnostics for MCP servers.

License: MIT

What is AgentScore?

AgentScore scans any MCP (Model Context Protocol) server and generates a quality score from 0-100 across 6 categories:

CategoryWeightWhat It Measures
Tool Quality40%Description quality, schema validation, parameter documentation
Security30%Dangerous patterns, tool poisoning, privilege analysis
Performance15%Connection speed, response latency
Resources5%Resource endpoint support
Prompts5%Prompt template support
Protocol5%MCP specification compliance

Quick Start

Scan a single server

npx agentscore scan "npx -y @modelcontextprotocol/server-memory"

Batch scan from a file

npx agentscore batch targets.txt

Output

  ┌─────────────────────────────────────┐
  │  AgentScore: 87/100  Grade: A      │
  │  █████████████████░░░              │
  └─────────────────────────────────────┘
  📦 Tools: 9  📂 Resources: 0  💬 Prompts: 0

  Category Breakdown:
    tool_quality    ▓▓▓▓▓▓▓▓▓░ 37/40
    security        ▓▓▓▓▓▓▓▓▓▓ 30/30
    performance     ▓▓▓▓▓▓▓▓▓▓ 15/15

Grading Scale

GradeScore Range
A+90-100
A80-89
B70-79
C60-69
D50-59
F0-49

Dashboard

AgentScore includes a built-in web dashboard for visualizing scan results:

node dashboard/server.js
# 🏴‍☠️ AgentScore Dashboard: http://localhost:3100

Data Output

All scan results are saved as JSONL to reports/scores_YYYY-MM-DD.jsonl for analysis and tracking.

Security Checks

AgentScore detects:

  • 🔴 Tool Poisoning — Hidden instructions in tool descriptions targeting AI agents
  • 🔴 Dangerous Patternsexec, shell, delete, drop in tool names
  • 🟡 Privilege Escalation — High proportion of write/delete operations
  • 🟡 Missing Input Validation — Parameters without type constraints

Part of AgentVault

AgentScore is a data collection device in the AgentVault ecosystem — making AI agents observable, secure, and accountable.

License

MIT

Keywords

mcp

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts