link-based-auth
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for a 'Link-Based Authentication' pattern. The provided code snippets for Edge Authentication and Frontend Auth Context are illustrative and follow standard security practices, such as using
Secure,HttpOnly, andSameSite=Strictflags for cookies. No actual sensitive credentials are hardcoded; placeholders likeprocess.env.NEXT_PUBLIC_API_KEYare used. No remote scripts are downloaded or executed. The logic focuses on legitimate authentication flow patterns rather than malicious activities.
Audit Metadata