Learn to say popular secrets and credential scanning tool names correctly.
0 / 5 completed
1 / 5
How is Gitleaks (open-source tool for detecting hardcoded secrets in Git repositories) correctly pronounced?
Gitleaks is pronounced 'GIT-leeks' — 'Git' plus 'leaks', both plain English elements, stress on GIT. In a technical interview: "Gitleaks caught the AWS key in the commit before it ever reached the remote branch."
2 / 5
How is TruffleHog (tool that scans repositories for high-entropy secrets and credentials) correctly pronounced?
TruffleHog is pronounced 'TRUF-ul-hahg' — 'truffle' (like the fungus, sniffed out by a pig) plus 'hog', stress on TRUF. In a technical interview: "TruffleHog dug through the entire Git history, not just the latest commit, and still found the leaked token."
3 / 5
How is detect-secrets (Yelp's tool for preventing new secrets from entering a codebase) correctly pronounced?
detect-secrets is pronounced 'dih-TEKT SEE-krets' — 'detect' plus 'secrets', both plain English words. In a technical interview: "detect-secrets kept a baseline file so it only flagged genuinely new secrets, not old approved ones."
4 / 5
How is git-secrets (AWS Labs' tool that prevents committing secrets and credentials to Git) correctly pronounced?
git-secrets is pronounced 'GIT SEE-krets' — 'Git' plus 'secrets', both said plainly. In a technical interview: "git-secrets blocked the commit at the hook stage, before the key ever left the developer's laptop."
5 / 5
How is Talisman (pre-commit hook tool that detects secrets and suspicious patterns before a commit) correctly pronounced?
Talisman (the secrets scanner) is pronounced 'TAL-is-mun' — exactly like the everyday word for a lucky charm, stress on TAL. In a technical interview: "Talisman rejected the commit the moment it spotted what looked like a private key."