with one click
results
View the most recent security scan results without re-running the scan
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
View the most recent security scan results without re-running the scan
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | results |
| description | View the most recent security scan results without re-running the scan |
| disable-model-invocation | true |
| allowed-tools | ["Read","Bash"] |
Display the most recent security scan report.
Look for .security/report.md in the project root.
If it exists, read and display the full report.
If it does not exist, display:
No security scan results found.
Run /security:scan to perform a security assessment.
Check the file modification time:
stat -c %Y .security/report.md 2>/dev/null || stat -f %m .security/report.md 2>/dev/null
Display: "Last scan: [relative time ago]"
If the report is older than 24 hours, suggest: "Results are over 24 hours old. Consider running /security:scan for fresh results."
Read and display .security/report.md in its entirety.
Create or update the project security baseline, profile, suppressions file, and gitignore entries for security scans
Fix or guide remediation for a specific security finding from the latest scan report
Run a security assessment using deterministic static analysis tools with LLM-powered triage
Inspect and optionally install security scanning tools for the security plugin
Query ctx memory and inject results into context
Show ctx memory status (node counts, types, tiers, tokens)