triaging-security-incident-with-ir-playbook
This skill helps classify and prioritize security incidents using structured IR playbooks for effective incident response.
Install this skill
Security score
The triaging-security-incident-with-ir-playbook skill was audited on Jun 4, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 62 | curl -X POST "https://splunk.local:8089/services/notable_update" \ |
Curl to non-GitHub URL
| 70 | curl -s "https://www.virustotal.com/api/v3/ip_addresses/$SRC_IP" \ |
Curl to non-GitHub URL
| 74 | curl -s "https://api.abuseipdb.com/api/v2/check?ipAddress=$SRC_IP&maxAgeInDays=90" \ |
Curl to non-GitHub URL
| 78 | curl -s "https://www.virustotal.com/api/v3/files/$FILE_HASH" \ |
Curl to non-GitHub URL
| 82 | curl -s "https://cmdb.local/api/assets?ip=$DEST_IP" \ |
Curl to non-GitHub URL
| 96 | curl -s "https://attack.mitre.org/api/techniques/$TECHNIQUE_ID" | jq '.name, .tactic' |
Curl to non-GitHub URL
| 136 | curl -X POST "https://thehive.local/api/v1/case" \ |
Curl to non-GitHub URL
| 156 | curl -s "https://pagerduty.com/api/v2/oncalls?schedule_ids[]=$SCHEDULE_ID" \ |
Curl to non-GitHub URL
| 165 | curl -X POST "https://events.pagerduty.com/v2/enqueue" \ |
Curl to non-GitHub URL
| 182 | curl -X PATCH "https://thehive.local/api/v1/case/$CASE_ID" \ |
External URL reference
| 57 | "https://thehive.local/api/v1/query?name=list-alerts" \ |
External URL reference
| 62 | curl -X POST "https://splunk.local:8089/services/notable_update" \ |
External URL reference
| 70 | curl -s "https://www.virustotal.com/api/v3/ip_addresses/$SRC_IP" \ |
External URL reference
| 74 | curl -s "https://api.abuseipdb.com/api/v2/check?ipAddress=$SRC_IP&maxAgeInDays=90" \ |
External URL reference
| 78 | curl -s "https://www.virustotal.com/api/v3/files/$FILE_HASH" \ |
External URL reference
| 82 | curl -s "https://cmdb.local/api/assets?ip=$DEST_IP" \ |
External URL reference
| 96 | curl -s "https://attack.mitre.org/api/techniques/$TECHNIQUE_ID" | jq '.name, .tactic' |
External URL reference
| 136 | curl -X POST "https://thehive.local/api/v1/case" \ |
External URL reference
| 156 | curl -s "https://pagerduty.com/api/v2/oncalls?schedule_ids[]=$SCHEDULE_ID" \ |
External URL reference
| 165 | curl -X POST "https://events.pagerduty.com/v2/enqueue" \ |
External URL reference
| 182 | curl -X PATCH "https://thehive.local/api/v1/case/$CASE_ID" \ |