Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions plugins/sentry-skills/skills/security-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ AWS_SECRET_ACCESS_KEY = "..."
private_key = "-----BEGIN"
```

> [!NOTE]
Comment thread
sentry[bot] marked this conversation as resolved.
> But NEVER leak exact hardcoded secret values to the report!

### Check Context First (MUST Investigate Before Flagging)
```
# SSRF - ONLY if URL is from user input, NOT from settings/config
Expand Down Expand Up @@ -263,6 +266,9 @@ random.random() for token # FLAG: Security tokens need secrets module
```
- **Fix**: [How to remediate]

> [!NOTE]
> Ensure "[Vulnerable code snippet]" doesn't contain exact values of hardcoded snippets, they MUST be masked or redacted in the report.
Comment thread
cursor[bot] marked this conversation as resolved.
Outdated

### Needs Verification

#### [VERIFY-001] [Potential Issue]
Expand Down