ci-cd-patterns
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and configuration templates for GitHub Actions. All referenced actions originate from official or well-known repositories.
- [SAFE]: Hardcoded credentials found in the Kotlin/Micronaut workflow template (e.g.,
POSTGRES_PASSWORD: test) are standard dummy values used for local service containers in testing environments and do not pose a security risk. - [PROMPT_INJECTION]: The skill includes a "PR Babysitting" pattern that reads check statuses using the GitHub CLI. This constitutes an indirect prompt injection surface where the agent processes external data (check names and failure messages). However, this is a necessary function for the skill's stated purpose and no instructions were found that would lead to the unsafe execution of this content.
- Ingestion points:
gh pr checks <number>command inSKILL.md. - Boundary markers: None used for the output of CLI commands.
- Capability inventory: Shell access (
Bashtool) and file system access (Write,Edittools). - Sanitization: No sanitization is performed on the ingested CLI output.
Audit Metadata