sentry-react-native-sdk
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill employs standard shell commands (
ls,grep,cat,find) to discover project metadata and structure. These operations are limited to the project directory and do not perform unauthorized file access. - [SAFE]: External dependencies and tools, such as
@sentry/wizardand@sentry/react-native, are fetched from official registries and belong to a well-known service provider (Sentry). - [SAFE]: Authentication tokens and DSNs are handled via placeholders (e.g.,
YOUR_ORG_AUTH_TOKEN) and environment variable patterns (process.env.SENTRY_AUTH_TOKEN). The instructions explicitly warn against committing these secrets to version control. - [SAFE]: The provided code snippets for SDK initialization and configuration are consistent with official Sentry documentation and focus on legitimate observability features like error monitoring, performance tracing, and session replay.
- [SAFE]: The use of a small inline Python script to parse
app.jsonis a benign utility for project type detection.
Audit Metadata