fix-security-issue

Implement reviewed security fixes in a controlled branch with tests and a PR.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/x402agent/openclawd-stack --skill fix-security-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-security-issue
Source: https://github.com/x402agent/openclawd-stack/tree/main/openclawd-stack/OpenShell-main/.agents/skills/fix-security-issue
Command: npx skills add https://github.com/x402agent/openclawd-stack --skill fix-security-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement a structured process to fix security issues after a review, ensuring only vetted remediations are applied.

Core Features & Use Cases

  • Remediation automation: fetches issue details, validates labels topic:security and state:agent-ready, and reads the security review to extract a remediation plan.
  • Branch, tests, and PR workflow: creates a dedicated fix branch, applies changes, adds unit/integration tests as appropriate, updates documentation, and opens a PR with a standard security-fix structure.
  • Governance and traceability: documents the remediation decisions in PR description and follows the mandated marker for security-fix-agent communications.

Quick Start

Provide an issue number or instruct the agent to scan for eligible issues and apply the approved remediation.

Frequently Asked Questions about fix-security-issue

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

FAQPage Schema
How do I automate security fixes from GitHub issues?

Security fix automation fetches reviewed issues labeled topic:security and state:agent-ready, extracts remediation plans from comments, applies changes in a controlled branch, adds tests, and opens a pull request.

What is the agent-ready workflow for vulnerability remediation?

The agent-ready workflow validates security labels on issues, reads remediation plans from security-review-agent comments, executes code fixes, updates documentation, and opens a PR with a standardized security-fix structure.

How do I ensure only vetted security remediations are applied to my codebase?

Vetted remediation enforcement validates that an issue carries both topic:security and state:agent-ready labels before extracting the approved fix plan from security review comments and applying changes to a dedicated branch.

Does the security fix automation process include tests and documentation updates?

Security fix automation creates a dedicated branch, applies the remediation, adds unit and integration tests as appropriate, updates documentation, and opens a pull request documenting the remediation decisions.

Can I scan my repository for eligible security issues instead of providing an issue number?

Eligible issue scanning operates by searching for issues labeled topic:security and state:agent-ready, validating their labels, and extracting the remediation plan without requiring a manually provided issue number.

How is remediation traceability maintained when automating GitHub security fixes?

Remediation traceability is maintained by documenting decisions in the PR description, following a mandated marker for security-fix-agent communications, and linking changes back to the reviewed issue.