ToolAssay

Combined repo security scan — secret scan, GitHub Actions workflow exposure chec

Combined repo security scan — secret scan, GitHub Actions workflow exposure check, and dependency manifest CVE review in one agent call for CI pre-commit and supply-chain triage.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
38 msmedian answer time
$0.04listed price per call
$0.04price 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-hono-api.inraby.workers.dev/api/v1/repo-security-bundle

CategoryEverything else
Provider hostx402-hono-api.inraby.workers.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.04 38 ms

Example input (from the provider)

{
  "body": {
    "manifestText": "{\"dependencies\":{\"lodash\":\"4.17.15\"}}",
    "text": "api_token=not-a-real-secret",
    "workflowYaml": "name: CI\non: pull_request_target:\npermissions: write-all\n"
  },
  "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": {
          "properties": {
            "manifestText": {
              "description": "Optional package.json, lockfile, or yarn.lock contents",
              "type": "string"
            },
            "text": {
              "description": "Optional text/config to scan for secrets",
              "type": "string"
            },
            "workflowYaml": {
              "description": "Optional GitHub Actions workflow YAML",
              "type": "string"
            }
          },
          "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": {
            "findings": {
              "type": "array"
            },
            "recommendations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "riskScore": {
              "type": "number"
            },
            "scansRun": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "status": {
              "enum": [
                "clean",
                "needs_review",
                "high_risk"
              ]
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON