Skip to main content

universal-notify

Sends notifications through various channels using a single script, enabling alerts and monitoring across preferred platforms.

Install this skill

or
91/100

Security score

The universal-notify skill was audited on Feb 16, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Send notifications through multiple channels with a single script. Supports ntfy.sh (free, no signup), Gotify (self-hosted), generic webhooks, email (SMTP/curl), Telegram Bot API, and Pus
low line 17

Webhook reference - potential data exfiltration

SourceSKILL.md
17# Webhook (generic JSON POST)
low line 18

Webhook reference - potential data exfiltration

SourceSKILL.md
18scripts/notify.sh --channel webhook --url https://hooks.example.com/abc --message "Event fired"
low line 15

External URL reference

SourceSKILL.md
15scripts/notify.sh --channel gotify --url https://gotify.local --token TOKEN --message "Deploy done"
low line 18

External URL reference

SourceSKILL.md
18scripts/notify.sh --channel webhook --url https://hooks.example.com/abc --message "Event fired"
Scanned on Feb 16, 2026
View Security Dashboard
Installation guide →