sentry-react-native-setup

Pass

Audited by Gen Agent Trust Hub on Feb 21, 2026

Risk Level: SAFE
Full Analysis
  • EXTERNAL_DOWNLOADS (SAFE): The skill recommends using npx @sentry/wizard@latest, which is the official tool provided by Sentry for project configuration. This is standard procedure for the intended task.
  • CREDENTIALS_UNSAFE (SAFE): The documentation mentions configuration files like sentry.properties and environment variables such as SENTRY_AUTH_TOKEN. However, it only uses placeholders (e.g., sntrys_xxx) and does not contain any hardcoded sensitive information.
  • DATA_EXFILTRATION (SAFE): The SDK configuration includes sendDefaultPii: true. While this enables the collection of certain user data for debugging, it is a documented feature of the Sentry service and is presented here as part of the standard setup for a monitoring tool.
  • COMMAND_EXECUTION (SAFE): Shell commands are restricted to package installation and project initialization using npx and pod install, which are expected in a React Native development workflow.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 21, 2026, 11:55 AM