freshdesk
Enables management of support tickets and customer interactions through the Freshdesk API for efficient issue resolution.
Install this skill
or
56/100
Security score
The freshdesk skill was audited on Feb 9, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 21
Curl to non-GitHub URL
SourceSKILL.md
| 21 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets" \ |
medium line 28
Curl to non-GitHub URL
SourceSKILL.md
| 28 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets/{id}" \ |
medium line 35
Curl to non-GitHub URL
SourceSKILL.md
| 35 | curl -X POST "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets" \ |
medium line 50
Curl to non-GitHub URL
SourceSKILL.md
| 50 | curl -X PUT "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets/{id}" \ |
medium line 59
Curl to non-GitHub URL
SourceSKILL.md
| 59 | curl -X POST "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets/{id}/reply" \ |
medium line 68
Curl to non-GitHub URL
SourceSKILL.md
| 68 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/contacts" \ |
medium line 75
Curl to non-GitHub URL
SourceSKILL.md
| 75 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/search/tickets?query=\"status:2\"" \ |
low line 21
External URL reference
SourceSKILL.md
| 21 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets" \ |
low line 28
External URL reference
SourceSKILL.md
| 28 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets/{id}" \ |
low line 35
External URL reference
SourceSKILL.md
| 35 | curl -X POST "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets" \ |
low line 50
External URL reference
SourceSKILL.md
| 50 | curl -X PUT "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets/{id}" \ |
low line 59
External URL reference
SourceSKILL.md
| 59 | curl -X POST "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/tickets/{id}/reply" \ |
low line 68
External URL reference
SourceSKILL.md
| 68 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/contacts" \ |
low line 75
External URL reference
SourceSKILL.md
| 75 | curl "https://$FRESHDESK_DOMAIN.freshdesk.com/api/v2/search/tickets?query=\"status:2\"" \ |
low line 84
External URL reference
SourceSKILL.md
| 84 | - Dashboard: https://yourcompany.freshdesk.com |
low line 85
External URL reference
SourceSKILL.md
| 85 | - Docs: https://developers.freshdesk.com |
Scanned on Feb 9, 2026
View Security Dashboard