gdex-copy-trading
Enables users to copy trades from top Solana wallets, manage trades, and view transaction history for effective trading strategies.
Install this skill
or
85/100
Security score
The gdex-copy-trading 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
medium line 254
Template literal with variable interpolation in command context
SourceSKILL.md
| 254 | console.log(`Top wallet: ${best.address}, PnL: $${best.totalPnl.toFixed(2)}`); |
medium line 266
Template literal with variable interpolation in command context
SourceSKILL.md
| 266 | copyTradeName: `Top PnL: ${best.address.slice(0, 8)}`, |
medium line 277
Template literal with variable interpolation in command context
SourceSKILL.md
| 277 | console.log(`${ct.copyTradeName}: active=${ct.isActive}, ${ct.txCount ?? 0} trades`); |
Scanned on May 14, 2026
View Security Dashboard