gdex-perp-copy-trading
Enables users to mirror perpetual futures trades from top traders on HyperLiquid, managing trades and accessing market data.
Install this skill
or
75/100
Security score
The gdex-perp-copy-trading 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 373
Template literal with variable interpolation in command context
SourceSKILL.md
| 373 | console.log(`Top trader: ${bestTrader.address}, volume: $${bestTrader.volume}`); |
medium line 377
Template literal with variable interpolation in command context
SourceSKILL.md
| 377 | console.log(`30d PnL: $${stats.userStats['30d']}`); |
medium line 385
Template literal with variable interpolation in command context
SourceSKILL.md
| 385 | copyTradeName: `Top PnL: ${bestTrader.address.slice(0, 8)}`, |
medium line 395
Template literal with variable interpolation in command context
SourceSKILL.md
| 395 | console.log(`${ct.copyTradeName}: active=${ct.isActive}, trades=${ct.totalTrades}, PnL=$${ct.totalPnl}`); |
medium line 401
Template literal with variable interpolation in command context
SourceSKILL.md
| 401 | console.log(`${tx.coin} ${tx.dir}: ${tx.sz} @ $${tx.px}, PnL=${tx.closedPnl}`); |
Scanned on May 14, 2026
View Security Dashboard