ah-create-pr
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automates repository workflows using
git,gh, andpnpm. It follows security best practices for shell command construction, such as using quoted heredocs (cat <<'EOF') to prevent shell injection when passing generated Pull Request bodies to the GitHub CLI. Commands are constrained to repository management and quality assurance. - [DATA_EXFILTRATION]: The skill instructions involve reading
.envfiles to identify missing configuration keys or security risks as part of a pre-flight check. This data is used locally to provide feedback to the user and is not transmitted to external or untrusted domains. - [PROMPT_INJECTION]: The skill ingests untrusted data from the repository's
git diffandgit logto generate descriptive PR summaries. This inherent risk is mitigated by the tool's focused scope and the use of structured templates. - Ingestion points: Context is gathered from local
git diffandgit logoutputs. - Boundary markers: The process uses a predefined Markdown template and clear procedure steps to delineate data from instructions.
- Capability inventory: Execution is limited to
git push,gh pr create, andgh pr editacrossSKILL.md. - Sanitization: The skill relies on safe shell interpolation and the agent's ability to distinguish code from descriptive text within its defined structure.
Audit Metadata