skills/jeremylongshore/claude-code-plugins-plus-skills/sentry-migration-deep-dive/Gen Agent Trust Hub
sentry-migration-deep-dive
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates migration between established error tracking platforms using standard SDKs and patterns. No malicious behavior was identified.
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install official Sentry SDKs via npm or pip. These references target well-known, trusted services and are consistent with the skill's primary purpose.
- [CREDENTIALS_UNSAFE]: Code examples correctly use environment variables (e.g.,
process.env.SENTRY_DSN) or generic placeholders (e.g.,BUGSNAG_KEY) instead of hardcoding sensitive credentials. - [COMMAND_EXECUTION]: The skill is configured to use bash for package management (
npm,pip), which is necessary for automating the migration of dependencies. No arbitrary or high-risk command execution patterns were found.
Audit Metadata