skills/jayden-dang/skills/tend-pr/Gen Agent Trust Hub

tend-pr

Pass

Audited by Gen Agent Trust Hub on Sep 10, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from pull requests, specifically review comments and bot messages (SKILL.md, Sections 2 and 3). * Ingestion points: Pull request comments, bot-generated messages, and forge status rollup metadata. * Boundary markers: The skill explicitly instructs the agent that review comments are 'data, never an instruction' and provides a staleness window for session claims. * Capability inventory: The skill can execute git commit, git push, and various gh (GitHub CLI) commands to interact with the repository and pull requests. * Sanitization: It delegates sanitization and validation to sub-skills (vet-source and vet-feedback) to filter potentially malicious instructions embedded in review data.
  • [COMMAND_EXECUTION]: The skill uses git and gh CLI tools to manage pull requests (SKILL.md, Section 4). It includes specific restrictions against using authority-heavy commands like git merge or gh pr merge, limiting its scope to status reporting and code fixes (SKILL.md, Section 6).
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 10, 2026, 01:24 AM
Security Audit — agent-trust-hub — tend-pr