error-tracking
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): While the skill describes how to capture and send error data to an external service (Sentry), it includes a 'Common Mistakes to Avoid' section that explicitly prohibits exposing sensitive data in error contexts.
- [CREDENTIALS_UNSAFE] (SAFE): The skill uses placeholders like 'your-sentry-dsn' in configuration examples and recommends using environment variables (
process.env.SENTRY_DSN) for actual implementation, avoiding hardcoded secrets. - [COMMAND_EXECUTION] (SAFE): The provided
curlcommands are intended for local integration testing againstlocalhostand do not involve downloading or executing remote scripts. - [EXTERNAL_DOWNLOADS] (SAFE): The mentioned Node.js packages (
@sentry/node,@sentry/profiling-node) are industry-standard libraries from the official npm registry used for the stated purpose of the skill.
Audit Metadata