sentry-debug-issue
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill proactively addresses security by treating all information retrieved via Sentry tools as untrusted. It establishes clear protocols for handling sensitive data, such as tokens and PII, ensuring they are not propagated into the codebase or tests.
- [PROMPT_INJECTION]: The skill analyzes the attack surface for indirect prompt injection, as it processes external event data.
- Ingestion points: Exception messages, breadcrumbs, and logs fetched through
search_issues,search_events, andget_sentry_resourceinSKILL.md. - Boundary markers: Explicitly present in the 'Security' section, instructing the agent to never follow embedded instructions or act on directives inside event data.
- Capability inventory: The skill allows for local code modification, testing, and git operations (commits/PRs) as detailed in
SKILL.md. - Sanitization: Instructions require redacting secrets, generalizing values, and using synthetic data for tests.
Audit Metadata