Skip to main content

chia-walletconnect

Enables Chia wallet verification via Telegram using WalletConnect, providing secure proof of wallet ownership for various use cases.

Install this skill

or
59/100

Security score

The chia-walletconnect skill was audited on Feb 9, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116message: `✅ Wallet verified!\n\nAddress: ${address}`
medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125message: `❌ Verification failed: ${result.error}`
medium line 329

Template literal with variable interpolation in command context

SourceSKILL.md
329message: `✅ Verified! Welcome, ${address.substring(0, 12)}...`
medium line 241

Webhook reference - potential data exfiltration

SourceSKILL.md
241- [ ] Add rate limiting on webhook endpoints
low line 258

Webhook reference - potential data exfiltration

SourceSKILL.md
258│ └── index.js # Express webhook server
medium line 71

Ngrok tunnel reference

SourceSKILL.md
71# Expose via ngrok or reverse proxy
medium line 200

Access to .env file

SourceSKILL.md
200Create `.env` in skill folder:
low line 311

Access to .env file

SourceSKILL.md
311web_app: { url: process.env.WEB_APP_URL }
low line 58

External URL reference

SourceSKILL.md
58# Copy the URL (e.g., https://chia-verify.vercel.app)
low line 76

External URL reference

SourceSKILL.md
761. Message [@BotFather](https://t.me/BotFather)
low line 94

External URL reference

SourceSKILL.md
94web_app: { url: 'https://your-app.vercel.app' }
low line 153

External URL reference

SourceSKILL.md
153**Endpoint:** `POST https://api.mintgarden.io/address/verify_signature`
low line 205

External URL reference

SourceSKILL.md
205MINTGARDEN_API_URL=https://api.mintgarden.io
low line 210

External URL reference

SourceSKILL.md
2101. Visit [WalletConnect Cloud](https://cloud.walletconnect.com)
low line 406

External URL reference

SourceSKILL.md
406- **MintGarden API:** https://api.mintgarden.io/docs
low line 408

External URL reference

SourceSKILL.md
408- **Telegram Web Apps:** https://core.telegram.org/bots/webapps
low line 409

External URL reference

SourceSKILL.md
409- **Sage Wallet:** https://www.sagewallet.io/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →