repo-discoverability
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/check_discoverability.pyinvokes thegh(GitHub) CLI to fetch repository metadata. It usessubprocess.runwith argument lists, which is the recommended secure way to execute external commands as it prevents shell injection vulnerabilities. - [PROMPT_INJECTION]: The skill processes external data including repository descriptions, topics, and
README.mdcontent. While this represents an indirect prompt injection surface, the risk is mitigated by the skill's specific focus on metadata validation and the use of theghCLI for controlled API interactions.
Audit Metadata