@tank/github-issues
Pass
Audited by Gen Agent Trust Hub on May 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely instructional and serves as a reference for official GitHub CLI commands and standard GitHub Action workflows. It does not contain executable code beyond shell examples and YAML templates intended for user implementation. It focuses on documented tools and follows security best practices, such as using least-privilege permissions in GitHub Actions and advising against public disclosure of security vulnerabilities.
- [PROMPT_INJECTION]: The skill identifies a potential surface for indirect prompt injection as the automation patterns it describes in
references/automation-actions.mdprocess user-generated issue content. It mitigates this risk by demonstrating validation techniques and structured triage workflows. - Ingestion points: Automation workflows like
validate-template.ymlandauto-assign-label.ymlingest data fromcontext.payload.issue.bodyorissue.titleinto scripts. - Boundary markers: The
validate-template.ymlexample shows how to verify the presence of specific Markdown headers (REQUIRED_SECTIONS) to ensure structured input. - Capability inventory: The skill uses
subprocessforghCLI commands and describes mutations viagh apiandactions/github-script. - Sanitization: Examples include string-presence checks for template compliance and the use of triage labels to gate issue progression.
Audit Metadata