vulnresearch-orchestrator

Orchestrate a five-stage vulnerability research pipeline using OPPLAN templates.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill vulnresearch-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnresearch-orchestrator
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/Decepticon/skills/vulnresearch
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill vulnresearch-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the complex vulnerability research process by automating a 5-stage pipeline, from scanning to exploitation, improving efficiency and accuracy.

Core Features & Use Cases

  • 5-Stage Pipeline: Automates scanning, detection, verification, patching, and exploitation of vulnerabilities.
  • Stage-Dependent Tasks: Executes tasks like scanning, detection, and verification only when preconditions are met.
  • OPPLAN Support: Integrates with OPPLAN templates for custom research workflows.
  • Batch Size Management: Ensures manageable workloads for each stage to maintain accuracy and performance.
  • Use Case: For a penetration tester, automate the process of discovering, validating, and exploiting vulnerabilities in a target application.

Quick Start

Run the pipeline by executing 'task("scanner", "Scan /workspace/target with shard_total=8. Promote the top 50 candidates by suspicion score and return a summary.")'.

Frequently Asked Questions about vulnresearch-orchestrator

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

FAQPage Schema
How do I automate a vulnerability research pipeline from scanning to exploitation?

Automate vulnerability research by orchestrating a 5-stage pipeline that handles scanning, detection, verification, patching, and exploitation. Define your workflow using a structured OPPLAN template to streamline the process end-to-end.

What is the best way to manage large datasets during vulnerability assessment?

Manage large datasets during vulnerability assessment by using batch size management. This ensures manageable workloads for each pipeline stage, maintaining both scanning accuracy and overall performance.

How does vulnerability orchestration handle stage-dependent tasks like verification?

Vulnerability orchestration executes stage-dependent tasks by checking preconditions before running. It ensures that detection, verification, and patching tasks only proceed when their specific prior pipeline conditions are fully met.

Can I use Python-based scripts for pipeline automation in vulnerability research?

Yes, you can use Python-based orchestration scripts for pipeline automation. The vulnerability research workflow is compatible with Python scripts, allowing you to execute tasks like scanning targets and promoting candidates by suspicion score.

Do I need an OPPLAN template to streamline my vulnerability testing workflow?

Yes, an OPPLAN template is required to define custom research workflows. Integrating this structured template allows the vulnerability orchestrator to accurately automate and execute your specific 5-stage pipeline tasks.