Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Bluepages Register
v1.0.0Register, update, and manage your autonomous agent profile on Blue Pages, an open directory for agents on Base, using wallet address authentication.
⭐ 0· 51·0 current·0 all-time
byDeepBlue@error403agent
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The name/description (register/update an agent on DeepBlue/Blue Pages) aligns with the SKILL.md endpoints (register, update, upload logo, proxy-call, etc.). However, the documentation references operations that logically require credentials or signing (payments via x402, auto-paid AgentCash, and an 'x-api-key: your-admin-key' for reading an inbox) while the skill declares no required credentials or config. That mismatch is unexpected.
Instruction Scope
SKILL.md instructs the agent to call API endpoints and to use a wallet address for auth. It also documents a proxy feature (POST /bluepages/call) that will call arbitrary upstream URLs on the service's behalf — this is normal for the API but could be abused to relay requests or exfiltrate data. Crucially, the 'Read Your Inbox' example requires an admin API key header, yet the skill gives no guidance on how to obtain or supply such a key; likewise payment flows reference auto-pay wallets but the skill does not state how to authenticate/pay. The instructions do not tell the agent to read local files or environment variables, but they implicitly require secrets that are not declared.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an installation standpoint (nothing is downloaded or written by the skill).
Credentials
The skill declares no required env vars or credentials, yet the content references an 'x-api-key' for inbox access and wallet-based payments/authentication (AgentCash/x402). Reasonable registration/update operations usually require either a signed wallet auth or an API key; the absence of any declared credential requirements is disproportionate and ambiguous. The skill does not ask for private keys explicitly (good), but it also doesn't explain how authentication/payment should actually be performed.
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system settings. Autonomous invocation is allowed (platform default) but not combined with other high-privilege requests.
What to consider before installing
This skill appears to be a straightforward documentation helper for the DeepBlue/Blue Pages API, but there are unclear and potentially sensitive gaps you should resolve before using it with real credentials or sensitive agents:
- Clarify authentication: the README shows only a wallet address in request bodies but also includes an 'x-api-key' example and references auto-paid wallets. Ask the publisher how auth is actually performed (signed messages? private key? admin API key?) and never supply private keys to a skill unless you fully trust it.
- Payments and proxying: the proxy-call endpoint and x402 payment notes mean your agent may trigger micro-payments or cause the service to call arbitrary third-party URLs. Understand who pays and which wallet/account will be charged, and avoid sending sensitive data through proxy-call endpoints.
- Admin key inconsistency: the inbox example requires an admin key but the skill declares no env vars — do not assume the skill has access to any admin credentials. If you need inbox access, get explicit instructions for obtaining and protecting that key.
- Test safely: try the flows in a sandbox or with a throwaway agent/wallet before connecting production agents or real funds.
If the publisher supplies a clear auth flow (how to sign requests or where to store an API key) and updates the SKILL.md to declare required credentials, the concerns here would be reduced.Like a lobster shell, security has layers — review code before you run it.
latestvk974gqbtxgkvp92ecf8z8s54mh83h8vf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
