# Recipe Triage Security Alerts

> List and review Google Workspace security alerts from Alert Center.

- Skill: `digitalspeed/recipe-triage-security-alerts` (Agent Skill)
- Install (CLI): `npx skillmds@latest add digitalspeed/recipe-triage-security-alerts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/digitalspeed/recipe-triage-security-alerts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: digitalspeed (https://skillmd.com/u/digitalspeed)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/digitalspeed/recipe-triage-security-alerts

---


# Triage Google Workspace Security Alerts

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-alertcenter`

List and review Google Workspace security alerts from Alert Center.

## Steps

1. List active alerts: `gws alertcenter alerts list --format table`
2. Get alert details: `gws alertcenter alerts get --params '{"alertId": "ALERT_ID"}'`
3. Acknowledge an alert: `gws alertcenter alerts undelete --params '{"alertId": "ALERT_ID"}'`


