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.py invokes the gh (GitHub) CLI to fetch repository metadata. It uses subprocess.run with 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.md content. 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 the gh CLI for controlled API interactions.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 5, 2026, 11:25 PM
Security Audit — agent-trust-hub — repo-discoverability