← ClaudeAtlas

competition-graphql-rpc-driftlisted

Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for GraphQL schemas, persisted queries, RPC manifests, generated clients, OpenAPI drift, hidden operations, and contract-to-handler mismatches. Use when the user asks to inspect GraphQL or RPC requests, compare client contracts to live handlers, recover hidden operations, trace generated clients, or explain how schema or contract drift produces the decisive behavior. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here.
xAmirHamza77/ReverseOps-Skill · ★ 4 · API & Backend · score 72
Install: claude install-skill xAmirHamza77/ReverseOps-Skill
# Competition Graphql Rpc Drift Use this skill only as a downstream specialization after `$ctf-sandbox-orchestrator` is already active and has established sandbox assumptions, node ownership, and evidence priorities. If that has not happened yet, return to `$ctf-sandbox-orchestrator` first. Use this skill when the hard part is matching declared contracts with live handlers to find hidden, stale, or privileged operations. Reply in Simplified Chinese unless the user explicitly requests English. ## Quick Start 1. Collect the declared contract surface first: schema, manifest, generated client, persisted query map, or OpenAPI spec. 2. Record actual request shapes, operation names, variables, method, path, and auth context before mutating anything. 3. Compare declared contract, generated client behavior, and live handler behavior side by side. 4. Preserve one accepted operation and one drifted or hidden operation with the smallest delta. 5. Reproduce the smallest contract-to-handler mismatch that proves the decisive branch. ## Workflow ### 1. Map The Declared Contract Surface - Record GraphQL schema, introspection output, persisted query ids, RPC manifests, generated clients, or OpenAPI documents that define the intended surface. - Note versioned endpoints, client-only guards, hidden enums, optional fields, and operation naming conventions. - Keep document source and generation path tied to the observed requests. ### 2. Prove Live Handler Behavior - Capture the real reque