git-repo-detection
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were identified. The skill acts as a developer utility for repository identification and parsing.\n- [COMMAND_EXECUTION]: All included scripts and commands use local tools (git, gh, sed) to process repository information. The examples provided follow best practices for safe execution, such as using argument lists in Python's subprocess.run to prevent command injection.\n- [DATA_EXFILTRATION]: No unauthorized data transfer or exfiltration patterns were found. Network operations mentioned in the reference material are directed at official GitHub API endpoints and use environment variables for authentication, which is a secure and recommended practice.
Audit Metadata