rollback-workflow-builder

Pass

Audited by Gen Agent Trust Hub on Sep 4, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill includes GitHub Action workflow templates that are susceptible to command injection via unsanitized user inputs.\n
  • Ingestion points: The templates in SKILL.md ingest untrusted data from GitHub Workflow inputs such as version, environment, and reason.\n
  • Boundary markers: There are no delimiters or explicit instructions in the generated templates to separate user-provided data from executable command logic.\n
  • Capability inventory: The provided workflows in SKILL.md utilize shell execution (run steps), Docker CLI commands, and the actions/github-script runtime.\n
  • Sanitization: The templates interpolate user inputs directly into shell strings (e.g., echo "Reason: ${{ github.event.inputs.reason }}") without escaping or validation, which could allow arbitrary command execution on the runner environment.\n- [EXTERNAL_DOWNLOADS]: The workflow templates reference official GitHub Actions for standard deployment tasks.\n
  • Evidence: The skill references actions/checkout@v4, actions/setup-node@v4, azure/setup-kubectl@v3, and actions/github-script@v7 in SKILL.md.\n
  • Context: These references target official repositories from well-known service providers and represent standard industry practices for CI/CD automation.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 09:30 AM
Security Audit — agent-trust-hub — rollback-workflow-builder