init-workflows
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes external data from GitHub issues and pull requests, which is correctly identified as untrusted. The instructions mandate specific mitigations for indirect prompt injection, including the use of boundary markers like
BEGIN_UNTRUSTED_ISSUE_DATAand strict prohibitions against following instructions embedded in issue content. \n- [COMMAND_EXECUTION]: The skill uses thegitandghCLI tools for repository management and auditing. It also facilitates the creation of aspawnconfiguration file, which includes filtering logic to prevent the inclusion of shell syntax, pipes, or credentials, thereby mitigating potential command injection risks. \n- [EXTERNAL_DOWNLOADS]: The skill references secondary workflow components but does not automate their download. It requires users to manually install these from reviewed, immutable sources, ensuring human oversight for all external code additions.
Audit Metadata