Skip to main content

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
373console.log(`Top trader: ${bestTrader.address}, volume: $${bestTrader.volume}`);
medium line 377

Template literal with variable interpolation in command context

SourceSKILL.md
377console.log(`30d PnL: $${stats.userStats['30d']}`);
medium line 385

Template literal with variable interpolation in command context

SourceSKILL.md
385copyTradeName: `Top PnL: ${bestTrader.address.slice(0, 8)}`,
medium line 395

Template literal with variable interpolation in command context

SourceSKILL.md
395console.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
401console.log(`${tx.coin} ${tx.dir}: ${tx.sz} @ $${tx.px}, PnL=${tx.closedPnl}`);
Scanned on May 14, 2026
View Security Dashboard
Installation guide →