Binance Query Address Info
v1.0.0Query any on-chain wallet address token balances and positions. Retrieves all token holdings for a specified wallet address on a given chain, including token...
⭐ 0· 151·1 current·1 all-time
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 match the runtime instructions (a GET to a Binance web3 public endpoint that returns token holdings). One note: the SKILL.md claims author 'binance-web3-team' but the package has no source/homepage; this is an authenticity/branding observation, not a technical inconsistency with functionality.
Instruction Scope
Instructions are narrowly scoped to making an HTTP GET to the documented public API endpoint with specific headers and query parameters. The skill does not instruct reading local files, environment variables, or transmitting unrelated data.
Install Mechanism
There is no install spec or code files; the skill is instruction-only and therefore does not write files or install packages.
Credentials
No environment variables, credentials, or config paths are requested, which is appropriate for a public read-only API call.
Persistence & Privilege
The skill does not request always:true or elevated persistence. It permits autonomous invocation (the platform default), which is expected for skills; this alone is not a concern.
Assessment
This skill uses a public Binance web3 endpoint to fetch on-chain wallet balances and asks for no credentials or local file access, so its behavior is coherent with its description. Before installing, consider: (1) authenticity — the registry entry lacks a homepage/source so the author identity isn't verifiable; (2) privacy — queries target public blockchain addresses (no private data required), but avoid querying addresses you don't have consent to track if that matters for your use case; (3) reliability — public endpoints can be rate-limited or change without notice; handle errors and validate responses. If you need a vendor-verified skill, prefer one with an official homepage or publisher identity.Like a lobster shell, security has layers — review code before you run it.
latestvk971xs6f1kbt9en1e5p9qmgy75837fv7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
