implementing-scalekit-flask-auth
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a reference implementation for OIDC authentication using the Scalekit SDK, which is the intended purpose from a known vendor.
- [SAFE]: It includes proper state-based CSRF protection in the authentication callback flow.
- [SAFE]: The guide advises on secure session management, including the use of HTTP-only and secure cookie flags for production environments.
- [SAFE]: The skill correctly implements deep link preservation with validation to prevent open redirect vulnerabilities.
- [SAFE]: Sensitive configuration data like client secrets and API keys are handled via environment variables rather than being hardcoded in the code snippets.
Audit Metadata