pr
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes the
gh(GitHub CLI) andgitcommand-line tools to interact with the repository and manage pull requests. These operations are core to the skill's functionality and rely on the user's existing authentication and permissions. - File System Interaction: To ensure pull request descriptions are formatted correctly and to avoid shell-related parsing issues, the skill writes content to a temporary file at
/tmp/pr-body.md. This file is deleted immediately after the pull request is updated, minimizing the local storage footprint. - Content Processing: The skill ingests data from external sources, including existing pull request descriptions and git diff outputs. It provides structured guidance to the agent to preserve existing formats and only modify content as explicitly requested, which helps manage the risks associated with processing untrusted input.
Audit Metadata