Veragent Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Veragent Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.lixiaowww/veragent -->
The trust layer for MCP — as an MCP tool. Let Claude (or any MCP client/agent) check whether an MCP tool is safe before installing it, look up the most trusted tools, or score an entire MCP stack — all backed by the Veragent trust registry.
| Tool | What it does |
|---|---|
check_tool_trust(name) | Veragent trust score + audit state for a tool/server/agent. Use before installing. |
list_trusted_tools(query, limit) | The most trusted MCP tools, optionally filtered. |
scan_mcp_stack(mcp_config) | Score a whole mcp_settings.json — per-server risk + summary. |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"veragent": {
"command": "uvx",
"args": ["veragent-mcp"]
}
}
}Then ask Claude: "Is the playwright-mcp server safe? Check Veragent."
uvx veragent-mcp
# or
pip install veragent-mcp && veragent-mcpVERAGENT_API_BASE — override the API base (default https://veragent.store/api/v1).Veragent labels static-analysis results as Heuristic and reserves SGC Certified for behavioral-sandbox passes. Scores are reported with this distinction.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.