N

Netzhandwerker Agent Tools · Secret Scan

by Netzhandwerker Agent Tools

POSTBase

$0.002

per call · USD Coin on Base

Prueft Text oder Quelltext auf 20 Arten von Geheimnissen: AWS, GitHub, GitLab, Slack, Stripe, OpenAI, Anthropic, Google, SendGrid, Twilio, npm, private Schluesselbloecke, JWT, Zugangsdaten in URLs, Datenbankverbindungen und allgemeine Zuweisungen mit Entropiepruefung. Liefert Regel, Schwere, Zeile, Spalte und eine gekuerzte Vorschau. Fundwerte werden nie vollstaendig zurueckgegeben.

Endpoint

POST https://tools.halowerk.com/v1/secret/scan

1

Calls / 30d

1

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://tools.halowerk.com/v1/secret/scan", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "text": "const key = \"AKIAIOSFODNN7EXAMPLE\";\nDATABASE_URL=postgres://nutzer:geheim123@db.example.com:5432/produktion"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/secret/scan" \
  -H "Content-Type: application/json" \
  -d '{"text":"const key = \"AKIAIOSFODNN7EXAMPLE\";\nDATABASE_URL=postgres://nutzer:geheim123@db.example.com:5432/produktion"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "by_rule": {
    "aws_access_key_id": 1,
    "db_connection_string": 1
  },
  "findings": [
    {
      "column": 14,
      "end": 33,
      "entropy": 3.68,
      "line": 1,
      "preview": "AKIA************MPLE",
      "rule": "aws_access_key_id",
      "severity": "kritisch",
      "start": 13
    },
    {
      "column": 14,
      "end": 112,
      "entropy": 4.41,
      "line": 2,
      "preview": "post*********************tion",
      "rule": "db_connection_string",
      "severity": "hoch",
      "start": 49
    }
  ],
  "findings_count": 2,
  "highest_severity": "kritisch",
  "note": "Ein Treffer ist ein Verdacht, kein Beweis fuer Gueltigkeit.",
  "verdict": "nicht_veroeffentlichen"
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services