gdex-ui-portfolio-dashboard
Provides React component patterns for building GDEX portfolio dashboards, including token balances and trade history.
Install this skill
or
75/100
Security score
The gdex-ui-portfolio-dashboard skill was audited on May 25, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 56
Template literal with variable interpolation in command context
SourceSKILL.md
| 56 | <StatCard label="Total Value" value={`$${portfolio?.totalValue?.toFixed(2) ?? '0.00'}`} /> |
medium line 69
Template literal with variable interpolation in command context
SourceSKILL.md
| 69 | <p className={`text-xl font-bold ${className}`}>{value}</p> |
medium line 79
Template literal with variable interpolation in command context
SourceSKILL.md
| 79 | ```typescript |
medium line 190
Template literal with variable interpolation in command context
SourceSKILL.md
| 190 | <span className={`px-2 py-0.5 rounded text-xs ${ |
medium line 248
Template literal with variable interpolation in command context
SourceSKILL.md
| 248 | className={`px-3 py-1.5 rounded-full text-sm border transition ${ |
Scanned on May 25, 2026
View Security Dashboard