ToolAssay

Scan text for accidentally-committed secrets (API keys, tokens, private keys) be

Scan text for accidentally-committed secrets (API keys, tokens, private keys) before you publish it.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.fablerlabs.com/scan/secrets

CategoryMarket data
Provider hostx402.fablerlabs.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "text": "const endpoint = process.env.API_URL;"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "text": {
              "description": "Text or source code to scan for exposed credentials.",
              "type": "string"
            }
          },
          "required": [
            "text"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "clean": {
              "type": "boolean"
            },
            "findings": {
              "items": {
                "properties": {
                  "fix_hint": {
                    "type": "string"
                  },
                  "line": {
                    "type": "integer"
                  },
                  "match_masked": {
                    "type": "string"
                  },
                  "rule": {
                    "type": "string"
                  },
                  "severity": {
                    "enum": [
                      "low",
                      "medium",
                      "high",
                      "critical"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "rule",
                  "match_masked",
                  "line",
                  "severity",
                  "fix_hint"
                ],
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "findings",
            "clean"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON