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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
thoughtworks avatar

thoughtworks/talisman

0
View on GitHub↗
2,085 stars·248 forks·Go·MIT·8 viewsthoughtworks.github.io/talisman↗

Talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.

Features

  • Secret Detection - Hooks to detect and block secrets before commit.
  • Secret Scanning - Validates outgoing git changesets for sensitive tokens and keys.

Star history

Star history chart for thoughtworks/talismanStar history chart for thoughtworks/talisman

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Talisman

Similar open-source projects, ranked by how many features they share with Talisman.
  • michenriksen/gitrobmichenriksen avatar

    michenriksen/Gitrob

    6,184View on GitHub↗

    Gitrob is a tool that scans public GitHub repositories for potentially sensitive files. It clones repositories and walks through their full commit history to flag files matching signatures for sensitive content, including files that may have been deleted in later commits. The tool presents its findings through a local web interface for interactive browsing and analysis. It serves results directly from memory without requiring a database, and allows users to save the full set of gathered findings to a JSON session file. Saved sessions can be loaded back into the web interface to continue analy

    Go
    View on GitHub↗6,184
  • tillson/git-houndtillson avatar

    tillson/git-hound

    1,430View on GitHub↗

    Fast GitHub recon tool. Scans for leaked secrets across all of GitHub, not just known repos and orgs. Support for GitHub dorks.

    Go
    View on GitHub↗1,430
  • awslabs/git-secretsawslabs avatar

    awslabs/git-secrets

    13,177View on 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

    Shell
    View on GitHub↗13,177
  • yelp/detect-secretsYelp avatar

    Yelp/detect-secrets

    4,429View on 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

    Python
    View on GitHub↗4,429
See all 30 alternatives to Talisman→

Frequently asked questions

What does thoughtworks/talisman do?

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.

What are the main features of thoughtworks/talisman?

The main features of thoughtworks/talisman are: Secret Detection, Secret Scanning.

What are some open-source alternatives to thoughtworks/talisman?

Open-source alternatives to thoughtworks/talisman include: yelp/detect-secrets — detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in… zricethezav/gitleaks — Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API… michenriksen/gitrob — Gitrob is a tool that scans public GitHub repositories for potentially sensitive files. It clones repositories and… tillson/git-hound — Fast GitHub recon tool. Scans for leaked secrets across all of GitHub, not just known repos and orgs. Support for… awslabs/git-secrets — Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating… americanexpress/earlybird — EarlyBird is a sensitive data detection tool capable of scanning source code repositories for clear text password…