recon_git_secrets
Scan git repository history to detect exposed secrets in commit messages, author information, branches, and deleted files for security auditing.
Instructions
Search git history for secrets: commit messages, author info, branches, deleted files. Returns secrets_in_code_history, unique_authors, branches, deleted_files_summary, and suspicious_commit_messages. Read-only git operations on local repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the git repository |