sentinel-report

Generate security assessment reports in Markdown and HTML after audits.

8|2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/wangdongzuopin/sentinel-skill --skill sentinel-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentinel-report
Source: https://github.com/wangdongzuopin/sentinel-skill/tree/main/skills/AuditSentry/sentinel-report
Command: npx skills add https://github.com/wangdongzuopin/sentinel-skill --skill sentinel-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After completing a sentinel audit, pentest, or frontend assessment, users receive a standardized, portable security report in Markdown and HTML formats, ensuring findings are clearly documented and shareable.

Core Features & Use Cases

  • Default deliverables: sentinel-security-assessment.md and sentinel-security-assessment.html.
  • Multi-project overview with per-project severity and a consolidated risk summary.
  • Chart options: interactive ECharts-based visuals via CDN when online, with CSS-bar offline fallback.
  • Triggering conditions: automatically activates after audit completion or on user request for a report.
  • Closing gate and file write enforcement to ensure the report is saved to the chosen folder.

Quick Start

After finishing an audit, generate sentinel-security-assessment.md and sentinel-security-assessment.html in the chosen folder.

Frequently Asked Questions about sentinel-report

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

FAQPage Schema
How do I auto-generate a security assessment report after an audit?

To auto-generate a security assessment report, trigger the report generation process after completing an audit, pentest, or frontend assessment. The system writes standardized sentinel-security-assessment.md and sentinel-security-assessment.html files to your chosen folder.

Can I generate security reports in HTML with charts when offline?

Yes, you can generate HTML security reports with charts offline. The report uses interactive ECharts-based visuals via CDN when online, and automatically falls back to a CSS-bar chart format for offline report visualization.

What is the best way to document post-audit security findings for multiple projects?

The best way to document post-audit security findings is by generating a consolidated report that provides a multi-project overview with per-project severity levels and a consolidated risk summary in both Markdown and HTML formats.

How do I ensure my security report files are actually saved to the correct folder?

To ensure security report files are saved correctly, the generation process enforces a closing gate and file write mechanism that guarantees the sentinel-security-assessment.md and HTML outputs are written to your chosen folder.

Does the automated security reporting work with frontend and pentest assessments?

Yes, the automated security reporting works with frontend and pentest assessments. It triggers automatically after sentinel-audit, sentinel-pentest, and sentinel-frontend completions, or upon direct user request for a report.

What formats are supported for automated security audit reporting?

Automated security audit reporting supports Markdown and HTML formats. It generates a self-contained pair of files, delivering portable findings through sentinel-security-assessment.md and sentinel-security-assessment.html.