Coverage and concrete signals
For JWT security weaknesses, inspect the concrete scope below instead of relying on a category label. Record the token verification call, accepted algorithms, key source, and claim checks, then compare them with the safer configuration.
- Focus: Detect weak algorithm or verification settings that make token validation unsafe.
- Workflow: Rule ID: RADAR-SEC-JWT
- Coverage and concrete signals: RADAR-SEC-JWT, unsafe pattern, safer pattern, Source security
FocusExact file location, rule context, severity, confidence, and remediation guidance.Boundary
Detect weak algorithm or verification settings that make token validation unsafe.Record the token verification call, accepted algorithms, key source, and claim checks, then compare them with the safer configuration.A controlled algorithm list and trusted key resolver can make a warning non-actionable; verify key rotation, issuer, audience, and expiry checks rather than suppressing by name.