Kv Checker
A KV checker is a tool that verifies the integrity of the data stored in a KV store. It checks for inconsistencies, such as duplicate keys, missing values, or corrupted data. By running a KV checker, users can identify and fix issues before they become critical problems.
| Use Case | Example KV Pair | Check Method | |------------------------|-------------------------------------|--------------------------------------| | OpenAI API key | sk-proj-...:any | GET models endpoint (200 OK) | | Proxy (HTTP) | 127.0.0.1:8080 | CONNECT request or IP check | | Telegram bot token | 123456:ABC-DEF | getMe API call | | Combolist (game acc) | email@gmail.com:pass123 | Login simulation (200/302/403 logic) | kv checker
