sentry-react-native-sdk

Pass

Audited by Gen Agent Trust Hub on Mar 10, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses discovery commands such as cat, grep, ls, and find to identify project dependencies, navigation libraries, and build configurations. These are standard reconnaissance steps used to determine the correct setup path for the SDK.
  • [COMMAND_EXECUTION]: An inline Python script is used to parse app.json for environment detection, which is a benign utility function.
  • [REMOTE_CODE_EXECUTION]: Recommends executing the official @sentry/wizard via npx to automate the installation of the SDK, configuration of native build phases, and source map upload logic. As a tool provided by the authoring vendor (getsentry), this is considered safe.
  • [EXTERNAL_DOWNLOADS]: Facilitates the installation of the @sentry/react-native SDK and other ecosystem dependencies (e.g., navigation and state management libraries) through standard package managers like npm, yarn, and expo.
  • [COMMAND_EXECUTION]: Guides the user to integrate Sentry-provided shell scripts (sentry-xcode.sh, sentry-xcode-debug-files.sh) and Gradle plugins (sentry.gradle) into the native build process. These scripts are part of the official SDK and are necessary for performance features and source map management.
  • [SAFE]: The skill provides clear guidance on managing sensitive credentials, specifically advising that SENTRY_AUTH_TOKEN should be handled via environment variables or CI secrets rather than being committed to version control.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 10, 2026, 03:29 PM