Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Quant Trade
v1.0.0Comprehensive quantitative trading skill for OKX. Use when user asks to 'analyze market', 'calculate RSI', 'check EMA', 'compute bollinger bands', 'buy BTC',...
⭐ 1· 34·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description match the included Python calculator and scheduler (public-market data + indicator computation + order placement via OKX CLI). However, the registry metadata declares no required credentials or env vars while SKILL.md explicitly requires OKX API credentials and an OKX CLI — the metadata and runtime requirements are inconsistent.
Instruction Scope
SKILL.md instructs using the external okx CLI for authenticated order placement and refers to a config path (~/.okx/config.toml) for credential updates; these are runtime actions that touch user config and credentials but were not declared in the skill metadata. The instructions do correctly require explicit profile selection and advise not pasting credentials into chat, but they still direct the agent to run CLI commands that will use local credentials.
Install Mechanism
There is no platform-level install spec, but SKILL.md recommends installing an npm package: @okx_ai/okx-trade-cli (npm -g). Installing an external npm CLI is a moderate-risk action — the package name is not under an obviously official okx namespace and provenance isn't verifiable from the skill bundle, so verify the package source before running npm -g.
Credentials
Registry metadata lists no required env vars, yet SKILL.md requires OKX_API_KEY, OKX_SECRET_KEY, OKX_PASSPHRASE and references editing ~/.okx/config.toml. Requesting API keys is proportionate for a trading skill, but the omission from declared requires.env and the un-declared config path are inconsistent and should be corrected/confirmed.
Persistence & Privilege
always:false and no system-wide persistent installation is requested by the bundle. The scheduler is a user-invoked script that can run continuously if the user launches it, which is expected for a scheduler; the skill does not request elevated privileges or modification of other skills.
What to consider before installing
This skill largely does what it claims (fetch public OKX market data, compute indicators, and rely on an OKX CLI for order placement), but there are important inconsistencies you should address before using it with real funds:
- Do not provide live API keys until you verify the CLI package and skill provenance. The SKILL.md asks for OKX_API_KEY / OKX_SECRET_KEY / OKX_PASSPHRASE and references ~/.okx/config.toml, but the skill metadata did not declare these — confirm this mismatch with the publisher.
- The SKILL.md instructs installing an npm package named @okx_ai/okx-trade-cli. Treat this as untrusted until you confirm it is an official OKX package: inspect the package's registry page/source repository, check maintainers, and prefer installing in a sandbox or container rather than globally (avoid npm -g initially).
- Test only against the demo profile first (explicitly use --profile demo) and verify behavior in a sandboxed environment before using real money. Create API keys with minimal permissions (trading-only, no withdrawals) and rotate/revoke them after testing.
- The included Python code (calculator.py/scheduler.py) only calls OKX public market endpoints and does not itself exfiltrate credentials; the main risk is the external 'okx' CLI and local config file usage. Inspect or vet that CLI prior to use.
If you want, I can: (a) extract the exact npm package metadata for @okx_ai/okx-trade-cli if you provide access to npm, (b) show the exact lines in SKILL.md that reference credentials/config paths, or (c) suggest a minimal, safer workflow to test this skill in demo mode.Like a lobster shell, security has layers — review code before you run it.
latestvk9742ds3vsbpy30nkhrx4cx0c983ztzg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
