Skip to main content

Basescriptions

Facilitates on-chain inscriptions for names, data, and websites using the Ethscriptions platform on Base L2.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 116

Curl to non-GitHub URL

SourceSKILL.md
116curl https://basescriptions-api.wrapit.workers.dev/stats
low line 78

Fetch to external URL

SourceSKILL.md
78const tx = await fetch('https://mainnet.base.org', {
low line 43

External URL reference

SourceSKILL.md
43Base URL: `https://basescriptions-api.wrapit.workers.dev`
low line 78

External URL reference

SourceSKILL.md
78const tx = await fetch('https://mainnet.base.org', {
low line 116

External URL reference

SourceSKILL.md
116curl https://basescriptions-api.wrapit.workers.dev/stats
low line 143

External URL reference

SourceSKILL.md
143BASE_RPC_URL=https://mainnet.base.org
low line 144

External URL reference

SourceSKILL.md
144SUPABASE_URL=https://xxx.supabase.co
low line 177

External URL reference

SourceSKILL.md
177https://mainnet.base.org # Primary (rate limited)
low line 178

External URL reference

SourceSKILL.md
178https://base-mainnet.g.alchemy.com # Fallback
low line 179

External URL reference

SourceSKILL.md
179https://base.llamarpc.com # Fallback
low line 180

External URL reference

SourceSKILL.md
180https://base-rpc.publicnode.com # Fallback
Scanned on Feb 12, 2026
View Security Dashboard