status
Installation
SKILL.md
AppSec Status -- Security Dashboard
Read the .appsec/ state directory and present a concise security posture
dashboard. Shows what has been scanned, what was found, what has changed
since the last scan, and what to do next.
This skill runs entirely in the main agent context. It does NOT dispatch
subagents. It reads state files produced by /appsec:run and
/appsec:full-audit.
Supported Flags
| Flag | Behavior |
|---|---|
--format text |
ASCII dashboard (default). |
--format json |
Structured JSON summary. |
--format md |
Markdown summary. |
--quiet |
Findings count only, no details. |
Related skills