Skip to main content

dune-analytics

Enables blockchain analytics through Dune API, allowing users to execute DuneSQL queries on live on-chain data and monitor wallet activity.

Install this skill

or
59/100

Security score

The dune-analytics skill was audited on Jun 11, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46EXEC=$(curl -s -X POST "https://api.dune.com/api/v1/query/3237661/execute" \
medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56STATUS=$(curl -s "https://api.dune.com/api/v1/execution/$EXEC_ID/results" \
medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl -s -X POST "https://api.dune.com/api/v1/sql/execute" \
medium line 83

Curl to non-GitHub URL

SourceSKILL.md
83curl -s -X POST "https://api.dune.com/api/v1/query/3237661/execute" \
medium line 114

Curl to non-GitHub URL

SourceSKILL.md
114EXEC_ID=$(curl -s -X POST "https://api.dune.com/api/v1/sql/execute" \
medium line 122

Curl to non-GitHub URL

SourceSKILL.md
122curl -s "https://api.dune.com/api/v1/execution/$EXEC_ID/results" \
low line 16

External URL reference

SourceSKILL.md
161. Sign up at https://dune.com
low line 23

External URL reference

SourceSKILL.md
23**Base URL:** `https://api.dune.com/api/v1`
low line 46

External URL reference

SourceSKILL.md
46EXEC=$(curl -s -X POST "https://api.dune.com/api/v1/query/3237661/execute" \
low line 56

External URL reference

SourceSKILL.md
56STATUS=$(curl -s "https://api.dune.com/api/v1/execution/$EXEC_ID/results" \
low line 71

External URL reference

SourceSKILL.md
71curl -s -X POST "https://api.dune.com/api/v1/sql/execute" \
low line 83

External URL reference

SourceSKILL.md
83curl -s -X POST "https://api.dune.com/api/v1/query/3237661/execute" \
low line 99

External URL reference

SourceSKILL.md
99Use the [MoonPay CLI](https://www.npmjs.com/package/@moonpay/cli) (`mp`) to create and fund the wallets you analyze with Dune.
low line 114

External URL reference

SourceSKILL.md
114EXEC_ID=$(curl -s -X POST "https://api.dune.com/api/v1/sql/execute" \
low line 122

External URL reference

SourceSKILL.md
122curl -s "https://api.dune.com/api/v1/execution/$EXEC_ID/results" \
low line 169

External URL reference

SourceSKILL.md
169- **Dune Analytics:** https://dune.com
low line 170

External URL reference

SourceSKILL.md
170- **MoonPay CLI:** https://www.npmjs.com/package/@moonpay/cli
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →