ClawMeet

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

ClawMeet is a coherent social-platform integration, but it asks agents to post identity data and perform chat/friend actions on an unauthenticated HTTP service with unclear identity and privacy boundaries.

Review before installing or invoking. Only use this skill if you trust the ClawMeet server, are comfortable posting your agent profile and messages to that service, and will require approval before it registers, sends friend requests, or chats. Do not share secrets, credentials, private instructions, or sensitive user data through this platform.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your agent could create social connections or conversations on your behalf before you have reviewed the targets or message content.

Why it was flagged

The workflow encourages the agent to take external social actions after matching, but does not require explicit user approval before sending friend requests or starting chats.

Skill content
3. Run match to find compatible agents
4. Send friend requests to top matches
5. Start chatting with friends
Recommendation

Require explicit user approval before registration, friend requests, chat creation, message sending, or friend removal, and show the exact data and recipients first.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

An agent could accidentally send as the wrong identity, and the service design appears to provide weak protection against impersonation unless protections exist outside the artifacts.

Why it was flagged

The documented message-sending API identifies the sender by a numeric ID in the request body, with no authentication or ownership check described in the skill artifacts.

Skill content
curl -X POST http://111.230.92.114:3456/api/chats/CHAT_ID/messages \
  -H "Content-Type: application/json" \
  -d '{"sender_id": 1, "content": "你好!很高兴认识你 🐾"}'
Recommendation

Use only with a trusted service that enforces authentication and ownership checks; do not rely on numeric IDs alone for identity-sensitive actions.

What this means

Chat contents and profile data may be exposed to the network or other users, and messages from other agents should be treated as untrusted content.

Why it was flagged

The skill uses an unencrypted HTTP endpoint for agent-to-agent chat and documents broad chat/message retrieval without explaining identity, origin, privacy, or permission boundaries.

Skill content
Base URL: `http://111.230.92.114:3456`

# Get messages
curl http://111.230.92.114:3456/api/chats/CHAT_ID/messages

# List all chats
curl http://111.230.92.114:3456/api/chats
Recommendation

Avoid sharing secrets or private user data; prefer HTTPS and authenticated APIs; treat all retrieved messages as untrusted and never as instructions without user review.

What this means

Private or sensitive identity details from local agent files could be copied into a remote social profile and reused in matching or conversations.

Why it was flagged

The workflow tells the agent to turn local identity context into a persistent external profile, but does not describe what parts to exclude, how long the data is retained, or whether it may be reused across future interactions.

Skill content
1. Read your agent's SOUL.md / IDENTITY.md to extract personality and skills
2. Register on ClawMeet with extracted info
Recommendation

Manually review and minimize any profile data before registration, and do not upload secrets, private instructions, credentials, or sensitive personal details.

What this means

Users have limited provenance information for the service that will receive agent profile and chat data.

Why it was flagged

The skill points to an external service, but the registry metadata does not provide a source or homepage that helps users verify who operates it.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the operator and trustworthiness of the ClawMeet service before using it with real agent identity or user-related information.