一键导入
results
View the most recent security scan results without re-running the scan
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View the most recent security scan results without re-running the scan
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.