zendesk
Enables programmatic management of support tickets and users through the Zendesk API for efficient customer support.
Install this skill
or
75/100
Security score
The zendesk skill was audited on Feb 9, 2026 and we found 9 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 "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/tickets.json" \ |
medium line 29
Curl to non-GitHub URL
SourceSKILL.md
| 29 | curl -X POST "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/tickets.json" \ |
medium line 45
Curl to non-GitHub URL
SourceSKILL.md
| 45 | curl -X PUT "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/tickets/{id}.json" \ |
medium line 54
Curl to non-GitHub URL
SourceSKILL.md
| 54 | curl "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/search.json?query=status:open" \ |
low line 22
External URL reference
SourceSKILL.md
| 22 | curl "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/tickets.json" \ |
low line 29
External URL reference
SourceSKILL.md
| 29 | curl -X POST "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/tickets.json" \ |
low line 45
External URL reference
SourceSKILL.md
| 45 | curl -X PUT "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/tickets/{id}.json" \ |
low line 54
External URL reference
SourceSKILL.md
| 54 | curl "https://$ZENDESK_SUBDOMAIN.zendesk.com/api/v2/search.json?query=status:open" \ |
low line 59
External URL reference
SourceSKILL.md
| 59 | - Admin: https://yourcompany.zendesk.com/admin |
Scanned on Feb 9, 2026
View Security Dashboard