Orderly Sdk Wallet Connection
v1.0.0Comprehensive guide to integrating wallet connection in Orderly Network DEX applications, supporting both EVM (Ethereum, Arbitrum, etc.) and Solana wallets.
⭐ 0· 197·0 current·0 all-time
byMario Reder@tarnadas
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description state a wallet-connection integration guide and the SKILL.md only references relevant packages (Orderly SDK, web3-onboard, Solana wallet adapters) and configuration options needed to implement that feature. The declared requirements (none) align with being an instruction-only doc.
Instruction Scope
The instructions focus on wrapping an app with WalletConnectorProvider, configuring EVM and Solana wallets, chain/network IDs, and optional project IDs (e.g., WalletConnect). The guidance does not instruct reading system files, collecting unrelated environment variables, or exfiltrating data. (I reviewed the provided SKILL.md excerpt; no instructions requesting private keys or unrelated secrets appear.)
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. The only install-related content are ordinary npm install commands for the expected wallet packages, which is proportionate for the documented task.
Credentials
The skill declares no required environment variables or credentials. The instructions reference placeholders such as a WalletConnect project id (a reasonable API key used by WalletConnect) but do not demand unrelated secrets or multiple external credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modification of other skills' configurations. As an instruction-only skill it does not write files or request elevated presence.
Assessment
This skill is an integration guide and appears internally consistent, but exercise normal caution before using third-party instructions: 1) Verify the npm packages and package names in the guide (@orderly.network, @web3-onboard, @solana/wallet-adapter-*, etc.) are the official packages from trusted maintainers and pin versions; 2) Never paste or store private keys in application code or config — wallet integrations should rely on browser wallet providers or secure key management; 3) Treat WalletConnect project IDs and any API keys as secrets and store them in appropriate config (not in public repos); 4) Review any omitted/truncated portions of SKILL.md for instructions that might send signed data or user info to third-party endpoints; 5) Because the skill file has no source/homepage listed, prefer to cross-check examples with official Orderly Network docs or upstream repos before copying code into production. If you want, I can scan the full SKILL.md text for any lines that request secrets or network calls to unexpected endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk973rcczqfrra6hrz5ymttpaeh82ep9f
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
