github-agile
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious patterns or vulnerabilities detected. The skill's primary functional component is a verification script that checks for the presence and status of local tools.
- COMMAND_EXECUTION (SAFE): The script scripts/gh-verify.ts uses Deno.Command to execute gh and git. All command arguments are hardcoded, and there is no interpolation of untrusted user input, eliminating the risk of command injection.
- DATA_EXPOSURE (SAFE): While the script interacts with gh auth status, it only parses non-sensitive information like usernames and authentication methods for display purposes. No network requests are made, and no sensitive files are accessed.
Audit Metadata