← スキル一覧に戻る

sentry-security-basics
by jeremylongshore
sentry-security-basicsは、システム間の統合と連携を実現するスキルです。APIとデータの統合により、シームレスな情報フローと業務効率の向上をサポートします。
⭐ 1,042🍴 135📅 2026年1月23日
SKILL.md
name: sentry-security-basics description: | Configure Sentry security settings and data protection. Use when setting up data scrubbing, managing sensitive data, or configuring security policies. Trigger with phrases like "sentry security", "sentry PII", "sentry data scrubbing", "secure sentry". allowed-tools: Read, Write, Edit, Grep version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io
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 {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
スコア
総合スコア
85/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

