git-workflows
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git,gh(GitHub CLI), andnpmto automate repository management, including branching, committing directly to main, and creating GitHub releases. - [EXTERNAL_DOWNLOADS]: Utilizes
npx bumppin the versioning workflow, which fetches and executes a package from the npm registry. - [PROMPT_INJECTION]: The skill processes untrusted data from GitHub Actions logs, creating a potential surface for indirect prompt injection.
- Ingestion point:
references/source-commands.md(Step 2 in the GitHub workflow fix section). - Boundary markers: Not explicitly implemented for log content analysis.
- Capability inventory: Includes
git pushandgh pr createacross multiple workflow scripts. - Sanitization: No explicit sanitization of log content before analysis is performed.
- [SAFE]: The instructions mandate explicit user confirmation before any external side effects (push, PR, release) are performed and include specific checks to ensure sensitive data is not committed to the repository.
Audit Metadata