exploit-validation-agent

Generate proof-of-concept exploits for high-risk security findings.

3|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/camgrimsec/grimsec-suite --skill exploit-validation-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploit-validation-agent
Source: https://github.com/camgrimsec/grimsec-suite/tree/main/agents/08-exploit-validation-agent
Command: npx skills add https://github.com/camgrimsec/grimsec-suite --skill exploit-validation-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Security analysts need to confirm whether high‑risk findings are truly exploitable without running unsafe code against production systems.

Core Features & Use Cases

  • Seven‑stage validation pipeline that parses reachability data, maps attack surfaces, formulates exploit hypotheses, and generates minimal PoCs.
  • Automated report generation including structured JSON and executive‑ready markdown summaries.
  • Applicable to multiple vulnerability types such as SQL injection, XSS, SSRF, authentication bypass, container escape, IaC misconfigurations, and hard‑coded secrets.

Quick Start

Ask the exploit‑validation skill to assess findings with a Real Risk Score of 7 or higher.

Frequently Asked Questions about exploit-validation-agent

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

FAQPage Schema
How do I validate high-risk security findings with proof-of-concept exploits?

To validate high-risk security findings with PoC exploits, you can use an automated pipeline that parses reachability data and generates minimal proof-of-concept files for vulnerabilities like SQL injection, XSS, and SSRF.

What vulnerability types can I generate proof-of-concept exploits for?

You can generate proof-of-concept exploits for multiple vulnerability types including SQL injection, XSS, SSRF, authentication bypass, container escape, IaC misconfigurations, and hard-coded secrets.

How do I confirm if a security vulnerability is truly exploitable without touching production?

To confirm if a security vulnerability is exploitable without running unsafe code against production, use an automated validation tool that formulates exploit hypotheses and generates structured validation reports.

Do I need reachability-analysis.json and app-context.json to validate security findings?

Yes, you need reachability-analysis.json, app-context.json, and doc-profile.json to validate security findings, as these files provide the necessary reachability data and application context for the analysis pipeline.

What is the best way to validate findings with a Real Risk Score of 7 or higher?

The best way to validate findings with a Real Risk Score of 7 or higher is to use a seven-stage validation pipeline that maps attack surfaces, formulates exploit hypotheses, and produces structured JSON and markdown summaries.

What format do exploit validation reports come in?

Exploit validation reports are generated as structured JSON files and executive-ready markdown summaries, providing both detailed technical data and high-level overviews of the exploitability of security findings.