sentry-error-capturing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill contains legitimate code snippets for the Sentry SDK. There is no evidence of prompt injection, data exfiltration, or obfuscation.
- [Indirect Prompt Injection] (LOW): The skill processes untrusted external data (error messages, user metadata, breadcrumbs) which could be used as an injection vector if the agent later interprets this data as instructions.
- Ingestion points: Methods like
Sentry.captureException(error),Sentry.setUser(user), andSentry.addBreadcrumb(data)inSKILL.mddefine where external data enters the context. - Boundary markers: None provided in the snippets to distinguish data from instructions.
- Capability inventory: The skill allows powerful tools including
Bash,Write, andEditacross all referenced files. - Sanitization: No sanitization or validation logic is demonstrated for the incoming error or context data.
Audit Metadata