Documentation
README
CI/CD Pipeline Security Assessment
READ-ONLY CI/CD security assessment using gh CLI and local filesystem inspection. No repositories, workflows, or configurations are modified. Focused on GitHub Actions but includes dependency and supply chain checks applicable to any CI platform.
Prerequisites
- gh CLI installed and authenticated —
gh auth status - Repository access — read access to target repository
- For dependency_audit — local checkout of the repository
# Quick prerequisite check
gh auth status # verify GitHub auth
gh repo view OWNER/REPO # verify repo access
This is the opening of the README. Read the full README on GitHub.