run-full-scan

Orchestrate reconnaissance, vulnerability scanning, source auditing, and report generation for penetration tests.

1|1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill run-full-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-full-scan
Source: https://github.com/dapperdivers/roundtable-arsenal/tree/main/pentest/run-full-scan
Command: npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill run-full-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of manually coordinating multiple security assessment tools by orchestrating a complete penetration testing workflow from reconnaissance through reporting.

Core Features & Use Cases

  • End-to-End Security Assessment: Coordinates web reconnaissance, security header checks, vulnerability scanning, source code audits, and final report generation.
  • Multi-Tool Scan Orchestration: Runs specialized pentest skills for port discovery, technology detection, directory enumeration, vulnerability checks, dependency reviews, and secret detection.
  • Use Case: Security teams can assess an application by providing a target URL and optional source directory to generate a consolidated penetration test report with individual scan results.

Quick Start

Use the run-full-scan skill to perform a complete penetration test against the specified target URL and save the generated report results.

Frequently Asked Questions about run-full-scan

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

FAQPage Schema
How do I run an automated penetration test and generate a security report?

To run an automated penetration test, you provide a target URL and optional source directory to orchestrate reconnaissance, vulnerability scanning, and source auditing, which generates a consolidated markdown security report.

What does a complete web security assessment include?

A complete web security assessment includes port discovery, technology detection, directory enumeration, vulnerability checks, dependency reviews, and secret detection, followed by automated report generation.

Can I scan source code and web applications at the same time?

Yes, you can scan source code and web applications simultaneously by providing a target URL for vulnerability scanning and an optional source directory for source code auditing during the penetration test workflow.

Do I need shell execution to run vulnerability scanning scripts?

Yes, vulnerability scanning requires shell execution and integrated scanning scripts to coordinate specialized security tooling, collect findings, and produce the final consolidated penetration test report.

What is the best way to coordinate multiple security audit tools?

The best way to coordinate multiple security audit tools is using an orchestration workflow that automatically runs specialized scans for reconnaissance and auditing, then consolidates the findings into a single report.