list_threat_incidents
Retrieve a compact summary of supply-chain threat incidents for a GitHub organization. Quickly identify incidents by name (e.g., 'axios compromise') to find the matching incident ID before fetching full details.
Instructions
List supply-chain threat-center incidents tracked by StepSecurity for a GitHub organization. ALWAYS call this first when the user mentions a known supply-chain incident or malicious package by name (e.g. 'axios compromise', 'trivy incident', 'Shai-Hulud') to find the matching incident and its ID before searching for exposure. Returns a compact summary (no markdown body) — then call get_threat_incident with the ID for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub organization (e.g. 'actions-security-demo') |