| name | security-scan |
|---|---|
| description | Run and review security scans on deployed applications |
User wants to check security, run a vulnerability scan, or review security results for a deployment.
- Identify the target deployment:
ListDeploymentsfor the project. - Trigger a scan:
TriggerSecurityScanon the deployment. - Wait and check results:
GetSecurityScanto retrieve findings. - Download the full report if needed:
GetSecurityScanDownloadUri. - If issues found, summarize findings and suggest fixes.
- Always run scans after new deployments to production.
- Present findings clearly with severity levels.
- Do not auto-fix security issues — present recommendations and let the user decide.
- Scan status and summary of findings
- Severity breakdown (critical, high, medium, low)
- Recommended next steps