add-supabase-auth
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official libraries from public registries such as
@supabase/supabase-js,expo-apple-authentication, and@react-native-async-storage/async-storage. These are well-known and trusted for the intended functionality. - [COMMAND_EXECUTION]: Provides standard package installation commands (
pnpm add,npx expo install) which are typical for configuring developer environments. - [CREDENTIALS_UNSAFE]: Appropriately handles secrets by instructing the use of environment variables (
EXPO_PUBLIC_SUPABASE_URLandEXPO_PUBLIC_SUPABASE_ANON_KEY) instead of hardcoding sensitive data.
Audit Metadata