gdex-ui-wallet-connection
Provides React patterns for GDEX wallet connection, enabling seamless authentication and account management in trading apps.
Install this skill
or
89/100
Security score
The gdex-ui-wallet-connection skill was audited on May 14, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 120
Template literal with variable interpolation in command context
SourceSKILL.md
| 120 | ? `${walletAddress!.slice(0, 6)}...${walletAddress!.slice(-4)}` |
medium line 233
Template literal with variable interpolation in command context
SourceSKILL.md
| 233 | className={`w-full text-left px-4 py-2 hover:bg-gray-100 ${ |
low line 265
Access to .env file
SourceSKILL.md
| 265 | <GdexProvider apiKey={process.env.NEXT_PUBLIC_GDEX_API_KEY!}> |
Scanned on May 14, 2026
View Security Dashboard