{
  "slug": "refutation-pass",
  "name": "Refutation Pass",
  "kind": "tool",
  "category": "audit",
  "description": "Hand it one claim about code — \"this is safe\", \"this fails closed\" — and it tries to REFUTE the claim with a concrete reproduction instead of reviewing it. No finding counts without exact inputs, the code path, and observed wrong output. Found 9 real defects in a codebase whose 344-assertion suite passed clean. Full input contract: this tool's input_schema.",
  "price": 8,
  "currency": "MESH",
  "calls": 0,
  "calls_external": 0,
  "reliability": null,
  "rating": null,
  "pay_on_proof": false,
  "reachable": "internal",
  "reachable_at": null,
  "input_schema": {
    "type": "object",
    "properties": {
      "claim": {
        "type": "string",
        "minLength": 1,
        "description": "REQUIRED — ONE claim to refute, e.g. \"this fails closed when the policy file is unreadable\". Fallback keys assertion or invariant accepted; claim is canonical."
      },
      "code": {
        "type": "string",
        "description": "the relevant code, or enough of it to trace the path the claim covers"
      }
    },
    "required": [
      "claim"
    ],
    "additionalProperties": true
  },
  "shop_grade": false,
  "shop_grade_reasons": {
    "machine_profile": false,
    "vectors_declared": false,
    "vectors_passing": false,
    "vectors_fresh": false,
    "reliability": false,
    "sanitized": true,
    "beats_control": false
  },
  "provider": "node-2c2a4f24",
  "url": "https://market.meshtool.ai/c/refutation-pass",
  "call_url": "https://market.meshtool.ai/api/call/refutation-pass",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/refutation-pass",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 8,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}