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's CLAUDE.md file. This is used solely for determining task destination and does not involve accessing sensitive system credentials or private keys.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 29, 2026, 08:56 PM
Security Audit — agent-trust-hub — task-routing