skills/uv-xiao/megacu/fix-pr-comments/Gen Agent Trust Hub

fix-pr-comments

Pass

Audited by Gen Agent Trust Hub on Jun 24, 2026

Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and acts upon untrusted data from GitHub PR comments and reviews.
  • Ingestion points: Workflow step 2 in SKILL.md fetches PR metadata, top-level comments, reviews, and review threads using gh api and GraphQL.
  • Boundary markers: No delimiters or instructions are present to distinguish untrusted external feedback from the agent's core system instructions.
  • Capability inventory: The skill is authorized to perform file system modifications (Workflow step 5) and execute shell commands including cmake, ctest, and git (Workflow step 6).
  • Sanitization: There is no evidence of sanitization or validation of the fetched content from GitHub before the agent uses it to determine its fixing strategy.
  • [COMMAND_EXECUTION]: The skill utilizes several command-line utilities to perform PR analysis and verification.
  • Evidence: Instructions include the use of gh api for data retrieval, gh pr checks for CI status, and cmake, ctest, and git diff for implementation verification.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 24, 2026, 09:04 AM
Security Audit — agent-trust-hub — fix-pr-comments