auth
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Logic Centralization]: The skill mandates the use of an
AuthResolverfor all authentication flows, discouraging the direct use ofos.getenv()for tokens. This is a security-conscious design pattern that helps ensure consistent and audited credential handling. - [Credential Identification]: The skill lists specific environment variables and file paths related to authentication (e.g.,
GITHUB_TOKEN,token_manager.py). Identifying these sensitive components is necessary for the agent to provide accurate and secure guidance on authentication-related tasks.
Audit Metadata