{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/security/secret-scan","method":"POST","price":"$0.030","description":"Runs high-accuracy regular expression scans on a text block to find leaked API keys, tokens, or private keys.","example_input":{"text":"My database string is mysql://root:secret@localhost"},"example_output":{"supported":true,"result":{"found":true,"leaks":[{"type":"Database credentials","match":"mysql://root:secret"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text block content to scan"}}},"response_schema":{"type":"object"}}