The site is rebuilt around the runtime. New homepage with the kill demo and system schematic. Scan gets one page — live scan bar, OpenClaw benchmark, reports — with /audit redirecting there. New pages: /primitives, /matrix, and the Agent Reliability Benchmark at /benchmark.
Changelog
New features, improvements, and updates to Oathe
August 2026
Runtime-first redesign
May 2026
Homepage refresh
Redesigned homepage: blog poster strip, chat-window Ask-an-LLM tiles, and a Trusted-by section with real testimonials — Neo4j featured, with AI·SLE, Storm Media Marketing, and Creatify.
March 2026
Accounts, billing, and dashboard
Signup, pricing, and dashboard are live. Session-based auth with Google OAuth, email verification, and password reset; pricing CTAs adapt to your account. Privacy policy, terms, and a contact page shipped alongside. Follow-up hardening: OAuth token refresh no longer races after login, and ClawHub skills verify via API before falling back to the GitHub mirror.
February 2026
oathe-mcp v0.1.0 — Initial release
First public release of the Oathe MCP server on npm. Five tools available: submit_audit, check_audit_status, get_audit_report, get_skill_summary, and search_audits. Install with npx oathe-mcp — no API key required.
New blog posts: What Is Oathe + Getting Started with oathe-mcp
Published two new posts: What Is Oathe? is the canonical introduction covering trust scores, verdicts, and the sandbox approach. Getting Started with oathe-mcp is a step-by-step tutorial for setting up the MCP server in Claude, Cursor, and Windsurf.
oathe-mcp v0.1.1 — Directive tool descriptions
Strengthened all five MCP tool descriptions with directive pre-install security language. Added server-level description so AI assistants understand Oathe’s purpose on connection. Published to npm via OIDC Trusted Publisher — no tokens or OTP needed.
Claude, Cursor, and Windsurf landing pages
Dedicated setup guides for each AI coding platform. Each page includes platform-specific MCP configuration examples and explains how to use Oathe to check tools before installing them.
Skill marketplace and registry
Launched skill marketplace pages with browsable registry of audited MCP servers and AI agent skills. Each skill shows its trust score, verdict, and link to the full audit report.
API documentation published
Published full API reference at oathe.ai/docs with endpoint documentation for submitting audits, checking status, retrieving reports, and searching the audit database. Includes request/response schemas and rate limit details.