awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

密钥与 API Key 扫描工具

排名更新于 2026年6月30日

For 代码敏感信息检测工具, the strongest matches are yelp/detect-secrets (yelp/detect-secrets is a modular secret scanning tool that uses), dxa4481/trufflehog (TruffleHog is a secret scanning tool that thoroughly covers) and trufflesecurity/trufflehog (Trufflehog is a purpose-built secret scanning engine that detects). gitleaks/gitleaks and zricethezav/gitleaks round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

自动扫描源代码仓库以识别并防止敏感凭据泄露的自动化安全工具。

密钥与 API Key 扫描工具

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • yelp/detect-secretsYelp 的头像

    Yelp/detect-secrets

    4,429在 GitHub 上查看↗

    detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in source code. It combines multiple detection strategies—regular expression pattern matching, Shannon entropy calculation, and a machine learning classifier—to find potential secrets, and uses a baseline-driven delta analysis to distinguish newly introduced secrets from pre-existing ones, reducing noise from legacy credentials. The tool integrates directly into development workflows through a git pre-commit hook that blocks commits introducing unbaselined secrets, and can be inco

    yelp/detect-secrets is a modular secret scanning tool that uses pattern matching, entropy analysis, and a machine learning classifier to find credentials, with git history scanning, pre-commit hooks, baseline-driven noise reduction, and support for custom rules — directly matching every key feature of this search.

    PythonFalse Positive AuditingSecret Pattern Matching
    在 GitHub 上查看↗4,429
  • dxa4481/trufflehogdxa4481 的头像

    dxa4481/truffleHog

    26,790在 GitHub 上查看↗

    TruffleHog is a secret scanning tool designed to identify leaked credentials and API keys across version control systems, cloud storage, and filesystems. It functions as a git secret detector that enumerates hidden commits and a cloud storage security auditor for inspecting container images and storage buckets. The project is distinguished by a credential verification engine that tests discovered secrets against service APIs to confirm they are active, which eliminates false positive alerts. It further analyzes these verified credentials to determine the specific access levels and resources t

    TruffleHog is a secret scanning tool that thoroughly covers git history scanning, credential verification for false positive reduction, and CI/pre-commit integrations, making it a comprehensive fit for detecting leaked credentials in source code.

    GoGit History EnumerationPre-commit Hooks
    在 GitHub 上查看↗26,790
  • trufflesecurity/trufflehogtrufflesecurity 的头像

    trufflesecurity/trufflehog

    24,630在 GitHub 上查看↗

    Trufflehog is a security tool designed to continuously monitor code repositories and cloud environments to detect, verify, and remediate exposed sensitive credentials and API keys. It functions as a comprehensive secret scanning engine that integrates directly into deployment pipelines and version control systems to intercept sensitive data before it is committed or pushed. By utilizing read-only operations and volatile memory processing, the system ensures that discovered credentials are never stored persistently, maintaining strict data privacy throughout the scanning lifecycle. The platfor

    Trufflehog is a purpose-built secret scanning engine that detects credentials, API keys, and sensitive data in git repositories and cloud environments, with deep git history scanning, pre-commit hooks, and CI pipeline integration — exactly the kind of comprehensive tool this search is looking for.

    GoSecret Detection RulesVersion Control Hooks
    在 GitHub 上查看↗24,630
  • gitleaks/gitleaksgitleaks 的头像

    gitleaks/gitleaks

    24,973在 GitHub 上查看↗

    Gitleaks is a security scanning engine designed to identify hardcoded credentials, API keys, and other sensitive information within version control systems and local file structures. It functions as a static analysis tool that automates the detection of secrets, helping to prevent the accidental exposure of sensitive data during the development lifecycle. The tool distinguishes itself through its ability to perform deep forensic analysis of git history, allowing users to audit entire project timelines or enforce security gates within continuous integration pipelines. It supports complex detec

    Gitleaks is a dedicated, battle-tested secret scanner built for git history analysis and CI integration, covering the full workflow of detection, custom rules, and reporting that this search calls for.

    GoSecurity Finding Management
    在 GitHub 上查看↗24,973
  • zricethezav/gitleakszricethezav 的头像

    zricethezav/gitleaks

    27,739在 GitHub 上查看↗

    Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API keys, and authentication tokens. It functions as a Git secret scanner that analyzes both local file systems and Git commit history to prevent credential leaks. The tool distinguishes itself through a decoding pipeline that transforms base64 and hex strings into plaintext to find obfuscated secrets. It further reduces false positives using proximity-based validation and fingerprint-based suppression to filter out known or baseline findings. The system covers a broad range of detec

    Gitleaks is a purpose-built Git secret scanner that detects hardcoded passwords, API keys, and tokens across file systems and commit history, with pattern-based detection, entropy analysis, custom rules, false-positive suppression, and CI integration — squarely meeting the request.

    GoSecret Detection Rules
    在 GitHub 上查看↗27,739
  • gitguardian/ggshieldgitguardian 的头像

    gitguardian/ggshield

    1,966在 GitHub 上查看↗

    Detect and validate 500+ types of hardcoded secrets with advanced checks. Use it as a pre-commit hook, GitHub Action, or CLI for proactive secret detection and security.

    ggshield is a command-line tool that scans code and git history for 500+ types of hardcoded secrets, supports pre-commit hooks and CI integration, and validates findings to reduce false positives—exactly the kind of open‑source secret detector this search requires.

    PythonSecret DetectionVulnerability Scanning and Auditing
    在 GitHub 上查看↗1,966
  • bearer/bearerBearer 的头像

    Bearer/bearer

    2,566在 GitHub 上查看↗

    Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co

    Bearer is a static analysis security tool that explicitly identifies hard-coded secrets alongside other vulnerabilities, and includes features like PR scanning and false-positive suppression, making it a valid secret scanner for codebases.

    GoCustom Analysis RulesCompliance Reporting
    在 GitHub 上查看↗2,566
  • awslabs/git-secretsawslabs 的头像

    awslabs/git-secrets

    13,177在 GitHub 上查看↗

    Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating automated scanning directly into the version control commit lifecycle. It functions as a commit scanner that evaluates staged files and commit messages against defined security policies before changes are finalized in a repository. The tool utilizes regular expression pattern matching to identify potential secrets and supports the registration of custom patterns to address specific organizational security requirements. To manage operational friction, it includes mechanisms for

    git-secrets is a commit hook tool that scans staged files and messages with regex patterns to block secrets, matching the need for a pattern-based detector with pre-commit integration and custom rules, though it omits entropy analysis and explicit reporting outputs.

    ShellCommit Risk ScanningGit HooksCredential Security and Utilities
    在 GitHub 上查看↗13,177
  • eth0izzle/shhgiteth0izzle 的头像

    eth0izzle/shhgit

    3,967在 GitHub 上查看↗

    shhgit is a static analysis security tool and secret detection scanner designed to identify leaked credentials, API tokens, and private keys. It functions as a security auditor for version control systems, analyzing both local files and remote repositories across platforms including GitHub, GitLab, and Bitbucket. The tool utilizes a detection engine based on signature-matching, custom regular expressions, and entropy checks to locate sensitive data. It allows for the use of custom search signatures and queries to identify non-standard secrets that may not be covered by predefined patterns. T

    Shhgit is a dedicated tool for finding secrets in your code across GitHub, GitLab, and Bitbucket repositories, making it directly fit your need for scanning accidentally committed sensitive data.

    JavaScriptGit Repository Security AuditorsRepository Content ScanningSecret Detection Tools
    在 GitHub 上查看↗3,967

Related searches

  • 公共仓库凭证扫描工具
  • 基础设施即代码 (IaC) 安全扫描器
  • Git 密钥加密工具
  • 密钥管理平台
  • 用于安全漏洞的静态分析工具
  • 用于检测提示词注入攻击的工具包
  • 依赖项漏洞扫描器
  • 用于源代码和注释的拼写检查工具