adding-error-tracking
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official Sentry SDKs and the Sentry Wizard tool from public package registries (npm and PyPI). These are well-known resources provided by the service for application monitoring.
- [CREDENTIALS_UNSAFE]: The skill provides guidance on managing Sentry configuration values. It correctly identifies the SENTRY_AUTH_TOKEN as sensitive and provides an explicit instruction to avoid committing it to source control, which aligns with security best practices.
- [COMMAND_EXECUTION]: Executes standard framework commands like npx, npm install, and pip install to set up the environment. These commands are scoped to the intended purpose of installing error tracking dependencies.
Audit Metadata