add-sentry-rn
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install
@sentry/react-nativeand run the@sentry/wizard@latestinitialization tool. These are official resources from Sentry, a well-known service for error tracking and performance monitoring. - [CREDENTIALS_UNSAFE]: The documentation explicitly warns against hardcoding sensitive information like DSNs or authentication tokens in the codebase or version control. It correctly suggests using environment variables and secret management tools like EAS secrets for the
SENTRY_AUTH_TOKEN. - [COMMAND_EXECUTION]: The skill uses
npxto execute the official Sentry setup wizard. This is a standard and expected procedure for configuring the SDK within a mobile development environment.
Audit Metadata