auth
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Logic Management]: The skill defines triggers for handling authentication-related tasks, such as token management and git authorization flows. It correctly identifies sensitive context like
GITHUB_TOKENandADO_APM_PATto ensure the agent provides relevant assistance during auth-related development tasks.- [Enforcement of Security Best Practices]: A key rule within the skill mandates the use of a centralizedAuthResolverand explicitly forbids directos.getenv()calls for credentials in application code. This is a positive security pattern that helps prevent accidental credential exposure and ensures consistent security logic across the codebase.
Audit Metadata