github-repo-cards
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes external binaries such as
gh,curl,rsvg-convert, andconvertusing thesubprocess.runmethod. All commands are constructed using argument lists, which effectively prevents shell injection vulnerabilities. Evidence found inscripts/gh_repo_card.pyandscripts/gh_trending_card.py.\n- [EXTERNAL_DOWNLOADS]: Repository metadata and image assets are retrieved from trusted domains, specificallyapi.github.comandgithub.com. Automated scanner alerts regarding remote code execution are determined to be false positives, as the downloaded content (JSON, HTML, and binary images) is parsed as data and never executed as code.\n- [CREDENTIALS_UNSAFE]: The skill manages API authentication by accessingGITHUB_TOKENorGH_TOKENfrom environment variables. This is a standard and recommended practice for integrating with the GitHub API, and no hardcoded secrets were detected.\n- [SAFE]: No malicious patterns, including prompt injection, obfuscation, privilege escalation, or persistence mechanisms, were found across the skill files.
Audit Metadata