Do not skip throttling on credential routes
Sensitive Nest routes should not disable `@nestjs/throttler` protections without a compensating throttle.
#Metadata
#Why it matters
Authentication endpoints are brute-force magnets; removing throttling removes basic abuse resistance.
#Remediation
Remove `@SkipThrottle()` or pair it with an explicit `@Throttle` policy tuned for the handler.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.nestjs-skip-throttle-sensitive-route.rule.yaml.