openclaw-ghsa-maintainer

Automates GHSA security advisory inspection, patching, validation, and publication for OpenClaw.

4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill openclaw-ghsa-maintainer-agent-pattern-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-ghsa-maintainer
Source: https://github.com/Agent-Pattern-Labs/sparse-kernel/tree/main/.agents/skills/openclaw-ghsa-maintainer
Command: npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill openclaw-ghsa-maintainer-agent-pattern-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages the lifecycle of OpenClaw GHSA security advisories, automating inspection, patching, and publishing processes to enhance security workflows.

Core Features & Use Cases

  • Automate Advisory Lifecycle: Handle the entire workflow from inspecting and patching advisories to publishing them securely.
  • GHSA Integration: Integrate directly with OpenClaw's GitHub security advisories system for seamless operation.
  • Private Fork Validation: Before publishing, checks that there are no open PRs in the advisory's private fork.
  • Markdown & JSON Handling: Offers structured templates for creating advisory markdown and JSON payloads safely.
  • Verification & Error Handling: Includes commands for verification of publish actions and handling common pitfalls.

Quick Start

Use the openclaw-ghsa-maintainer skill to automatically handle an advisory for a GHSA by executing: gh api /repos/openclaw/openclaw/security-advisories/<GHSA>

Frequently Asked Questions about openclaw-ghsa-maintainer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub security advisory lifecycle management for OpenClaw?

Automating GitHub security advisory management for OpenClaw involves using the GHSA API to inspect, patch, validate, and publish advisories securely. This skill handles the entire workflow automatically to enhance security operations.

What is the process for publishing a GHSA security advisory in OpenClaw?

Publishing a GHSA security advisory in OpenClaw requires validating the advisory's private fork to ensure there are no open pull requests. After successful validation, the system safely generates the required JSON and Markdown payloads for error-free publication.

How do I validate a private fork before publishing a GitHub security advisory?

Validating a private fork before publishing a GitHub security advisory requires checking for open pull requests within the advisory's private repository. This verification step ensures private-fork integrity and prevents publication errors.

Can I use structured templates for generating security advisory JSON and Markdown payloads?

Yes, you can use structured templates for generating security advisory JSON and Markdown payloads safely. This approach ensures proper formatting and helps maintain error-free publication workflows when handling GHSA advisories.

What are the common limitations when automating GHSA publication workflows?

A key limitation in automating GHSA publication workflows is the strict requirement for private-fork integrity; if there are open PRs in the advisory's private fork, the publication process will halt to prevent errors and ensure secure validation.