원클릭으로
explain
Explain OpenACA findings, Agent BOM entries, scan output, severity, confidence, source provenance, and suggested next steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explain OpenACA findings, Agent BOM entries, scan output, severity, confidence, source provenance, and suggested next steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate fast local OpenACA inventory from Claude Code endpoint or project configuration without running advisory lookups.
Run OpenACA scans from Claude Code when the user asks to scan agent components, check Claude Code configuration, inspect MCP servers/plugins/skills/hooks, or assess agent supply-chain risk.
Configure, check, or run explicit OpenACA Cloud sync for a Claude Code endpoint.
Guide agent supply-chain triage after Claude Code MCP, plugin, skill, hook, command, or settings changes.
Generate an OpenACA Agent BOM when the user asks for a bill of materials, Agent BOM, inventory export, or structured list of agent components.
| name | explain |
| description | Explain OpenACA findings, Agent BOM entries, scan output, severity, confidence, source provenance, and suggested next steps. |
| argument-hint | [finding text, advisory id, or BOM component] |
| allowed-tools | ["Bash","Read"] |
Use this skill when the user asks what an OpenACA finding means, why a component was reported, how severe an issue is, or what to do next.
For each finding, explain:
For Agent BOM entries, explain inventory and composition only. Do not turn a BOM entry into a vulnerability unless scan output or an advisory match supports that conclusion.
If the user provides a BOM and wants current advisory matching:
uvx --isolated --from openaca openaca scan bom --input openaca-agent-bom.json -v
scan bom returns advisory matches only. Posture findings need live
configuration (autoapprove lists, remote-auth, endpoint overrides)
that isn't preserved in the BOM — if the user asks about hygiene
findings on a BOM, point them at scan endpoint --include-posture
or scan repo --include-posture instead.
If the user wants a fresh endpoint scan (include posture so the explanation can cover hygiene findings, not just advisory matches):
uvx --isolated --from openaca openaca scan endpoint -v --project . --include-posture
If uvx is unavailable but openaca is installed, use the same command
without the uvx prefix.
Be precise about evidence. "No findings" means no enabled OpenACA rule matched in the scanned scope; it does not prove a component is safe. Avoid overstating posture findings as confirmed compromise.