sentry-react-sdk
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses basic shell commands like
ls,cat, andgrepfor environment discovery and dependency detection. These operations are limited to reading project metadata and do not involve executing untrusted code. - [EXTERNAL_DOWNLOADS]: Recommends the installation of standard packages from the trusted vendor (@sentry/react, @sentry/vite-plugin, etc.) via official package registries. References to external documentation point exclusively to the official Sentry domain (sentry.io).
- [CREDENTIALS_UNSAFE]: Security best practices are followed regarding sensitive information. The skill correctly instructs users to use environment variables for DSNs and Auth Tokens and includes explicit warnings against committing secrets to version control.
- [DATA_EXFILTRATION]: No unauthorized data transmission detected. Monitoring data is directed to the official Sentry infrastructure as intended by the skill's primary purpose.
- [PROMPT_INJECTION]: The instructions focus purely on technical configuration and do not contain patterns aimed at overriding agent behavior or bypassing safety filters.
Audit Metadata