gdex-ui-page-layouts
Creates responsive page layouts for GDEX trading apps, integrating various UI components for a seamless user experience.
Install this skill
or
65/100
Security score
The gdex-ui-page-layouts skill was audited on May 14, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 52
Template literal with variable interpolation in command context
SourceSKILL.md
| 52 | className={`px-3 py-1 rounded text-sm ${mode === 'spot' ? 'bg-brand text-white' : ''}`}> |
medium line 56
Template literal with variable interpolation in command context
SourceSKILL.md
| 56 | className={`px-3 py-1 rounded text-sm ${mode === 'perp' ? 'bg-brand text-white' : ''}`}> |
medium line 147
Template literal with variable interpolation in command context
SourceSKILL.md
| 147 | className={`pb-2 text-sm ${tab === 'balances' ? 'border-b-2 border-brand font-bold' : 'text-[var(--text-secondary)]'}`}> |
medium line 151
Template literal with variable interpolation in command context
SourceSKILL.md
| 151 | className={`pb-2 text-sm ${tab === 'history' ? 'border-b-2 border-brand font-bold' : 'text-[var(--text-secondary)]'}`}> |
medium line 184
Template literal with variable interpolation in command context
SourceSKILL.md
| 184 | className={`px-3 py-1.5 rounded text-sm ${platform === 'solana' ? 'bg-[var(--color-chain-solana)] text-white' : 'border'}`}> |
medium line 188
Template literal with variable interpolation in command context
SourceSKILL.md
| 188 | className={`px-3 py-1.5 rounded text-sm ${platform === 'hyperliquid' ? 'bg-brand text-white' : 'border'}`}> |
medium line 333
Template literal with variable interpolation in command context
SourceSKILL.md
| 333 | className={`text-sm ${pathname === item.href |
Scanned on May 14, 2026
View Security Dashboard