awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
auth0 avatar

auth0/repo-supervisorArchived

0
View on GitHub↗
653 Stars·89 Forks·JavaScript·MIT·3 Aufrufe

Repo Supervisor

Scan your code for security misconfiguration, search for passwords and secrets. :mag:

Features

  • Secret Scanning - Scans code for security misconfigurations and leaked secrets.
  • Secrets Scanning - Scans for secrets via CLI, containerized environments, or serverless functions.
  • Vulnerability Scanners - Scans codebases for hardcoded passwords and security misconfigurations.

Star-Verlauf

Star-Verlauf für auth0/repo-supervisorStar-Verlauf für auth0/repo-supervisor

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Repo Supervisor

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Repo Supervisor.
  • trufflesecurity/trufflehogAvatar von trufflesecurity

    trufflesecurity/trufflehog

    24,630Auf GitHub ansehen↗

    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

    Gocredentialsdevsecopsdynamic-analysis
    Auf GitHub ansehen↗24,630
  • edoardottt/cariddiAvatar von edoardottt

    edoardottt/cariddi

    3,427Auf GitHub ansehen↗

    Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more

    Go
    Auf GitHub ansehen↗3,427
  • awslabs/git-secretsAvatar von awslabs

    awslabs/git-secrets

    13,177Auf GitHub ansehen↗

    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

    Shell
    Auf GitHub ansehen↗13,177
  • yelp/detect-secretsAvatar von Yelp

    Yelp/detect-secrets

    4,429Auf GitHub ansehen↗

    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

    Python
    Auf GitHub ansehen↗4,429
Alle 30 Alternativen zu Repo Supervisor anzeigen→

Häufig gestellte Fragen

Was macht auth0/repo-supervisor?

Scan your code for security misconfiguration, search for passwords and secrets. :mag:

Was sind die Hauptfunktionen von auth0/repo-supervisor?

Die Hauptfunktionen von auth0/repo-supervisor sind: Secret Scanning, Secrets Scanning, Vulnerability Scanners.

Welche Open-Source-Alternativen gibt es zu auth0/repo-supervisor?

Open-Source-Alternativen zu auth0/repo-supervisor sind unter anderem: zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API… yelp/detect-secrets — detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in… awslabs/git-secrets — Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating… edoardottt/cariddi — Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more. trufflesecurity/trufflehog — Trufflehog is a security tool designed to continuously monitor code repositories and cloud environments to detect,… byt3bl33d3r/crackmapexec — CrackMapExec is a network penetration testing framework and automated security scanner designed to assess security…