gdex-bridge
Facilitates cross-chain token transfers with estimates and execution using ChangeNow, supporting EVM chains, Solana, and Sui.
Install this skill
or
85/100
Security score
The gdex-bridge 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 101
Template literal with variable interpolation in command context
SourceSKILL.md
| 101 | console.log(`ETA: ${result.minTime}-${result.maxTime}s`); |
medium line 146
Template literal with variable interpolation in command context
SourceSKILL.md
| 146 | console.log(`${orders.count} bridge orders`); |
medium line 148
Template literal with variable interpolation in command context
SourceSKILL.md
| 148 | console.log(`${o.fromChainId} → ${o.toChainId}: ${o.fromAmount} (tx: ${o.txHash})`); |
Scanned on May 14, 2026
View Security Dashboard