sentry-react-native-sdk

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The detection phase utilizes common shell utilities like ls, cat, grep, and find to analyze project structure and dependencies. It also includes a short, non-malicious inline Python script for parsing JSON configuration files. These commands are used strictly for environment reconnaissance.
  • [EXTERNAL_DOWNLOADS]: The skill suggests using npx to run the official @sentry/wizard and npm or expo-cli to install @sentry/react-native. These are trusted, vendor-owned resources that are standard for the described tasks.
  • [CREDENTIALS_UNSAFE]: The documentation references sensitive values like SENTRY_AUTH_TOKEN and SENTRY_DSN. However, it correctly identifies these as secrets, explicitly warning the user never to commit them to version control and to use secure methods like .env files and CI secrets.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 02:46 AM