skills/mukul975/anthropic-cybersecurity-skills/implementing-github-advanced-security-for-code-scanning/Gen Agent Trust Hub
implementing-github-advanced-security-for-code-scanning
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/agent.pyusessubprocess.runto interact with the GitHub CLI (gh). The command is executed using a list of arguments rather than a shell string, which effectively prevents shell command injection vulnerabilities.\n- [CREDENTIALS_UNSAFE]: The scriptscripts/process.pymanages authentication by reading theGITHUB_TOKENfrom environment variables. This aligns with industry-standard security practices for providing credentials to automation scripts without hardcoding them in the source code.\n- [EXTERNAL_DOWNLOADS]: The skill documentation and scripts reference official GitHub domains and well-known standards sites. These are trusted sources for security documentation and tools.\n- [SAFE]: The skill performs intended administrative and reporting tasks for GitHub security features without unauthorized data access or exfiltration patterns detected. All network operations target well-known official GitHub API endpoints.
Audit Metadata