pr-link-issue
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh) to interact with pull requests and issues. Specifically, it usesgh pr viewto fetch current status,gh issue viewto read comments, andgh pr editto update descriptions. These commands are standard for GitHub automation tasks. - [SAFE]: No malicious patterns were identified. The skill includes logic to prevent overwriting existing PR content and uses a specific regex (
[a-z]+-[0-9]+) to filter Linear ticket IDs from external comments. This restrictive filtering serves as a safeguard against processing arbitrary or malicious text from untrusted data sources.
Audit Metadata