github-multi-repo-manager

Pass

Audited by Gen Agent Trust Hub on Aug 3, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [SAFE]: The skill utilizes the official GitHub CLI (gh) for all authentication and API interactions, ensuring that credentials are managed securely by the underlying operating system and the official tool rather than being hardcoded or stored by the skill itself.
  • [COMMAND_EXECUTION]: The skill provides clear templates for shell commands using gh, jq, and yq. It explicitly implements a safe GraphQL execution pattern in patterns/graphql-execution.md that uses temporary files to prevent shell variable expansion vulnerabilities.
  • [PROMPT_INJECTION]: The skill processes external data from GitHub, such as issue titles and PR descriptions, which constitutes an indirect prompt injection surface. However, the risk is minimal as the instructions focus on using jq to filter structured data for reporting rather than re-processing text as new instructions.
  • Ingestion points: Data retrieved via gh api calls in references/cross-repo-search.md and references/team-analytics.md.
  • Boundary markers: None explicitly defined for untrusted data interpolation.
  • Capability: Execution of gh CLI commands with organization-level scopes.
  • Sanitization: Use of jq to select specific JSON fields, which naturally filters out non-selected metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 3, 2026, 07:53 PM
Security Audit — agent-trust-hub — github-multi-repo-manager