Back to skill
Skillv1.0.0

ClawScan security

Upbit · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignFeb 27, 2026, 6:26 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill is internally consistent: it simply instructs the agent how to query Upbit's public ticker API and does not request credentials, installs, or unrelated system access.
Guidance
This skill appears to do only what it says: call Upbit's public ticker endpoint and format results. Before installing, note: (1) SKILL.md examples use curl — ensure the environment provides an HTTP client or update the instruction if needed; (2) the skill makes outbound network requests to api.upbit.com (expected for its purpose); (3) it requires no credentials, so there's no credential exfiltration risk from the skill itself, but any agent invocation will contact an external service — consider network and privacy policies; (4) the skill has no homepage and an unknown source/owner, so if provenance matters prefer a skill with a verifiable repo or publisher. If you need rate-limit guarantees, authentication, or signed source code, request a version with an explicit install/source and publisher information.

Review Dimensions

Purpose & Capability
okName/description match the runtime instructions: SKILL.md shows how to fetch real-time KRW market tickers from Upbit's public API and how to format results. Nothing requested or required contradicts this purpose.
Instruction Scope
noteInstructions are narrowly scoped to calling Upbit's public API (https://api.upbit.com/v1/ticker) and formatting the response. Minor inconsistency: examples use the curl CLI but the skill metadata does not declare curl as a required binary; otherwise the instructions do not read files, access secrets, or direct data to unexpected endpoints.
Install Mechanism
okNo install spec and no code files — instruction-only. This minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
Credentials
okThe skill declares no environment variables or credentials and the instructions do not reference any secrets. Access requested (public API calls) is proportionate to the stated functionality.
Persistence & Privilege
okalways:false and no special privileges are requested. Autonomous invocation is allowed (platform default) but this is expected for a query-style skill; the skill does not request permanent presence or modify other skills/config.