What problem does it solve?
Maintainer workflow for OpenClaw 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: Retrieve advisory state and the linked private fork to validate readiness.
- Verify private fork PRs are closed: Ensure there are no open PRs in the private fork before publishing.
- Prepare advisory Markdown and JSON safely: Build payloads using safe templating to avoid accidental escapes and injection.
- Apply PATCH calls in correct sequence: Respect API sequencing constraints for updates to GHSA advisories.
- Publish and verify success: Confirm the advisory state becomes published with consistent metadata.
- Guardrails and safety: Enforce advisory-specific guardrails before any publish action.
Quick Start
Initiate the GHSA maintainer workflow to inspect an advisory, prepare payloads, and publish once all checks pass.