task-routing
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the official GitHub CLI (
gh) to perform repository operations such as listing issues (gh issue list), inspecting project items (gh project item-list), and creating issues (gh issue create). These commands are necessary for the skill's primary function and are used safely within the documented workflow.- [DYNAMIC_EXECUTION]: A benign Python one-liner (python3 -c) is included to process JSON data returned by the GitHub CLI. This script is used for data formatting and does not execute untrusted code or download external payloads.- [DATA_EXPOSURE]: The skill accesses a local configuration block (### Task Routing) within the project'sCLAUDE.mdfile. This is used solely for determining task destination and does not involve accessing sensitive system credentials or private keys.
Audit Metadata