I ran this on my own prompt history and three things surprised me. found 3 API keys buried in copy-pasted stack traces (`reprompt privacy`). 35% of my agent sessions had error loops -- the agent retrying the same failing approach 3+ times (`reprompt agent`). And 50-70% of my conversation turns were filler like "ok try that" (`reprompt distill`).
pip install reprompt-cli
reprompt scan && reprompt
Everything runs locally -- zero network calls, zero telemetry. Also works as an MCP server and GitHub Action.