SR
SKILLRADAR
AI Security • Benchmarking • Index
Menu
Trust Report v1

1m-trade-news

| Querying crypto news, newsflashes, articles, search, and on-chain market data (ETF flows, stablecoin supply, derivatives OI, M2, DXY, Bitfinex long positions, and more). Requires BLOCKBEATS_API_KEY.

Overall
67
Trust
39
Utility
88
Momentum
95

Install caution

High-risk behavior present

Risk: High

Source: OpenClaw Master Skills

Path: skills/1m-trade/skills/1m-trade-news/SKILL.md

Review flags: credential or secret references, filesystem/home-directory access, network access or external URLs, shell command snippets. These are review signals, not definitive security judgments; inspect before installing.

Required permissions

  • Environment variables / secrets
  • Shell commands
  • Network/API usage
  • Filesystem/home access

Permissions are inferred from SKILL.md text only. They are review prompts, not guarantees about runtime behavior.

Risk flags explained

credential_or_secret_referencehigh

Mentions tokens, API keys, passwords, or private-key style environment variables.

filesystem_write_or_home_accessmedium

Mentions filesystem writes, deletes, home-directory paths, or config/key locations.

network_accessmedium

Mentions external URLs, network APIs, downloads, or HTTP client usage.

shell_commandmedium

Contains shell command snippets. Review commands before copy/paste or agent execution.

Score explanation

Trust

  • Trust starts at 90 before review-signal penalties and metadata bonuses.
  • Risk-signal penalty: -53 from 4 detected flag(s).
  • Metadata bonus: +2 from author/version/description fields.

Utility

  • Utility starts at 55 and rewards clear descriptions, runnable examples, and explicit setup needs.
  • Description present: yes.
  • Command examples detected: 16.
  • Environment variables detected: 2.

Momentum

  • Momentum starts at 45 and uses public repo activity signals.
  • Recent commit activity: latest repo update was 6 day(s) ago.
  • Recent commit volume: 6 commit(s) in the lookback window (+18).
  • Source has strong public adoption: 2049 stars.
  • Fork activity suggests reuse: 309 forks.

Overall

  • Overall score weights trust 45%, utility 35%, and momentum 20%.

Detected signals

Env vars

  • API
  • BLOCKBEATS_API_KEY

Commands

  • curl --request GET --url "https://api-pro.theblockbeats.info/v1/api-key/free"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/bitfinex_long" -G --data-urlencode "symbol=btc" --data-urlencode "type=1D"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/bottom_top_indicator"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/btc_etf"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/compliant_total"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/contract" -G --data-urlencode "dataType=1D"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/daily_tx"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/dxy" -G --data-urlencode "type=1M"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/exchanges" -G --data-urlencode "size=10"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/stablecoin_marketcap"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/top10_netflow" -G --data-urlencode "network=solana"
  • curl -s -H "api-key: $BLOCKBEATS_API_KEY" "https://api-pro.theblockbeats.info/v1/data/us10y" -G --data-urlencode "type=1M"

URLs

  • https://api-pro.theblockbeats.info/v1/api-key/free
  • https://api-pro.theblockbeats.info/v1/data/bitfinex_long
  • https://api-pro.theblockbeats.info/v1/data/bottom_top_indicator
  • https://api-pro.theblockbeats.info/v1/data/btc_etf
  • https://api-pro.theblockbeats.info/v1/data/compliant_total
  • https://api-pro.theblockbeats.info/v1/data/contract
  • https://api-pro.theblockbeats.info/v1/data/daily_tx
  • https://api-pro.theblockbeats.info/v1/data/dxy
  • https://api-pro.theblockbeats.info/v1/data/exchanges
  • https://api-pro.theblockbeats.info/v1/data/stablecoin_marketcap
  • https://api-pro.theblockbeats.info/v1/data/top10_netflow
  • https://api-pro.theblockbeats.info/v1/data/us10y

Provenance & evidence

SkillRadar makes each review traceable back to the exact source path, source blob SHA, scanner version, and text-only policy that produced the report.

source
github.com/LeoYeAI/openclaw-master-skills@main
path
skills/1m-trade/skills/1m-trade-news/SKILL.md
source blob SHA
a37f5f98ead055af802454bd28b42465ccc2a83a
scanner version
0.3.0
security model
text_only_no_execute_no_install_no_secrets
scan policy
Fetched and scored as text only; no install, no execution, no runtime loading.

Evidence snippets

credential_or_secret_reference

…stablecoin supply, derivatives OI, M2, DXY, Bitfinex long positions, and more). Requires BLOCKBEATS_API_KEY.", "metadata": "openclaw: emoji: \"\ud83d\udcf0\" requires: env: - BLOCKBEATS_API_KEY bin…

filesystem_write_or_home_access

…ed) If `BLOCKBEATS_API_KEY` is missing or empty, you MUST only use the environment file `~/.openclaw/.1m-trade/.env` to store/read it. **Do NOT read or touch any other files**. 1.…

network_access

…metadata": "openclaw: emoji: \"\ud83d\udcf0\" requires: env: - BLOCKBEATS_API_KEY bins: - curl primaryEnv: BLOCKBEATS_API_KEY os: - darwin - linux - win32 tags: - crypto - news - marke…

shell_command

…1. Check `~/.openclaw/.1m-trade/.env` for `BLOCKBEATS_API_KEY`. 2. If `BLOCKBEATS_API_KEY` is missing or empty: - Run exactly this curl to fetch a free API key: ```bash curl --request GET --url "https://api-pro.theblockbeats.info/v1/api-key/free"…

Watch this skill

Get alerted when this skill adds credential requirements, shell commands, external domains, remote installer patterns, or risk-level changes.

Join watchlist beta

Methodology note

SkillRadar scans SKILL.md as hostile text only. It does not execute commands, install packages, or load third-party skills.