mixpanel
Enables tracking of events and user behavior analysis through the Mixpanel API, facilitating data-driven decision-making.
Install this skill
or
69/100
Security score
The mixpanel 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 "https://api.mixpanel.com/track" \ |
medium line 29
Curl to non-GitHub URL
SourceSKILL.md
| 29 | curl -X POST "https://api.mixpanel.com/import?strict=1" \ |
medium line 38
Curl to non-GitHub URL
SourceSKILL.md
| 38 | curl "https://mixpanel.com/api/2.0/jql" \ |
medium line 46
Curl to non-GitHub URL
SourceSKILL.md
| 46 | curl "https://mixpanel.com/api/2.0/engage?distinct_id=user123" \ |
medium line 53
Curl to non-GitHub URL
SourceSKILL.md
| 53 | curl "https://api.mixpanel.com/engage#profile-set" \ |
low line 22
External URL reference
SourceSKILL.md
| 22 | curl "https://api.mixpanel.com/track" \ |
low line 29
External URL reference
SourceSKILL.md
| 29 | curl -X POST "https://api.mixpanel.com/import?strict=1" \ |
low line 38
External URL reference
SourceSKILL.md
| 38 | curl "https://mixpanel.com/api/2.0/jql" \ |
low line 46
External URL reference
SourceSKILL.md
| 46 | curl "https://mixpanel.com/api/2.0/engage?distinct_id=user123" \ |
low line 53
External URL reference
SourceSKILL.md
| 53 | curl "https://api.mixpanel.com/engage#profile-set" \ |
low line 58
External URL reference
SourceSKILL.md
| 58 | - Dashboard: https://mixpanel.com |
Scanned on Feb 9, 2026
View Security Dashboard