Mali Report Generation

Generate markdown vulnerability analysis reports from session outputs.

3|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Entropy1110/kernel_claude_skills --skill mali-report-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Mali Report Generation
Source: https://github.com/Entropy1110/kernel_claude_skills/tree/main/.claude/skills/mali-report
Command: npx skills add https://github.com/Entropy1110/kernel_claude_skills --skill mali-report-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates standardized, comprehensive markdown reports from automated vulnerability analysis, reducing manual drafting time and ensuring consistency across stakeholders.

Core Features & Use Cases

  • Generate a complete report with a Findings section, risk metrics, and an executive summary.
  • Produce a separate true positives report and an exportable JSON state for automation.
  • Use Case: After running mali-analyze on a kernel driver, generate a stakeholder-ready report in minutes.

Quick Start

Use the Mali Report Generation command to produce reports for a specified session. Example: /mali-report --session-id=<session>

Frequently Asked Questions about Mali Report Generation

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

FAQPage Schema
How do I generate a markdown report from vulnerability analysis findings?

To generate a markdown report from vulnerability analysis, you provide a session-id and the tool reads existing analysis outputs from the out/ directory to produce final artifacts.

Can I export true positives separately from the complete vulnerability report?

Yes, you can export true positives separately. The generation process produces a complete report with findings and risk metrics, alongside a distinct true positives report.

Does the reporting process output JSON state for automation pipelines?

Yes, the reporting process outputs JSON state for automation. It generates this exportable JSON state file alongside the markdown reports for downstream workflow integration.

What do I need to provide to run the mali report generation command?

You need to provide a session-id to run the report generation command. This identifier allows the tool to locate and read the existing vulnerability analysis outputs from the out/ directory.

What sections are included in a generated vulnerability analysis report?

A generated vulnerability analysis report includes a Findings section, risk metrics, and an executive summary to ensure standardized, comprehensive documentation for stakeholders.

Are there limitations when generating reports from automated vulnerability analysis?

A limitation is that report generation requires existing analysis outputs in the out/ directory. It cannot perform the vulnerability analysis itself, it solely formats completed session data into reports.