axum-impl-auth-jwt
Warn
Audited by Snyk on Aug 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). At runtime the Axum
Claimsextractor (FromRequestParts) directly ingests outsider-authored request free text from theAuthorization: Bearer ...header viaparts.extract::<TypedHeader<Authorization<Bearer>>>()and thendecode::<Claims>(bearer.token(), ...), meaning an outsider can submit arbitrary token strings to be parsed/validated.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata