mess-server
Provides a REST API for MESS Exchange Server with self-hosted deployment options and event-sourced storage capabilities.
Install this skill
Security score
The mess-server skill was audited on May 29, 2026 and we found 25 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 41 | curl -X POST http://localhost:3000/api/v1/exchanges/home/register \ |
Curl to non-GitHub URL
| 70 | curl http://localhost:3000/api/v1/exchanges/home/requests \ |
Curl to non-GitHub URL
| 97 | curl -X POST http://localhost:3000/api/v1/exchanges/home/requests \ |
Curl to non-GitHub URL
| 121 | curl http://localhost:3000/api/v1/exchanges/home/requests/2026-02-01-XY1Z \ |
Curl to non-GitHub URL
| 162 | curl -X PATCH http://localhost:3000/api/v1/exchanges/home/requests/2026-02-01-XY1Z \ |
Curl to non-GitHub URL
| 170 | curl -X PATCH http://localhost:3000/api/v1/exchanges/home/requests/2026-02-01-XY1Z \ |
Curl to non-GitHub URL
| 184 | curl http://localhost:3000/api/v1/exchanges/home/executors \ |
Curl to non-GitHub URL
| 210 | curl -X PATCH http://localhost:3000/api/v1/exchanges/home/executors/my-phone \ |
Webhook reference - potential data exfiltration
| 218 | {"type": "slack", "webhook_url": "https://hooks.slack.com/..."} |
Webhook reference - potential data exfiltration
| 232 | | `slack` | `{"type": "slack", "webhook_url": "https://hooks.slack.com/..."}` | |
Webhook reference - potential data exfiltration
| 233 | | `google_chat` | `{"type": "google_chat", "webhook_url": "https://chat.googleapis.com/..."}` | |
Webhook reference - potential data exfiltration
| 234 | | `webhook` | `{"type": "webhook", "url": "https://your-server.com/notify"}` | |
External URL reference
| 41 | curl -X POST http://localhost:3000/api/v1/exchanges/home/register \ |
External URL reference
| 70 | curl http://localhost:3000/api/v1/exchanges/home/requests \ |
External URL reference
| 97 | curl -X POST http://localhost:3000/api/v1/exchanges/home/requests \ |
External URL reference
| 121 | curl http://localhost:3000/api/v1/exchanges/home/requests/2026-02-01-XY1Z \ |
External URL reference
| 162 | curl -X PATCH http://localhost:3000/api/v1/exchanges/home/requests/2026-02-01-XY1Z \ |
External URL reference
| 170 | curl -X PATCH http://localhost:3000/api/v1/exchanges/home/requests/2026-02-01-XY1Z \ |
External URL reference
| 184 | curl http://localhost:3000/api/v1/exchanges/home/executors \ |
External URL reference
| 210 | curl -X PATCH http://localhost:3000/api/v1/exchanges/home/executors/my-phone \ |
External URL reference
| 218 | {"type": "slack", "webhook_url": "https://hooks.slack.com/..."} |
External URL reference
| 231 | | `ntfy` | `{"type": "ntfy", "topic": "your-topic", "server": "https://ntfy.sh"}` | |
External URL reference
| 232 | | `slack` | `{"type": "slack", "webhook_url": "https://hooks.slack.com/..."}` | |
External URL reference
| 233 | | `google_chat` | `{"type": "google_chat", "webhook_url": "https://chat.googleapis.com/..."}` | |
External URL reference
| 234 | | `webhook` | `{"type": "webhook", "url": "https://your-server.com/notify"}` | |