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

aavegotchi-gbm-skill

> View, create, cancel, bid, and claim Aavegotchi GBM auctions on Base mainnet (8453). Subgraph-first discovery (Goldsky), with onchain verification + execution via Foundry cast. Safety-first: DRY_RUN defaults to 1 (simulate with cast call; only broadcast with cast send when DRY_

Overall
64
Trust
39
Utility
88
Momentum
79

Install caution

High-risk behavior present

Risk: High

Source: OpenClaw Master Skills

Path: skills/aavegotchi-gbm-skill/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: 5.
  • Environment variables detected: 5.

Momentum

  • Momentum starts at 45 and uses public repo activity signals.
  • Recent repo update within 18 days.
  • Recent commit volume: 2 commit(s) in the lookback window (+6).
  • Source has strong public adoption: 2110 stars.
  • Fork activity suggests reuse: 319 forks.

Overall

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

Detected signals

Env vars

  • GOLDSKY_API_KEY
  • PRIVATE_KEY
  • TOKEN_AMOUNT
  • TOKEN_CONTRACT_ADDRESS
  • TOKEN_ID

Commands

  • curl -s "$GBM_SUBGRAPH_URL" -H 'content-type: application/json' ${GOLDSKY_API_KEY:+-H "Authorization: Bearer $GOLDSKY_API_KEY"} --data "{
  • curl -s "$GBM_SUBGRAPH_URL" -H 'content-type: application/json' ${GOLDSKY_API_KEY:+-H "Authorization: Bearer $GOLDSKY_API_KEY"} --data '{
  • curl -s "$GBM_SUBGRAPH_URL" -H 'content-type: application/json' ${GOLDSKY_API_KEY:+-H "Authorization: Bearer $GOLDSKY_API_KEY"} --data '{ "query":"{ __schema { queryType { fields { name } } } }" }' | python3 -c 'import json,sys; f=[x[\"name\"] for x in json.load(sys.stdin)[\"data\"][\"__schema\"][\"queryType\"][\"fields\"]]; print([n for n in f if n in (\"auction\",\"auctions\",\"bid\",\"bids\")])'
  • curl -s "$GBM_SUBGRAPH_URL" -H 'content-type: application/json' ${GOLDSKY_API_KEY:+-H "Authorization: Bearer $GOLDSKY_API_KEY"} --data '{\"query\":\"query($id:ID!){ auction(id:$id){ id contractAddress tokenId } }\",\"variables\":{\"id\":\"0\"}}'
  • python3 - <<'PY'

URLs

  • https://api.goldsky.com/api/public/project_cmh3flagm0001r4p25foufjtt/subgraphs/aavegotchi-gbm-baazaar-base/prod/gn}
  • https://github.com/aavegotchi/aavegotchi-gbm-skill
  • https://mainnet.base.org`.
  • https://mainnet.base.org}

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/aavegotchi-gbm-skill/SKILL.md
source blob SHA
a4f4a7bf2718df21a71b7c377d0a5469b788a200
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

…ll", "metadata": "openclaw: requires: bins: - cast - curl - python3 env: - FROM_ADDRESS - PRIVATE_KEY - BASE_MAINNET_RPC - DRY_RUN - RECIPIENT_ADDRESS - GBM_SUBGRAPH_URL - GOLDSKY_API_KEY - G…

filesystem_write_or_home_access

…_RUN=1`. Never broadcast unless explicitly instructed. - Always verify Base mainnet: - `~/.foundry/bin/cast chain-id --rpc-url "${BASE_MAINNET_RPC:-https://mainnet.base.org}"` must…

network_access

…; only broadcast with cast send when DRY_RUN=0 and explicitly instructed).", "homepage": "https://github.com/aavegotchi/aavegotchi-gbm-skill", "metadata": "openclaw: requires: bins: - cast…

shell_command

…literal values only after validation. Quick validators (replace the placeholder values): ```bash python3 - <<'PY' import re auction_id = "<AUCTION_ID>" # digits only tok…

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.