respond-to-pr-comments-in-blocklist

Pass

Audited by Gen Agent Trust Hub on Jun 12, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses standard command-line utilities git and gh (GitHub CLI) to manage source control and PR interactions. These operations are transparent and consistent with the skill's stated purpose.
  • [EXTERNAL_DOWNLOADS]: Fetches pull request data and user login information from GitHub's official API. GitHub is a well-known service, and these operations are necessary for context gathering.
  • [DATA_EXFILTRATION]: Posts comments and resolves threads on GitHub. This functionality is the primary goal of the skill and is only executed after explicit user review and confirmation.
  • [REMOTE_CODE_EXECUTION]: An inline Python script is used to securely format JSON payloads for the GitHub API. This avoids potential shell injection issues associated with passing complex strings directly as command-line arguments.
  • [PROMPT_INJECTION]: The skill processes untrusted data from GitHub PR comments (Ingestion: gh api or /pr-comments tool output in SKILL.md). While explicit boundary markers are not specified for displayed text, the skill enforces a mandatory human-in-the-loop review for every decision. The capability inventory includes file writes, git operations, and GitHub API posts across the entire workflow. Sanitization is implemented for outgoing replies using JSON encoding via a temporary file payload to prevent argument injection.
  • [SAFE]: The skill follows security best practices by prefixing replies with '[Warp Agent]', using temporary files for data handling, and requiring validation steps such as linting or tests before completion.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 12, 2026, 07:37 PM
Security Audit — agent-trust-hub — respond-to-pr-comments-in-blocklist