setup-auth
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- Security Best Practices: The skill includes clear documentation and code comments (e.g., in
src/utils/authorization.ts) reminding developers that client-side authorization is for user experience (UX) only and must be supplemented by server-side table permissions for actual data security. - Standard Development Patterns: The use of an
isDevelopmentcheck to provide mock user data onlocalhostis a common and helpful pattern for development workflows. The skill correctly limits this behavior to local environments to avoid impacting production security. - Internal Tool Usage: The skill uses built-in scripts (like
check-version.jsandgenerate-uuid.js) located within the plugin's root directory. These are used for routine tasks like environment validation and configuration file generation. - Secure Authentication Flow: The authentication service implementation correctly uses anti-forgery tokens (CSRF protection) and redirects to external identity providers, which aligns with standard secure web authentication practices.
Audit Metadata