auth0-react-native

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
4
Flagged Files (4)
references/api.mdHIGH
78.3%

Malicious tool definition detected

Check callback URLs match configuration | | Login opens but doesn't return to app | Ensure deep linking is properly configured and tested | | Expo build fails | Run `npx expo prebuild` to generate native configuration | | iOS builds fail after pod install | Run `cd ios && pod deintegrate && pod install` | --- ## Security Considerations - **Use secure storage** - Credentials are stored securely using Keychain (iOS) and Keystore (Android) - **HTTPS only** - Auth0 requires HTTPS callback URLs (exce

references/patterns.mdHIGH
78.3%

Malicious tool definition detected

} ``` --- ### Custom Login Options ```tsx const login = async () => { await authorize({ scope: 'openid profile email offline_access', audience: 'https://your-api-identifier', connection: 'google-oauth2', // Optional: force specific connection prompt: 'login', // Force re-authentication }); }; ``` --- ## Configuration Options ### Complete Auth0Provider Configuration ```tsx <Auth0Provider domain="your-tenant.auth0.com" clientId="your-client-id" > <App /> </Auth0Provider> ``` ### Complete authorize

references/setup.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/setup.md Description: # Auth0 React Native Setup Guide Setup instructions for React Native and Expo mobile applications.

SKILL.mdHIGH
73.8%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: auth0-react-native description: Use when adding authentication to React Native or Expo mobile apps (iOS/Android) with biometric support - integrates react-native-auth0 SDK with native deep linking --- # Auth0 React Native Integration Add authentication to React Native and Expo mobile applications using react-native-auth0.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
4
Analyzed
Feb 21, 2026, 01:07 PM
Security Audit — runlayer — auth0-react-native