What are secrets?
Secrets are high-value credentials, like passwords, API keys, and database tokens, hardcoded within your source code that, when exposed, will compromise a company's security. Exposed secrets can grant unauthorized access to systems and data, leading to breaches and compliance risks. Preventing exposure requires identifying and removing secrets early in development and ensuring they never reach source control.
Secrets consist of:
- Passwords
- API keys
- Encryption keys
- Tokens
- Database credentials



