Skip to main content

signals

Automates trading based on signals from RSS feeds, Twitter, and Telegram, enabling timely and informed trading decisions.

Install this skill

or
73/100

Security score

The signals skill was audited on Feb 22, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 13

Webhook reference - potential data exfiltration

SourceSKILL.md
13Monitor external signals from RSS feeds, Twitter, Telegram, and webhooks to trigger automatic trades.
low line 20

Webhook reference - potential data exfiltration

SourceSKILL.md
20/signal add webhook [--name "label"] Get webhook URL for custom signals
low line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37/signal add webhook --name "my-alerts"
medium line 59

Webhook reference - potential data exfiltration

SourceSKILL.md
59### Webhooks
medium line 60

Webhook reference - potential data exfiltration

SourceSKILL.md
60Receive signals via HTTP POST to a custom webhook URL.
low line 63

Webhook reference - potential data exfiltration

SourceSKILL.md
63/signal add webhook --name "custom"
low line 64

Webhook reference - potential data exfiltration

SourceSKILL.md
64# Returns: POST https://clodds.io/webhook/abc123
medium line 67

Webhook reference - potential data exfiltration

SourceSKILL.md
67Webhook payload:
low line 35

External URL reference

SourceSKILL.md
35/signal add rss https://example.com/feed.xml --name "crypto-news"
low line 49

External URL reference

SourceSKILL.md
49/signal add rss https://example.com/feed.xml --name "news"
low line 64

External URL reference

SourceSKILL.md
64# Returns: POST https://clodds.io/webhook/abc123
Scanned on Feb 22, 2026
View Security Dashboard