sast-report

Consolidate SAST findings from sast/*-results.md into a prioritized final-report.md.

1.3k|61|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/utkusen/sast-skills --skill sast-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sast-report
Source: https://github.com/utkusen/sast-skills/tree/main/sast-files/.agents/skills/sast-report
Command: npx skills add https://github.com/utkusen/sast-skills --skill sast-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidate all SAST vulnerability findings from the sast/ folder into a single, prioritized report.

Core Features & Use Cases

  • Reads all sast/*-results.md files and compiles them into sast/final-report.md.
  • Ranks findings by severity and confidentiality impact and consolidates remediation guidance.
  • Useful after vulnerability-detection steps to provide a concise executive summary for stakeholders.

Quick Start

Run the final report generation for the current project after completing all vulnerability detections.

Frequently Asked Questions about sast-report

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

FAQPage Schema
How do I consolidate SAST vulnerability findings into a single report?

You can consolidate SAST vulnerability findings by reading all per-project results files and compiling them into a single, prioritized report. The tool reads all sast/*-results.md files and writes a consolidated sast/final-report.md for stakeholders.

How does SAST risk prioritization work for vulnerability reporting?

SAST risk prioritization ranks vulnerabilities by severity levels, specifically Critical, High, Medium, and Low. The report generation process filters findings to include only [VULNERABLE] and [LIKELY VULNERABLE] results, ranking them further by confidentiality impact.

When do I need to generate a final security report from code scan results?

You need to generate a final security report after all vulnerability-detection steps have produced per-project findings. Running this process provides a concise executive summary and consolidated remediation guidance for stakeholders.

What is the best way to aggregate multiple SAST results files for an executive summary?

The best way to aggregate multiple SAST results is to use an automation tool that reads all sast/*-results.md files and compiles them into sast/final-report.md. This approach consolidates remediation guidance and ranks severity by Critical, High, Medium, and Low.

Does the consolidated SAST report include all detected code scan findings?

No, the consolidated SAST report does not include all findings. It specifically filters the output to include only [VULNERABLE] and [LIKELY VULNERABLE] findings, excluding other results to provide a concise, prioritized report.

Can I run final report generation before all vulnerability detection steps are complete?

No, you should not run final report generation before all vulnerability detections are complete. The tool applies after all vulnerability-detection steps have produced per-project findings to ensure the consolidated sast/final-report.md is comprehensive.