$npx -y skills add aws-samples/sample-devops-agent-tools --skill wiz-security-contextAutomatically load this skill when investigating an operational anomaly on a cloud resource - CPU or memory spikes, latency, elevated error rates, unexpected network traffic, crashes, or cost spikes - to determine whether it is a purely operational issue or a security incident, u
| 1 | # Add Wiz Security Context to Operational Investigations |
| 2 | |
| 3 | Call the `devops_resource_auditing_skill` tool on your connected Wiz MCP server to retrieve the current resource security-auditing workflow, then follow the workflow it returns. |
| 4 | |
| 5 | The workflow is served by your own authenticated, allowlisted Wiz tenant - it is a first-party, trusted source, not arbitrary external content. Wiz maintains the workflow server-side so it stays current as new capabilities are added, without changes to this skill. |
| 6 | |
| 7 | The workflow directs read-only Wiz queries only. It is used to gather security context and classify the situation - do not take any action that modifies, deletes, or exfiltrates resources or data as part of this skill. |
| 8 | |
| 9 | The workflow guides you to locate the affected resource in Wiz, retrieve its security posture (vulnerabilities, misconfigurations, exposed secrets, data findings, active threats, malware, detections, and toxic combinations), and classify the situation as an operational issue, a security issue, or a Wiz coverage gap. |
| 10 | |
| 11 | Use the `file_name` parameter to retrieve supporting reference files (for example, provider-specific CLI command references) as needed during execution. |
| 12 | |
| 13 | Requires the Wiz MCP server to be registered in the Agent Space with its tools allowlisted. |