sentry-android-sdk
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands (
ls,grep,find,xargs) to inspect the project structure, detect dependencies (e.g., Compose, OkHttp, Room), and identify the presence of existing Sentry configurations. These commands are used for read-only discovery purposes to tailor the setup guide. - [EXTERNAL_DOWNLOADS]: The skill recommends the use of the Sentry installation wizard via
npx @sentry/wizard@latestand incorporates various official Sentry SDK dependencies (e.g.,io.sentry:sentry-android,io.sentry:sentry-bom). These are legitimate resources provided by Sentry, a well-known service and the vendor of this skill. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing users to manage sensitive data like the
SENTRY_AUTH_TOKENvia environment variables or CI/CD secrets rather than hardcoding them. It uses standard placeholders likeYOUR_SENTRY_DSNfor configuration.
Audit Metadata