Audit Mcp Mock Drift banner
megabytespace megabytespace

Audit Mcp Mock Drift

Security community

Description

--- description: Catch mock/live divergence in MCP eval golden tests (anti-pattern #2 from eval-mock-mode-discipline) argument-hint: [--server=<name>] --- <!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. --> <SUBAGENT-STOP/> Audit MCP server eval golden tests for mock/live divergence: cases where `mock_response.body` claims a shape that the live API no longer returns. A stale mock silently teaches Claude wrong expec

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-audit-mcp-mock-drift/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-audit-mcp-mock-drift && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/audit-mcp-mock-drift.md -o ~/.claude/skills/megabytespace-claude-skills-audit-mcp-mock-drift/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository