secdevai-export

Export security review findings into Markdown and SARIF report formats.

8|8|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/RedHatProductSecurity/secdevai --skill secdevai-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secdevai-export
Source: https://github.com/RedHatProductSecurity/secdevai/tree/main/lola-module/skills/secdevai-export
Command: npx skills add https://github.com/RedHatProductSecurity/secdevai --skill secdevai-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of saving and exporting security review findings into standardized formats, making it easy to share and integrate with other security tools.

Core Features & Use Cases

  • Report Generation: Creates human-readable Markdown reports and machine-readable SARIF files from security findings.
  • Format Conversion: Transforms structured security data into two essential reporting formats.
  • Use Case: After running a security review on your codebase, use this Skill to generate a formal Markdown report for your team and a SARIF file for integration with GitHub Code Scanning.

Quick Start

Use the secdevai-export skill to save the current security review findings as a Markdown and SARIF report.

Frequently Asked Questions about secdevai-export

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

FAQPage Schema
How do I export security findings to a SARIF file?

You can export security findings to a SARIF file by using this Skill to transform structured security review data into machine-readable SARIF format, which is suitable for integrating with platforms like GitHub Code Scanning.

What is the best way to generate a Markdown report from code review findings?

Generating a Markdown report from code review findings is done by converting structured security review data into a human-readable Markdown format, allowing your team to easily review and share the security analysis results.

Can I save findings directly from security review commands into reports?

Yes, you can save findings directly from security review commands. This Skill processes and exports security findings produced by security review, fix, or tool commands into standardized Markdown and SARIF report formats.

Does this report export tool support both human-readable and machine-readable formats?

Yes, the report export tool supports both human-readable and machine-readable formats by converting structured security data into Markdown reports for team review and SARIF files for automated security tool integration.

When do I need to generate SARIF reports for security analysis?

You need to generate SARIF reports for security analysis when you want to integrate automated security review findings into continuous integration pipelines or platforms like GitHub Code Scanning for enhanced compliance.

Why convert security review data into Markdown and SARIF formats?

Converting security review data into Markdown and SARIF formats automates sharing and integration, providing a human-readable report for team collaboration and a standardized machine-readable file for security tool compatibility.