Secrets category
Rule IDs such as S003 JWT Secret Hardcoded, S004 Database URL Exposed, S007 Private Key in Code.
Tools · Secret detection
Deterministic secret rules look for JWT secrets, database URLs, private key blocks, Stripe key construction patterns, and related credential leaks in the code you submit.
Rule IDs such as S003 JWT Secret Hardcoded, S004 Database URL Exposed, S007 Private Key in Code.
No API keys hardcoded — tied to secret rule IDs.
Python hardcoded secret patterns are included in the shared engine where applicable.
[SIGNAL] CRITICAL — JWT Secret Hardcoded (S003) [SIGNAL] CRITICAL — Database URL Exposed (S004) fix: Move secrets to environment storage / secrets manager
Product policy is not to retain full raw source on scan-metadata paths. Prefer local checks when you need maximum isolation.
Secret detection is one control input. Continuous evidence and human review still apply — see framework landers.