skills/getsentry/skills/pr-writer/Gen Agent Trust Hub

pr-writer

Pass

Audited by Gen Agent Trust Hub on Mar 5, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes standard version control and repository management commands:
  • Uses git status, git log, and git diff to inspect the local repository state and changes.
  • Uses the GitHub CLI (gh repo view, gh pr create, and gh api) to interact with GitHub for PR creation and updates.
  • [EXTERNAL_DOWNLOADS]: References official Sentry documentation and guidelines at develop.sentry.dev. These links point to the author's own verified domain for engineering practices.
  • [SAFE]: Employs security best practices for shell command construction, such as using quoted heredocs (cat <<'EOF') to safely handle multi-line PR descriptions. This prevents unintended shell expansion of characters found in the code diffs or commit messages during command execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 5, 2026, 07:57 AM