agent-loop-triage
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively uses standard GitHub CLI (
gh) and Git commands to retrieve repository information, list issues/PRs, and view details. All network operations are directed towards official GitHub endpoints (github.com,api.github.com) via the authenticated CLI. - [COMMAND_EXECUTION]: Uses local shell commands for repository status (
git status,git pull,git remote). These are standard development workflows and do not involve privilege escalation or persistence mechanisms. - [DATA_EXFILTRATION]: While the skill reads repository data and user metadata, this data is used for classification within the agent's context and is not sent to unauthorized external domains. All external data fetching is handled through the user's own GitHub authentication.
Audit Metadata