macOS
brew install talismanlocal Homebrew formula metadata
sudo port install talismanMacPorts ports tree · devel/talisman/Portfile · source: api.github.com
brew
Tool to detect and prevent secrets from getting checked in. Version 1.37.0 via Homebrew; verified from local package data.
install
brew install talismanlocal Homebrew formula metadata
sudo port install talismanMacPorts ports tree · devel/talisman/Portfile · source: api.github.com
winget install --id Thoughtworks.Talisman -eWindows Package Manager source index · Thoughtworks.Talisman · source: cdn.winget.microsoft.com
overview
Tool to detect and prevent secrets from getting checked in
history
Talisman is a Thoughtworks-maintained secret-scanning CLI and Git-hook tool. It became package-manager relevant because it packages a common DevSecOps guardrail as a local binary that can run before code leaves a developer workstation.
The official repository was initialized on 2015-12-14 and the first observed release tag, v0.1.0, is dated 2016-04-19. Its README defines the project as a tool that scans Git changesets so likely secrets or sensitive information do not leave the developer's workstation.
Talisman is distributed as a standalone executable, as a repository Git hook, and as a global Git hook template. The official README documents Homebrew installation, release-page binaries, an install script, pre-commit integration, and Husky integration, which placed it in the same day-to-day tooling layer as linters and formatters.
The standard usage is to install the `talisman` binary and invoke it from pre-commit or pre-push hooks. It checks outgoing changesets for patterns such as SSH keys, authorization tokens, and private keys; it can also run directly as a CLI utility for Git repository scanning.
Package nerds care about Talisman because it is a classic local-policy binary: small enough to install with Homebrew, easy to pin in hook frameworks, and useful before centralized secret-scanning infrastructure ever sees a commit. Its documented auto-update behavior from v0.4.4 also reflects the tension between reproducible pinned tooling and security tools that want to stay current.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.talismanrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
talisman | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/thoughtworks/talisman
install metadata
| Package key | brew:talisman |
|---|---|
| Version | 1.37.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/talisman |
| Homepage | https://thoughtworks.github.io/talisman/ |
| Repository | https://github.com/thoughtworks/talisman |
| Upstream docs | https://thoughtworks.github.io/talisman/docs |
| License | MIT |
| Source archive | https://github.com/thoughtworks/talisman/archive/refs/tags/v1.37.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | talisman |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
talisman
sudo port install talismanThoughtworks.Talisman
winget install --id Thoughtworks.Talisman -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.