General Skills Level 4 200 points

CI/CD Security - GitHub Actions Vulnerability

Mission

Investigate the GitHub Actions workflows under `/challenge/repo/.github/workflows/` and the run logs under `/challenge/logs/`. Exactly one workflow has a "pwn request" vulnerability that meets all three conditions: a `pull_request_target` trigger, an explicit checkout of the untrusted PR head, and use of `secrets`. The flag is in a comment on that vulnerable step. Workflows missing any condition are decoys.

#ci-cd#github-actions#security#devsecops

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag