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, andfindto 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
npxto run the official@sentry/wizardandnpmorexpo-clito 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_TOKENandSENTRY_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.envfiles and CI secrets.
Audit Metadata