soia-dev-github-ops
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill constructs and executes shell commands using the GitHub CLI (
gh) andgit. It uses heredocs and subshells to generate pull request content and verify repository status. It also utilizes command chaining withxargsto perform bulk permission checks across organization teams. - [EXTERNAL_DOWNLOADS]: The skill references and provides installation instructions for external dependencies from the
soia-teamrepository. These includesoia-dev-review-panelandsoia-dev-fix-loop, which are integrated into the PR review and fix workflows. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it ingests untrusted data from GitHub that is then used to guide automated actions.
- Ingestion points: The skill fetches pull request bodies, inline diff comments, and conversation-tab comments via
gh apiandgh pr viewinSKILL.md. - Boundary markers: Absent. There are no instructions for the agent to wrap external data in delimiters or to ignore potential instructions embedded within the comments.
- Capability inventory: The skill has high-impact capabilities including
git push,gh pr merge, and the ability to modify repository collaborator permissions viagh api. - Sanitization: Absent. The skill passes fetched comments directly to the
soia-dev-fix-loopdependency without explicit filtering or validation of the content.
Audit Metadata