pagerduty
Enables programmatic management of incidents and on-call schedules using the PagerDuty API for efficient incident response.
Install this skill
or
69/100
Security score
The pagerduty skill was audited on Feb 9, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 22
Curl to non-GitHub URL
SourceSKILL.md
| 22 | curl -X POST "https://events.pagerduty.com/v2/enqueue" \ |
medium line 39
Curl to non-GitHub URL
SourceSKILL.md
| 39 | curl -X POST "https://events.pagerduty.com/v2/enqueue" \ |
medium line 51
Curl to non-GitHub URL
SourceSKILL.md
| 51 | curl "https://api.pagerduty.com/incidents?statuses[]=triggered&statuses[]=acknowledged" \ |
medium line 58
Curl to non-GitHub URL
SourceSKILL.md
| 58 | curl "https://api.pagerduty.com/oncalls" \ |
medium line 65
Curl to non-GitHub URL
SourceSKILL.md
| 65 | curl "https://api.pagerduty.com/services" \ |
low line 22
External URL reference
SourceSKILL.md
| 22 | curl -X POST "https://events.pagerduty.com/v2/enqueue" \ |
low line 39
External URL reference
SourceSKILL.md
| 39 | curl -X POST "https://events.pagerduty.com/v2/enqueue" \ |
low line 51
External URL reference
SourceSKILL.md
| 51 | curl "https://api.pagerduty.com/incidents?statuses[]=triggered&statuses[]=acknowledged" \ |
low line 58
External URL reference
SourceSKILL.md
| 58 | curl "https://api.pagerduty.com/oncalls" \ |
low line 65
External URL reference
SourceSKILL.md
| 65 | curl "https://api.pagerduty.com/services" \ |
low line 70
External URL reference
SourceSKILL.md
| 70 | - Dashboard: https://app.pagerduty.com |
Scanned on Feb 9, 2026
View Security Dashboard