This tool scans GitHub repositories for sensitive AI keys (API keys, secrets, etc.) in commit messages and diffs. It's designed to work as both a standalone Python script and as a Docker container.
This cross-platform Python script is designed to search through a user-specified directory (and all of its subdirectories) for potential private keys formatted in Base58. It not only identifies these ...