Hardcoded configuration values
Config-like values should usually come from configuration sources rather than source literals.
#Metadata
#Why it matters
Hardcoded service URLs, timeouts, and regions make deployments harder to vary and review safely.
#Remediation
Load the value from env, params, or a dedicated config module instead of hardcoding it in source.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.quality.hardcoded-configuration-values.rule.yaml.