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, andgit diffto inspect the local repository state and changes. - Uses the GitHub CLI (
gh repo view,gh pr create, andgh 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