evidence-capture

Standardize security vulnerability evidence capture with naming conventions and directory structures.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/overtimepog/greyhatcc --skill evidence-capture
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: evidence-capture
Source: https://github.com/overtimepog/greyhatcc/tree/main/skills/evidence-capture
Command: npx skills add https://github.com/overtimepog/greyhatcc --skill evidence-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized and comprehensive method for capturing, organizing, and documenting all forms of evidence related to security vulnerabilities, ensuring reproducibility and clarity in reporting.

Core Features & Use Cases

  • Standardized Evidence Types: Supports HTTP logs, screenshots, tool outputs, videos, code snippets, and configuration files.
  • Consistent Naming & Directory Structure: Enforces a clear convention (evidence/<finding_id>/<type>_<description>_<timestamp>.<ext>) for easy management.
  • Use Case: After discovering an XSS vulnerability, use this skill to capture the malicious HTTP request/response, a screenshot of the executed payload, and any PoC exploit code, all organized under the specific finding ID.

Quick Start

Capture detailed evidence for finding F-001, including HTTP requests, responses, and a screenshot of the admin panel.

Frequently Asked Questions about evidence-capture

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

FAQPage Schema
How do I organize security vulnerability evidence like HTTP logs and screenshots for reporting?▼

Organize security vulnerability evidence by enforcing a consistent directory structure and naming convention. Store HTTP request/response logs, screenshots, and tool outputs under a specific finding ID to ensure reproducible security assessments and clear reporting.

What is the standard directory structure for capturing proof-of-concept code and tool outputs?▼

The standard directory structure for capturing proof-of-concept code follows the convention evidence/<finding_id>/<type>_<description>_<timestamp>.<ext>. This taxonomy ensures all vulnerability evidence files are consistently organized and easily referenced during security reporting.

Can I use this method to document multiple evidence types for a single XSS vulnerability finding?▼

Yes, you can document multiple evidence types for a single XSS vulnerability finding. The method supports capturing malicious HTTP requests, responses, executed payload screenshots, and exploit code snippets, all organized under the same finding ID.

What's the best way to ensure reproducible security assessments when documenting vulnerabilities?▼

Ensure reproducible security assessments by standardizing the capture of all vulnerability evidence. Enforce specific per-vulnerability documentation requirements, including HTTP logs, screenshots, and configuration files, using strict naming conventions and directory structures.

Does this evidence capture approach require any specific security tools or dependencies?▼

No specific security tools or dependencies are required. The approach focuses on standardizing the organization of outputs from your existing tools, enforcing a specific evidence taxonomy and directory structure for managing HTTP logs, screenshots, and code snippets.

When should I not use a standardized taxonomy for vulnerability evidence capture?▼

You should avoid using a standardized taxonomy for vulnerability evidence capture if your security assessment requires ad-hoc, unstructured documentation. This method enforces strict naming conventions and per-vulnerability documentation requirements, which may hinder rapid, informal testing workflows.