What problem does it solve?
Maintainer workflow for Gods Eye GitHub Security Advisories (GHSA). Use when Codex needs to inspect, patch, validate, or publish a repo advisory, verify private-fork state, prepare advisory Markdown or JSON payloads safely, handle GHSA API-specific publish constraints, or confirm advisory publish success.
Core Features & Use Cases
- Fetch and inspect advisory state to confirm the current advisory and the latest published npm version, including linked private forks.
- Verify private fork PRs are closed prior to publishing to ensure no open changes remain.
- Prepare advisory Markdown and JSON payloads safely, using proper tooling to avoid unsafe string handling.
- Apply PATCH calls in the correct sequence and publish by setting state to published, with post-publish verification.
- Follow advisory guardrails and use when GHSA-specific publish constraints require careful orchestration.
Quick Start
Run the GHSA Maintainer workflow to inspect an advisory, generate safe patches, and publish when approved.