con un clic
results
View the most recent security scan results without re-running the scan
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
View the most recent security scan results without re-running the scan
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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)
| 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.