Hardcoded API keys or credentials
Source files should not embed credential-like string literals.
#Metadata
#Why it matters
Hardcoded credentials are difficult to rotate and are easily leaked through source control.
#Remediation
Move the secret to a secure runtime secret store or environment-backed config path.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/shared/security.no-hardcoded-credentials.rule.yaml.