incident-responder
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill handles incident descriptions and monitoring alerts that may contain untrusted external data.
- Ingestion points:
scripts/incident_triage.pyaccepts incident descriptions via the--descriptioncommand-line argument, andscripts/handle_alerts.pyprocesses alert titles and descriptions from monitoring sources. - Boundary markers: The skill does not implement delimiters or instructions to prevent the agent from interpreting data within these fields as commands or instructions.
- Capability inventory: The automation scripts are capable of writing reports to the local file system and sending notifications to external webhooks and APIs.
- Sanitization: Input text is interpolated into JSON payloads and Markdown reports without explicit sanitization or filtering logic.
- [DATA_EXFILTRATION]: The skill is configured to transmit incident metadata and descriptions to external services.
- Evidence:
scripts/handle_alerts.pycontains methods_send_slack_notificationand_send_pagerduty_notificationwhich use therequestslibrary to send data to external endpoints. - Context: These network operations target well-known incident management and communication platforms (Slack and PagerDuty) as part of the intended response workflow.
Audit Metadata