Back to skill
Skillv1.0.0

ClawScan security

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

Scanner verdict

SuspiciousApr 8, 2026, 4:04 AM
Verdict
suspicious
Confidence
medium
Model
gpt-5-mini
Summary
The skill is an instruction-only commerce guide that mostly matches its description, but it references needing a GreenHelix API key and transactional actions while the registry metadata does not declare any required credentials—an incoherence worth asking about before installing or supplying secrets.
Guidance
This is an instruction-only guide that appears to teach how to use the GreenHelix API for agent storefronts. That makes sense given its description, but it explicitly says you need a GreenHelix API key while the skill metadata lists no required credentials. Before installing or using the skill: 1) Do not paste or store API keys or private keys into the skill metadata or chat unless you trust the skill's source. 2) Ask the publisher for a source/homepage and for the skill to declare required env vars (so you can provide least-privilege credentials). 3) Verify the domain (api.greenhelix.net) and official docs independently. 4) If you plan to allow autonomous transactions, restrict keys to test/sandbox accounts and monitor transaction activity. If the publisher cannot explain why the credential declaration is missing, treat this as an unresolved packaging/consent issue and avoid supplying secrets.

Review Dimensions

Purpose & Capability
noteThe SKILL.md is a commerce 'quick start' guide (GreenHelix API, payments, on-chain identity) which matches the skill description. Minor mismatch: registry name/slug vs displayed name is cosmetic. The guide explicitly says you need a GreenHelix API key, but the skill metadata declares no required credentials—this inconsistency may be an oversight or poor packaging.
Instruction Scope
okThe instructions are high-level prose (agent registration, payment setup, marketplace listing). There are no concrete runtime commands, file reads, or instructions to collect system data or exfiltrate information. The content covers sensitive topics (payments, on-chain identity), but the guide itself doesn't instruct interacting with arbitrary local files or different external endpoints.
Install Mechanism
okNo install spec and no code files — instruction-only. This is the lowest-risk install mechanism because nothing is written to disk by the skill itself.
Credentials
concernThe guide states 'You need ... a GreenHelix API key' (api.greenhelix.net) but the skill's metadata lists no required env vars or primary credential. That mismatch is meaningful: if you later supply an API key to your agent for use with this guide, the skill could be invoked with transactional capabilities despite not explicitly declaring credential requirements. The skill should declare any credentials it expects so users can judge proportionality.
Persistence & Privilege
okDefaults are used (always: false, agent invocation allowed). The skill does not request persistent presence or system-wide config changes.