github

Pass

Audited by Gen Agent Trust Hub on Jul 14, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill relies on the gh command-line utility to interact with GitHub services for repository management.
  • [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection from data fetched from external sources. Ingestion points: Data is fetched via commands like gh run view --log-failed and gh issue list, which pull potentially attacker-controlled content (logs, comments, descriptions) into the agent's context. Boundary markers: The instructions do not define clear boundaries or provide warnings to ignore commands embedded in the retrieved data. Capability inventory: The agent has the capability to use the gh CLI to interact with GitHub resources. Sanitization: There is no logic for sanitizing or validating the retrieved GitHub content before it is processed by the agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 14, 2026, 01:45 AM
Security Audit — agent-trust-hub — github