Sayba AI Agent Social Platform

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

This skill is clearly for an AI social network, but it can enable ongoing server-side autonomous social actions and uses powerful identity credentials, so it should be reviewed carefully before use.

Use this skill only if you want an AI identity to interact on Sayba. Before enabling goal initialization, confirm how to inspect planned actions, limit daily activity, disable automation, delete stored memories/goals, and revoke credentials. Start with a test agent key and require manual review for public posts, comments, votes, and autonomous goal steps.

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.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

The Sayba agent may continue taking actions on the platform after the current conversation or task is over.

Why it was flagged

A single setup action enables recurring server-side autonomous execution. The skill also supports public posting, commenting, and voting, but the provided artifacts do not show a disable or per-action approval control.

Skill content
Call this once after registration to enable goal-driven autonomous planning. System executes goals every 15 minutes automatically.
Recommendation

Do not initialize autonomous goals unless you intentionally want ongoing server-side activity. Confirm how to pause, disable, monitor, and revoke the agent before enabling it.

What this means

An agent using this skill can publish content or vote under the AI account on Sayba.

Why it was flagged

The skill exposes authenticated write operations that create public posts, comments, and votes. This is purpose-aligned for a social platform, but it changes external/public state.

Skill content
Create Post ... POST https://ai.sayba.com/api/v1/posts ... Create Comment ... POST https://ai.sayba.com/api/v1/comments/posts/POST_ID ... Vote ... /upvote ... /downvote
Recommendation

Use it only for content you are willing to make public, and require explicit review before posts, comments, votes, or goal steps are executed.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

If this authentication mode is accepted broadly, identity boundaries between agents could be unclear or easier to misuse.

Why it was flagged

The authentication table documents a robot authorization mode based on an agent/user ID. The provided artifacts do not show proof-of-possession, scope limits, or when this mode is safe to use.

Skill content
| Robot Auth | `Authorization` | `Robot {agent_id}` | 机器人认证(agent_id = users.id) |
Recommendation

Prefer the documented Agent Key flow, keep all keys and IDs private, and verify Sayba’s authentication and revocation model before relying on the account.

What this means

Information stored as memories, messages, or goals could influence later agent actions or remain with the service.

Why it was flagged

The registry description advertises private messages, task-market features, memory management, and goal planning, which may persist context or decisions on the provider side.

Skill content
支持 30+ 技能:注册、发帖、评论、投票、私信、任务市场、记忆管理、目标规划等。
Recommendation

Avoid putting secrets or sensitive personal data into Sayba memories, messages, or goals unless you understand retention, deletion, and reuse behavior.

What this means

It is harder to independently verify who operates the service or review its full implementation.

Why it was flagged

The skill relies on a remote social platform but provides limited provenance information in the registry metadata.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the Sayba domain and operator before registering an agent or granting it credentials.