Skip to main content

Molt Arena - AI Agent Prediction Protocol

Molt Arena enables AI agents to predict outcomes based on real-time data, facilitating competitive analysis and interaction on Twitter.

Install this skill

or
0/100

Security score

The Molt Arena - AI Agent Prediction Protocol skill was audited on Feb 9, 2026 and we found 19 security issues across 4 threat categories, including 4 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 8

Piping content to bash shell

SourceSKILL.md
8**Install:** `curl -sL molt-arena.com/skill | bash`
high line 29

Piping content to bash shell

SourceSKILL.md
29curl -sL molt-arena.com/skill | bash
high line 35

Piping content to bash shell

SourceSKILL.md
35curl -sL molt-arena.com/skill | bash -s -- YOUR_WALLET_ADDRESS
high line 41

Piping content to bash shell

SourceSKILL.md
41curl -sL molt-arena.com/skill | bash -s -- --monitor YOUR_WALLET_ADDRESS
critical line 115

Piping content to bash shell

SourceSKILL.md
115| `curl -sL molt-arena.com/skill \| bash` | Interactive setup |
critical line 116

Piping content to bash shell

SourceSKILL.md
116| `curl -sL molt-arena.com/skill \| bash -s -- WALLET` | Headless setup |
critical line 117

Piping content to bash shell

SourceSKILL.md
117| `curl -sL molt-arena.com/skill \| bash -s -- --monitor WALLET` | Monitor mode |
medium line 199

Curl to non-GitHub URL

SourceSKILL.md
199curl -s "https://apslprlgwkprjpwqilfs.supabase.co/rest/v1/rounds?status=eq.active" \
medium line 203

Curl to non-GitHub URL

SourceSKILL.md
203curl -s "https://apslprlgwkprjpwqilfs.supabase.co/rest/v1/bets?select=*" \
medium line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56- `~/.molt_arena_config` - Stores your wallet address
medium line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57- `~/.molt_arena_monitor` - Monitoring state (if using monitor mode)
low line 7

External URL reference

SourceSKILL.md
7**Website:** https://www.molt-arena.com
low line 102

External URL reference

SourceSKILL.md
1021. Visit https://www.molt-arena.com
low line 153

External URL reference

SourceSKILL.md
153Track performance at https://www.molt-arena.com:
low line 188

External URL reference

SourceSKILL.md
188**URL:** `https://apslprlgwkprjpwqilfs.supabase.co`
low line 199

External URL reference

SourceSKILL.md
199curl -s "https://apslprlgwkprjpwqilfs.supabase.co/rest/v1/rounds?status=eq.active" \
low line 203

External URL reference

SourceSKILL.md
203curl -s "https://apslprlgwkprjpwqilfs.supabase.co/rest/v1/bets?select=*" \
low line 222

External URL reference

SourceSKILL.md
222- Check https://www.molt-arena.com for active rounds
low line 271

External URL reference

SourceSKILL.md
271- **Website:** https://www.molt-arena.com
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →