audit-extractor

Extract audit findings from PDF reports into a Markdown checklist.

8|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Auditware/auditwizard --skill audit-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-extractor
Source: https://github.com/Auditware/auditwizard/tree/main/skills/audit_extractor
Command: npx skills add https://github.com/Auditware/auditwizard --skill audit-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDF audit reports are often verbose and unstructured, making it difficult to derive actionable remediation items. This skill reads PDFs, extracts findings (IDs, titles, severities, statuses, descriptions, and recommendations), and converts them into a standardized Markdown checklist for easy tracking.

Core Features & Use Cases

  • Extract findings from PDF audits and structure them into a Markdown format
  • Generate an organized summary and per-finding details (Severity, Status, Impact, Likelihood, Description, Recommendation)
  • Create a consolidated "All Findings" section suitable for review and remediation planning
  • Use cases include processing reports from Certora, Sigma Prime, Cantina, and similar auditors to produce actionable action items

Quick Start

Process a PDF audit report to generate a structured markdown findings file ready for remediation.

Frequently Asked Questions about audit-extractor

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

FAQPage Schema
How do I extract findings from a PDF audit report into a Markdown checklist?

To extract findings from a PDF audit report, this skill reads the PDF file, parses findings into structured fields such as IDs, severities, statuses, descriptions, and recommendations, and writes the output to a Markdown checklist.

Can I use this to process security audits from external firms like Sigma Prime or Cantina?

Yes, you can process PDF security audits from external firms like Sigma Prime, Cantina, and Certora. The skill parses their unstructured findings into standardized Markdown checklists ready for remediation tracking.

What information is included for each finding when converting a PDF audit to Markdown?

Converting a PDF audit to Markdown includes specific information per finding such as Severity, Status, Impact, Likelihood, Description, and Recommendation, generating an organized summary alongside a consolidated review section.

What is the best way to automate remediation tracking from unstructured security audit PDFs?

The best way to automate remediation tracking from security audit PDFs is to parse them into structured Markdown checklists with standardized IDs, severities, and statuses, creating actionable items for review planning.

Do I need any additional dependencies to parse PDF audit reports into Markdown?

No external dependencies are required to parse PDF audit reports into Markdown. The skill operates standalone using the built-in Read tool to ingest the PDF and write the structured findings file.