sentry-security-basics

Sentry Security Basics

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sentry-security-basics" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-sentry-security-basics

Sentry Security Basics

Prerequisites

  • Security requirements documented

  • Compliance standards identified (GDPR, SOC 2, HIPAA)

  • Sensitive data patterns known

  • Access control needs defined

Instructions

  • Enable server-side data scrubbing in project settings

  • Configure client-side scrubbing in beforeSend for user data and request bodies

  • Add sensitive field patterns for passwords, tokens, and API keys

  • Store DSN in environment variables, never hardcode

  • Set sendDefaultPii to false in SDK configuration

  • Configure team permissions with principle of least privilege

  • Create API tokens with minimal required scopes

  • Rotate DSN keys and disable old ones after deployment

  • Enable audit logging for compliance tracking

  • Complete security checklist and document compliance status

Output

  • Data scrubbing configured

  • DSN secured in environment variables

  • Access controls implemented

  • Security checklist completed

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

  • Sentry Security

  • Data Privacy

Overview

Configure Sentry security settings and data protection.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

xss-vulnerability-scanner

No summary provided by upstream source.

Repository SourceNeeds Review
Security

cookie-security-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Security

session-security-checker

No summary provided by upstream source.

Repository SourceNeeds Review
Security

hipaa-audit-helper

No summary provided by upstream source.

Repository SourceNeeds Review