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, andyq. It explicitly implements a safe GraphQL execution pattern inpatterns/graphql-execution.mdthat 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
jqto filter structured data for reporting rather than re-processing text as new instructions. - Ingestion points: Data retrieved via
gh apicalls inreferences/cross-repo-search.mdandreferences/team-analytics.md. - Boundary markers: None explicitly defined for untrusted data interpolation.
- Capability: Execution of
ghCLI commands with organization-level scopes. - Sanitization: Use of
jqto select specific JSON fields, which naturally filters out non-selected metadata.
Audit Metadata