Skip to content

feat(security): Add sentry-security skill synthesized from vulnerability history#108433

Merged
dcramer merged 1 commit intomasterfrom
feat/sentry-security-skill
Feb 18, 2026
Merged

feat(security): Add sentry-security skill synthesized from vulnerability history#108433
dcramer merged 1 commit intomasterfrom
feat/sentry-security-skill

Conversation

@dcramer
Copy link
Copy Markdown
Member

@dcramer dcramer commented Feb 18, 2026

Add a Sentry-specific security review skill at .claude/skills/sentry-security that encodes patterns from 37 real security patches shipped in the last year.

The skill covers the top 6 vulnerability classes by frequency:

  • IDOR / cross-org object access (9 patches)
  • Missing authorization checks (10 patches)
  • Privilege escalation / role abuse (3 patches)
  • Token / session security (5 patches)
  • XSS / output sanitization (4 patches)
  • Auth / MFA gaps (3 patches)

Each reference file includes real before/after code from actual patches (PromptsActivity IDOR, conditionGroupId injection, ActorField replacement, display name sanitization, etc.)

…ity history

Add a Sentry-specific security review skill at .claude/skills/sentry-security
that encodes patterns from 37 real security patches shipped in the last year.

The skill covers the top 6 vulnerability classes by frequency:
- IDOR / cross-org object access (9 patches)
- Missing authorization checks (10 patches)
- Privilege escalation / role abuse (3 patches)
- Token / session security (5 patches)
- XSS / output sanitization (4 patches)
- Auth / MFA gaps (3 patches)

Each reference file includes real before/after code from actual patches
(PromptsActivity IDOR, conditionGroupId injection, ActorField replacement,
display name sanitization, etc.)

Co-Authored-By: Claude <[email protected]>
@dcramer dcramer marked this pull request as ready for review February 18, 2026 18:09
@dcramer dcramer merged commit dedc826 into master Feb 18, 2026
48 checks passed
@dcramer dcramer deleted the feat/sentry-security-skill branch February 18, 2026 18:33
JonasBa pushed a commit that referenced this pull request Feb 19, 2026
…ity history (#108433)

Add a Sentry-specific security review skill at
.claude/skills/sentry-security that encodes patterns from 37 real
security patches shipped in the last year.

The skill covers the top 6 vulnerability classes by frequency:
- IDOR / cross-org object access (9 patches)
- Missing authorization checks (10 patches)
- Privilege escalation / role abuse (3 patches)
- Token / session security (5 patches)
- XSS / output sanitization (4 patches)
- Auth / MFA gaps (3 patches)

Each reference file includes real before/after code from actual patches
(PromptsActivity IDOR, conditionGroupId injection, ActorField
replacement, display name sanitization, etc.)

Co-authored-by: Claude <[email protected]>
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
…ity history (#108433)

Add a Sentry-specific security review skill at
.claude/skills/sentry-security that encodes patterns from 37 real
security patches shipped in the last year.

The skill covers the top 6 vulnerability classes by frequency:
- IDOR / cross-org object access (9 patches)
- Missing authorization checks (10 patches)
- Privilege escalation / role abuse (3 patches)
- Token / session security (5 patches)
- XSS / output sanitization (4 patches)
- Auth / MFA gaps (3 patches)

Each reference file includes real before/after code from actual patches
(PromptsActivity IDOR, conditionGroupId injection, ActorField
replacement, display name sanitization, etc.)

Co-authored-by: Claude <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants