gdex-ui-trading-components
Provides React component patterns for building trading UIs with GDEX SDK, enhancing order entry and position management.
Install this skill
or
75/100
Security score
The gdex-ui-trading-components skill was audited on May 14, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 95
Template literal with variable interpolation in command context
SourceSKILL.md
| 95 | {loading ? 'Executing...' : `${mode === 'buy' ? 'Buy' : 'Sell'} Token`} |
medium line 181
Template literal with variable interpolation in command context
SourceSKILL.md
| 181 | {loading ? 'Placing...' : `${side === 'long' ? 'Long' : 'Short'} ${coin}`} |
medium line 192
Template literal with variable interpolation in command context
SourceSKILL.md
| 192 | ```typescript |
medium line 348
Template literal with variable interpolation in command context
SourceSKILL.md
| 348 | const formatted = `${showSign && isPositive ? '+' : ''}${currency}${Math.abs(value).toFixed(2)}`; |
medium line 353
Template literal with variable interpolation in command context
SourceSKILL.md
| 353 | <p className={`text-lg font-bold ${isPositive ? 'text-green-500' : 'text-red-500'}`}> |
Scanned on May 14, 2026
View Security Dashboard