원클릭으로
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.