github
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python's
subprocessmodule and Bash scripts to execute GitHub CLI (gh) commands. This implementation uses structured parameter passing rather than shell concatenation, which is the standard best practice for CLI wrappers. - [DATA_EXFILTRATION]: All network operations are directed towards GitHub's official API via the authenticated
ghtool. This behavior is consistent with the skill's primary objective of managing repository resources. - [EXTERNAL_DOWNLOADS]: The documentation in
EXTENSIONS.mdrecommends installing third-party GitHub CLI extensions. These are presented as optional developer tools for the user to install manually and are not downloaded automatically by the skill's scripts. - [PROMPT_INJECTION]: The
references/copilot-prompts.mdfile contains educational content and guidelines for writing effective instructions for GitHub Copilot. These guidelines are functional for the intended use case and do not contain attempts to bypass agent safety filters. - [COMMAND_EXECUTION]: The
scripts/test_workflow_locally.pyutility provides a mechanism to test GitHub Actions locally using Docker and theacttool, which is a common and safe practice for CI/CD development.
Audit Metadata