ai-meeting-scheduling
SkipUp automates multi-participant meeting scheduling via email, coordinating across timezones without instant booking or calendar access.
Install this skill
Security score
The ai-meeting-scheduling skill was audited on May 20, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 133 | curl -X POST https://api.skipup.ai/api/v1/meeting_requests/mr_01HQ.../pause \ |
Curl to non-GitHub URL
| 152 | curl -X POST https://api.skipup.ai/api/v1/meeting_requests/mr_01HQ.../resume \ |
Curl to non-GitHub URL
| 173 | curl "https://api.skipup.ai/api/v1/meeting_requests?status=active&limit=10" \ |
Curl to non-GitHub URL
| 192 | curl https://api.skipup.ai/api/v1/meeting_requests/mr_01HQ... \ |
Curl to non-GitHub URL
| 211 | curl "https://api.skipup.ai/api/v1/[email protected]" \ |
External URL reference
| 4 | homepage: https://skipup.ai |
External URL reference
| 50 | POST https://api.skipup.ai/api/v1/meeting_requests |
External URL reference
| 101 | POST https://api.skipup.ai/api/v1/meeting_requests/:id/cancel |
External URL reference
| 125 | POST https://api.skipup.ai/api/v1/meeting_requests/:id/pause |
External URL reference
| 133 | curl -X POST https://api.skipup.ai/api/v1/meeting_requests/mr_01HQ.../pause \ |
External URL reference
| 144 | POST https://api.skipup.ai/api/v1/meeting_requests/:id/resume |
External URL reference
| 152 | curl -X POST https://api.skipup.ai/api/v1/meeting_requests/mr_01HQ.../resume \ |
External URL reference
| 165 | GET https://api.skipup.ai/api/v1/meeting_requests |
External URL reference
| 173 | curl "https://api.skipup.ai/api/v1/meeting_requests?status=active&limit=10" \ |
External URL reference
| 184 | GET https://api.skipup.ai/api/v1/meeting_requests/:id |
External URL reference
| 192 | curl https://api.skipup.ai/api/v1/meeting_requests/mr_01HQ... \ |
External URL reference
| 203 | GET https://api.skipup.ai/api/v1/workspace_members |
External URL reference
| 211 | curl "https://api.skipup.ai/api/v1/[email protected]" \ |
External URL reference
| 236 | - All requests go to `https://api.skipup.ai` over HTTPS |
External URL reference
| 244 | - Full API reference: https://support.skipup.ai/api/meeting-requests/ |
External URL reference
| 245 | - OpenClaw integration guide: https://support.skipup.ai/integrations/openclaw/ |
External URL reference
| 246 | - API authentication and scopes: https://support.skipup.ai/api/authentication/ |
External URL reference
| 247 | - SkipUp llms.txt: https://skipup.ai/llms.txt |
External URL reference
| 248 | - Learn more about SkipUp: https://blog.skipup.ai/llm/index |