orchestrating-github-workflow
Warn
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
subagents/preflight-checker-manifest.mdfile identifies several required skills that must be installed from external, unverified GitHub repositories. These include repositories from users such asobra,antfu,softaworks,blader,sickn33, andwshobson. These dependencies are executed during the workflow and are not part of the established trusted vendor list. - [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection surface by processing content from external GitHub issues. Evidence: (1) Ingestion point:
fetching-github-issue(Phase 1) reads issue descriptions and comments. (2) Boundary markers: No specific delimiters or 'ignore instructions' guards are implemented in the orchestrator. (3) Capability inventory:executing-github-task(Phase 7) has the ability to modify the local codebase and interact with the GitHub API. (4) Sanitization: The orchestrator lacks explicit sanitization of the fetched issue content before passing it to planning subagents. - [COMMAND_EXECUTION]: Several components within the skill utilize system-level commands to operate.
subagents/issue-status-checker.mdandsubagents/preflight-checker.mdinvoke thegh(GitHub CLI) for issue management and authentication checks, whilesubagents/codebase-inspector.mdexecutesgitcommands to analyze repository state and history.
Audit Metadata