sentry-policy-guardrails
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill implements proactive data protection by providing logic to scrub sensitive information, such as emails, credit card numbers, and social security numbers, from Sentry events using the
beforeSendhook. - [INDIRECT_PROMPT_INJECTION]: The skill audits data retrieved from Sentry APIs to ensure compliance with organizational standards, representing a managed data ingestion surface.
- Ingestion points:
getProjects()andgetProjectAlerts()functions inreferences/audit-and-compliance.md. - Boundary markers: Not explicitly defined in the provided audit logic.
- Capability inventory: Uses
Read,Write,Edit, andGreptools for configuration management. - Sanitization: Includes regex-based validation (
validateProjectName) to enforce naming standards and filter non-compliant input. - [SAFE]: All network operations are directed at the official Sentry API (
sentry.io), and sensitive credentials likeSENTRY_TOKENare handled as environment variable placeholders.
Audit Metadata