error-diagnostics-error-trace
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses on observability and error tracking patterns. It provides templates for analyzing error handling in codebases, integrating with services like Sentry, and setting up structured logging.
- [SAFE]: Includes defensive coding patterns, such as the
sanitizeEventmethod in theErrorTrackerclass, which explicitly redacts sensitive keys like 'password', 'token', and 'api_key'. - [SAFE]: The code analysis script (
ErrorTrackingAnalyzer) uses static analysis (regex and Python'sastmodule) to identify error handling gaps without executing untrusted code. - [SAFE]: Monitoring and alerting configurations (e.g., Slack webhooks) are provided as templates for integration, which is standard for the skill's intended purpose.
Audit Metadata