report-writer-mcp

Aggregate audit findings from JSON files into JSON and Markdown summary reports.

80|6|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/yunmengya/PHP_AUDIT_SKILLS --skill report-writer-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-writer-mcp
Source: https://github.com/yunmengya/PHP_AUDIT_SKILLS/tree/main/report-writer-mcp
Command: npx skills add https://github.com/yunmengya/PHP_AUDIT_SKILLS --skill report-writer-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires argparse, json, os, and includes scripts (resource) components.

What problem does it solve?

This Skill consolidates scattered audit findings from various sources into a single, coherent summary report, streamlining the review process.

Core Features & Use Cases

  • Findings Aggregation: Collects findings from findings.json and auth_evidence.json files.
  • Summary Generation: Creates both a JSON and a Markdown summary of the aggregated findings, including severity breakdowns.
  • Use Case: After running multiple audit modules, use this Skill to combine all identified vulnerabilities and authentication-related issues into one easy-to-understand report for stakeholders.

Quick Start

Use the report-writer-mcp skill to generate a summary report for the project located at /path/to/php_project.

Frequently Asked Questions about report-writer-mcp

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

FAQPage Schema
How do I aggregate audit findings from multiple JSON files into one report?

You can aggregate audit findings by processing findings.json and auth_evidence.json files within a specified directory to generate a consolidated summary report detailing total findings and severity breakdowns.

What is the best way to generate a markdown summary of vulnerability findings?

Generating a markdown summary of vulnerability findings involves aggregating scattered audit findings from multiple JSON sources, which produces a consolidated report including severity breakdowns for stakeholders.

Can I output both JSON and Markdown formatted summaries for aggregated audit findings?

Yes, you can output both JSON and Markdown formatted summaries. The aggregation process supports generating both formats simultaneously to detail total findings and severity breakdowns.

How do I consolidate multiple auth_evidence.json files into a unified vulnerability report?

Consolidating multiple auth_evidence.json files involves processing them alongside findings.json in a specified output directory, combining authentication-related issues and identified vulnerabilities into one summary report.

Do I need specific input file formats to generate a summary report for vulnerability management?

Yes, you need specific input file formats. The summary report generation operates by processing findings.json and auth_evidence.json files located within a specified output directory path.