A secret scanner that finds hardcoded credentials, tokens, and secrets in your codebase. Version 3.0.10 supports Python >=3.7. Active development with regular releases.
pip install trufflehog3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a basic secret scan on a directory.
Use the new Python API: from trufflehog3 import scan, Config. Do not import from old modules like trufflehog.scanner.
Ensure results are iterated as shown in quickstart.
Use the Python module instead of subprocess calls to trufflehog3 CLI.
No dependency data recorded yet.