$0.01
per call · USD Coin on Base
Secret scan for exposed API keys, tokens, passwords, and credentials in text — returns redacted output without exposing matched secret values. Ideal for agent pre-flight checks before sharing config or logs.
Endpoint
POST https://x402-hono-api.inraby.workers.dev/api/v1/secret-scan3
Calls / 30d
2
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://x402-hono-api.inraby.workers.dev/api/v1/secret-scan", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"text": "api_token=not-a-real-secret-value"
}),
});
const data = await res.json();curl -X POST \
"https://x402-hono-api.inraby.workers.dev/api/v1/secret-scan" \
-H "Content-Type: application/json" \
-d '{"text":"api_token=not-a-real-secret-value"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"findings": [
{
"occurrenceCount": 1,
"rule": "GENERIC_API_TOKEN"
}
],
"redactedText": "api_token=[REDACTED]",
"status": "secrets_detected"
}Payment details
0xe2433f056f953b7d4c946cffb1201d2e9601eabfUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Secret Scan & similar services
Loyalspark · Recipient API Offers
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
Loyalspark · Workflow Reward Status
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
Loyalspark · Recipient API Vouchers
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.