oauth-integration
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation on OAuth 2.0 integration including PKCE flow, Auth.js (NextAuth) configuration, and token management strategies.
- [SAFE]: Implementation examples correctly utilize environment variables (
process.env.GITHUB_CLIENT_ID, etc.) for managing sensitive credentials rather than hardcoding them. - [SAFE]: Network calls within the code examples are directed to well-known authentication providers (GitHub, Google) and follow standard OAuth protocols.
- [SAFE]: No obfuscation, prompt injection, or remote code execution patterns were detected.
Audit Metadata