Original Research
June 12, 2026
8 min read
State of Hermes Skill Security — June 2026
118 skills scored. 20% Blocked. The most-installed skills ship without a license.
Hermes installs its skills from skills.sh, the cross-agent directory. I scored the 118 most-installed skills you can install into Hermes today — 11.7M combined installs. 15% Verified, 20% Blocked. Vercel's own agent-skills repo (1.4M installs) is Blocked for NO_LICENSE, alongside Figma, Clerk, LangChain, Firecrawl, Convex, and Apify — a real legal risk, not a formality. And 0% declare any security posture in frontmatter, the same gap the ClawHub report found. Full dataset published CC BY 4.0.
Original Research
June 9, 2026
9 min read
The Trust Middle — State of MCP Server Security, June 2026
2,233 projects scored. 0% score above 9. 66.7% stuck in the 5–7 middle.
The largest cross-registry MCP trust dataset to date — 2,233 servers, skills, and packages from npm, the MCP Registry, ClawHub, and GitHub. The shape is the story: no project clears 9/10, two-thirds cluster in an undifferentiated 5–7 band, and purpose-built MCP skills verify at 8.2% versus 24.8% for general SDKs — and are the only tier getting blocked. Full dataset published CC BY 4.0.
Analysis · GEO
June 2026
7 min read
Trail of Bits Is Right About Skill Scanners
Five skill scanners bypassed in under an hour each. A content scan was never the trust decision.
Trail of Bits bypassed five AI skill scanners across ClawHub, Cisco, and skills.sh using simple techniques. Their conclusion is structurally correct: no single content scan can reliably catch a malicious skill. This piece explains why that validates the trust-layer model rather than refuting it, maps all four attacks against our own scanner honestly, and shows what actually holds when scanning fails.
Analysis · GEO
June 2026
8 min read
SkillSpector vs MCP Skills: Security Scanner vs Trust Layer
NVIDIA validated the pre-install scanning category. The trust-layer opportunity is bigger.
SkillSpector is a deep open-source scanner for AI agent skills. MCP Skills is a broader trust layer for MCP servers, AI skills, and packages. This piece explains how scanner findings should feed the Solid dimension as calibrated evidence without replacing maintenance, publisher, adoption, license, and usability signals.
Launch Note
May 2026
3 min read
Claim Your Verified Badge
235 MCP servers and skills cleared the Verified bar. If yours is one, claim a free gold badge for your README.
Verified is the top trust tier: composite ≥ 7.0, dimension floors across all four areas, and no disqualifiers. About 12% of the ~2,000 scored projects clear it. Maintainers claim in 30 seconds from their score page — one click, no fee, no upsell.
Launch Note
May 2026
3 min read
The MCP Server Pre-Install Trust Directory
Registries list MCP servers. MCP Skills tells you what risk you are about to install.
The public /servers directory turns MCPSkills scoring into a pre-install surface: browse 1,220 scored repos and packages, trust tiers, modes, last-scored dates, and public score pages before running unknown MCP code.
How-To · Trust Layer
May 4, 2026
9 min read
The MCP Pre-Install Audit
9/11 MCP registries published a malicious PoC with no security review.
Eight checks to run before you install a local MCP server. The manual audit, the things mcpskills automates (with v3.2.0's new public-binding and lifecycle-script checks), and the three controls — sandboxing, manifest hashing, version pinning — that no scanner replaces. Includes a self-audit of @mcpskillsio/server: 4 PASS, 1 INFO, 2 REVIEW, 1 FAIL → PATCHED in v2.4.2 the same day.
Original Research
April 27, 2026
9 min read
State of MCP Security — April 2026
83% of MCP Registry servers carry a disqualifier flag.
Random sample of 202 servers from the 2,703 GitHub-backed entries in the official MCP Registry. 58% are single-author with low adoption. 21% have no LICENSE. Average legitimacy: 3.05/10. Zero known CVEs. Top server has 40 stars — trust isn't dominated by popularity.
Original Research
April 27, 2026
8 min read
State of ClawHub Trust — April 2026
0% of 200 ClawHub skills declared their security posture in SKILL.md.
200 ClawHub skills representing 1.36M GitHub stars scored across 15 signals. 10.5% Verified, 81% Established, 7.5% Blocked. Solid is the universal weak spot. The transparency gap is a coordination failure, not a security failure.
Analysis
April 23, 2026
Your AI Skill Might Have a Known CVE. Nobody Was Checking.
15 of 427 skills hard-blocked when we cross-referenced OSV, CISA KEV, and EPSS.
AI skill scanners look for prompt injection and credential exfil. They miss known CVEs sitting in the npm package underneath. The published-vulnerability layer is unwatched in agent-tool ecosystems.
Product
April 2, 2026
Score Any MCP Server — Even Without a GitHub Repo
Cross-registry trust scoring with automatic source resolution.
MCP Skills now accepts npm packages, Smithery URLs, and OpenClaw skills — not just GitHub repos. The resolver finds the source, runs the full algorithm, and falls back to a partial 7-signal score when no source repo exists.
Original Research
March 8, 2026
6 min read
State of AI Skill Security — March 2026
Stars and brand recognition don't predict the score.
10 popular AI tools and developer libraries scored. The official MCP Servers repo has 80K stars and scored lower than every other tool on the list. Maintenance cadence, security posture, and spec compliance are what separate "popular" from "trustworthy."
Analysis
March 8, 2026
ClawHavoc and the Missing Trust Layer
1,184 malicious AI skills, 7,700 downloads before detection.
Why the AI skill ecosystem needs a multi-dimensional trust layer. VirusTotal scanning alone explicitly cannot assess trust, detect prompt injection, or evaluate code quality.
How-To
March 8, 2026
How to Check if an AI Skill is Safe Before Installing
Step-by-step: find the source, scan, read the tier, decode the dimensions.
Practical guide for vetting an AI skill or MCP server before giving it access to your terminal, environment variables, and credentials.