status

Generate a security posture dashboard from .appsec/findings.json and .appsec/last-run.json.

12|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/florianbuetow/claude-code --skill status-florianbuetow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/florianbuetow/claude-code/tree/main/plugins/appsec/skills/status
Command: npx skills add https://github.com/florianbuetow/claude-code --skill status-florianbuetow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear, concise overview of your project's current security status, highlighting findings, changes, and next steps without requiring manual analysis.

Core Features & Use Cases

  • Security Posture Overview: Presents a dashboard summarizing scan results, including findings by severity, framework, and tool.
  • Change Detection: Identifies new, modified, or deleted files since the last scan and flags relevant findings.
  • Actionable Insights: Offers direct commands to re-scan, explain findings, or focus scans on changed files.
  • Use Case: After running a security scan, use this Skill to quickly understand the overall security health of your application, prioritize critical vulnerabilities, and see what has changed since the last assessment.

Quick Start

Show the current security posture dashboard.

Frequently Asked Questions about status

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

FAQPage Schema
How do I create a security posture dashboard from code analysis findings?

A security posture dashboard summarizes scan results by severity, framework, and tool to provide a clear overview of your project's current security status. This Skill generates that dashboard by analyzing state files from previous security scans, highlighting findings and actionable next steps.

How does change detection work for security vulnerability findings?

Change detection for security vulnerability findings identifies new, modified, or deleted files since the last scan and flags relevant findings. It compares the current state against previous scan data to highlight what has changed since your last assessment.

What files are required to generate a security findings dashboard?

Generating a security findings dashboard requires reading from .appsec/findings.json and .appsec/last-run.json. These state files must exist from previous security scans to summarize results and detect changes accurately.

Can I see vulnerability findings summarized by severity and tool?

Yes, you can see vulnerability findings summarized by severity and tool. The dashboard presents scan results categorized by severity, framework, and tool, allowing you to quickly understand overall security health and prioritize critical vulnerabilities.

What's the best way to review code analysis results after a security scan?

The best way to review code analysis results is using a dashboard that summarizes findings and offers actionable insights. This Skill provides direct commands to re-scan, explain findings, or focus scans on changed files, helping you prioritize critical vulnerabilities effectively.

Why does my security posture dashboard show no findings?

Your security posture dashboard shows no findings likely because the required state files are missing. The Skill requires reading from .appsec/findings.json and .appsec/last-run.json, which must be generated by running a security scan first.