okx-security
okx security
What it does
- Report the error clearly to the user.
- Ask the user whether to retry the scan or proceed without scan results.
- If the user chooses to proceed, display a warning:
- Log the skipped scan for auditability.
- Risk scan result is still valid even if simulation fails (simulator.revertReason may contain the revert reason).
- If warnings field is populated, the scan completed but some data may be incomplete. Still present available risk information.
- Buy is stricter than sell: CRITICAL blocks buy but only warns on sell (to allow stop-loss exit).
Requirements & configuration
- 5 commands for token risk analysis, DApp phishing detection, transaction pre-execution security, signature safety, and approval management.
- token-scan (token risk label scanning)
- | HIGH | warn + pause — require explicit yes/no | warn — display risk, allow sell |
- Full label catalog, tax threshold rules, and display format are defined in references/risk-token-detection.md. Always load that reference before executing token-scan.
- HIGH buy requires explicit user confirmation (yes/no) — do not auto-continue.
Configuration: CRITICALHIGHMEDIUM
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
okx-security FAQ
What does the okx-security skill do?
Use this skill for security scanning: check transaction safety, is this transaction safe, pre-execution check, security scan, token risk scanning, honeypot detection, DApp/URL phishing detection, message signature safety, malicious transaction detection, approval safety checks, token approval management. Triggers: 'is this token safe', 'check token security', 'honeypot check', 'scan this tx', 'scan this swap tx', 'tx risk check', 'is this URL a scam', 'check if this dapp is safe', 'phishing site check', 'is this signature safe', 'check this signing request', 'check my approvals', 'show risky approvals', 'revoke approval', 'check if this approve is safe', token authorization, ERC20 allowance, Permit2. Covers token-scan, dapp-scan, tx-scan (EVM+Solana pre-execution), sig-scan (EIP-712/personal_sign), approvals (ERC-20/Permit2). Chinese: 安全扫描, 代币安全, 蜜罐检测, 貔貅盘, 钓鱼网站, 交易安全, 签名安全, 代币风险, 授权管理, 授权查询, 风险授权, 代币授权. Do NOT use for wallet balance/send/history — use okx-agentic-wallet. Report the error clearly to the user. Ask the user whether to retry the scan or proceed without scan results.
What does okx-security require?
5 commands for token risk analysis, DApp phishing detection, transaction pre-execution security, signature safety, and approval management. token-scan (token risk label scanning) | HIGH | warn + pause — require explicit yes/no | warn — display risk, allow sell | Full label catalog, tax threshold rules, and display format are defined in references/risk-token-detection.md. Always load that reference before executing token-scan. HIGH buy requires explicit user confirmation (yes/no) — do not auto-continue. Configuration keys: CRITICAL, HIGH, MEDIUM.
How do I install okx-security?
Run: npx -y skills add https://github.com/okx/onchainos-skills --skill okx-security --agent claude-code — the source lives at github.com/okx/onchainos-skills.
Maintain okx-security?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/okx-onchainos-skills-okx-security?ref=badge) npx agentictools info skills/okx-onchainos-skills-okx-security The second line is the CLI lookup for this page — handy in READMEs and docs.