pr-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes standard development tools (
git,npm,gh) for their intended purposes. - [DATA_EXFILTRATION] (SAFE): Sensitive operations like
git pushare restricted to branch updates, and no external network calls to untrusted domains are present. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill reads external PR templates which could contain malicious instructions.
- Ingestion points: Reads files from
.github/pull_request_template.mdand related paths. - Boundary markers: Absent for template content.
- Capability inventory:
git commit,git push,gh pr create, andnpm run preflightexecution inSKILL.md. - Sanitization: Implements high-quality sanitization by using
--body-filefor the GitHub CLI to avoid shell escaping vulnerabilities.
Audit Metadata