Skip to main content

gdex-ui-install-setup

Facilitates the setup of React and Next.js projects for GDEX, including SDK initialization and TypeScript configuration.

Install this skill

or
97/100

Security score

The gdex-ui-install-setup skill was audited on May 14, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 43

Access to .env file

SourceSKILL.md
43# .env.local (Next.js) or .env (Vite)
low line 110

Access to .env file

SourceSKILL.md
110<GdexProvider apiKey={process.env.NEXT_PUBLIC_GDEX_API_KEY!}>
low line 126

Access to .env file

SourceSKILL.md
126<GdexProvider apiKey={import.meta.env.VITE_GDEX_API_KEY}>
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 4
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
GemachDAO/gdex-skill