sentry-pr-code-review

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
1
Flagged Files (1)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

## Invoke This Skill When - User asks to "review Sentry comments" or "fix Sentry issues" on a PR - User shares a PR URL/number and mentions Sentry feedback - User asks to "address Sentry review" or "resolve Sentry findings" - User wants to find PRs with unresolved Sentry comments ## Workflow ### Phase 1: Fetch Sentry Comments ```bash gh api repos/{owner}/{repo}/pulls/{PR_NUMBER}/comments \ --jq '.[] | select(.user.login | startswith("sentry")) | {file: .path, line: .line, body: .body}' ``` **Onl

Audit Metadata
Max File Score
78%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
1
Files Flagged
1
Chunks Analyzed
1
Analyzed
Feb 23, 2026, 09:43 PM
Security Audit — runlayer — sentry-pr-code-review