remediation

Generate minimal code-specific security fixes for DryRunSecurity vulnerabilities.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/DryRunSecurity/external-plugin-marketplace --skill remediation-dryrunsecurity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remediation
Source: https://github.com/DryRunSecurity/external-plugin-marketplace/tree/main/plugins/dryrun-remediation/skills/remediation
Command: npx skills add https://github.com/DryRunSecurity/external-plugin-marketplace --skill remediation-dryrunsecurity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The remediation skill helps developers fix security vulnerabilities identified by DryRunSecurity by generating contextual, code-level fixes grounded in authoritative sources.

Core Features & Use Cases

  • Recommends minimal, context-aware patches that align with the project's patterns and existing utilities.
  • Researches official docs (OWASP, CWE references) to ensure fixes reflect current guidance.
  • Provides explanations of the vulnerability, the justification for the fix, and verification steps.

Quick Start

Apply a minimal, contextual security fix tailored to your project.

Frequently Asked Questions about remediation

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

FAQPage Schema
How do I fix security vulnerabilities detected in my codebase?

Fix security vulnerabilities by generating minimal, context-aware patches that align with your project's patterns and frameworks. The remediation process references official OWASP guidance and CWE mappings to ensure accurate, code-specific security fixes.

How does CWE mapping help with code remediation?

CWE mapping guides code remediation by linking identified vulnerabilities to authoritative references, ensuring the generated fix reflects current security guidance. This contextualization produces minimal patches grounded in official documentation rather than generic suggestions.

Can I apply security fixes without breaking my project's existing utility functions?

Security fixes integrate with your project's existing utility functions by applying patches that follow established patterns and frameworks. The remediation process preserves functionality while maintaining compatibility across typical vulnerability scenarios.

What is the best way to generate OWASP-compliant code fixes for detected vulnerabilities?

Generate OWASP-compliant code fixes by researching official documentation and applying minimal patches tailored to your codebase. The approach ensures patches satisfy security best practices while providing verification steps to validate the remediation.

Do I need to verify security remediation patches after applying them to my code?

Verification of security remediation patches is necessary and supported through provided verification steps. After applying the minimal, context-aware fixes, you follow these steps to confirm the vulnerability is resolved while preserving existing functionality.