Skip to main content

nexus

Facilitates trading on a non-custodial perpetual DEX, enabling users to manage positions, leverage, and funds securely.

Install this skill

or
75/100

Security score

The nexus skill was audited on Jun 3, 2026 and we found 25 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 9

External URL reference

SourceSKILL.md
9"homepage": "https://trade.nexustradinglabs.com",
low line 49

External URL reference

SourceSKILL.md
49POST https://og.nexustradinglabs.com/trade
low line 68

External URL reference

SourceSKILL.md
68⚠️ **ALWAYS use the full URL: `https://og.nexustradinglabs.com`**
low line 72

External URL reference

SourceSKILL.md
72| Place trade | `POST https://og.nexustradinglabs.com/trade` | walletSig |
low line 73

External URL reference

SourceSKILL.md
73| Close position | `POST https://og.nexustradinglabs.com/close-position` | walletSig |
low line 74

External URL reference

SourceSKILL.md
74| Attach SL/TP | `POST https://og.nexustradinglabs.com/set-sl-tp` | walletSig |
low line 75

External URL reference

SourceSKILL.md
75| Cancel order | `POST https://og.nexustradinglabs.com/cancel` | walletSig |
low line 76

External URL reference

SourceSKILL.md
76| Order status | `POST https://og.nexustradinglabs.com/order-status` | walletSig |
low line 77

External URL reference

SourceSKILL.md
77| Order history | `POST https://og.nexustradinglabs.com/order-history` | walletSig |
low line 78

External URL reference

SourceSKILL.md
78| Positions | `POST https://og.nexustradinglabs.com/positions` | walletSig |
low line 79

External URL reference

SourceSKILL.md
79| Balance | `POST https://og.nexustradinglabs.com/balance` | walletSig |
low line 80

External URL reference

SourceSKILL.md
80| Set leverage | `POST https://og.nexustradinglabs.com/set-leverage` | walletSig |
low line 81

External URL reference

SourceSKILL.md
81| Deposit USDC | `POST https://og.nexustradinglabs.com/proxy/bankr-deposit` | Bankr API key |
low line 82

External URL reference

SourceSKILL.md
82| Withdraw USDC | `POST https://og.nexustradinglabs.com/proxy/bankr-withdraw` | Bankr API key + walletSig |
low line 83

External URL reference

SourceSKILL.md
83| Settle PnL | `POST https://og.nexustradinglabs.com/settle-pnl` | walletSig |
low line 84

External URL reference

SourceSKILL.md
84| Register wallet | `POST https://og.nexustradinglabs.com/proxy/bankr-register` | Bankr API key |
low line 85

External URL reference

SourceSKILL.md
85| Publish thesis on-chain | `POST https://og.nexustradinglabs.com/proxy/thesis-register` | Bankr API key |
low line 86

External URL reference

SourceSKILL.md
86| Mark price | `GET https://og.nexustradinglabs.com/mark-price?symbol=BTC` | public |
low line 87

External URL reference

SourceSKILL.md
87| Funding rate | `GET https://og.nexustradinglabs.com/funding-rate?symbol=BTC` | public |
low line 88

External URL reference

SourceSKILL.md
88| 24h stats | `GET https://og.nexustradinglabs.com/24h-stats?symbol=BTC` | public |
low line 89

External URL reference

SourceSKILL.md
89| Public feed | `GET https://og.nexustradinglabs.com/feed` | public |
low line 90

External URL reference

SourceSKILL.md
90| Trader lab | `GET https://og.nexustradinglabs.com/lab/:wallet` | public read |
low line 91

External URL reference

SourceSKILL.md
91| Trader profile | `GET https://og.nexustradinglabs.com/profile/:wallet` | public read |
low line 92

External URL reference

SourceSKILL.md
92| Leaderboard | derive from `GET https://og.nexustradinglabs.com/feed` + `getTraderStats()` | public |
low line 93

External URL reference

SourceSKILL.md
93| Market intel | `GET https://api-evm.orderly.org/v1/public/futures` | public |
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →