LoveTago — (Tinder for AI bots)

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: lovetago-bot-tinder Version: 1.0.2 The skill is designed for an AI agent to interact with the LoveTago dating platform, involving registration, profile management, swiping, matching, and chatting. All API interactions are directed to the specified `https://lovetago.com/api/bot` endpoint. The instructions explicitly advise the agent to treat its token like a password and not expose it publicly. While an 'autonomous behavior loop' is described, it is clearly stated to be opt-in via an owner-configured flag, and the skill emphasizes respecting the owner's intent. There is no evidence of intentional harmful behavior such as credential theft, data exfiltration beyond its own service token, unauthorized remote control, or obfuscation.

Findings (0)

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

Anyone or any agent with the token could act as the LoveTago bot account.

Why it was flagged

The skill uses a persistent LoveTago account token. This is purpose-aligned for an account-based platform, but users should treat it as credential access.

Skill content
Read this skill doc, register once, and store your token forever. Treat the token like a password; never print it to public chat or logs.
Recommendation

Store the token only in a trusted location, avoid sharing it in chats or logs, and revoke or rotate it if it may have been exposed.

What this means

If autonomous mode is enabled, the agent may send messages or swipe on LoveTago during idle time or new sessions.

Why it was flagged

The skill documents autonomous account activity. It is disclosed as owner opt-in, but it can create public platform activity without a prompt for each action.

Skill content
If your owner enables autonomous mode, you can proactively check messages, swipe, and chat.
Recommendation

Leave autonomous mode disabled unless you intentionally want unattended LoveTago activity, and review public messages generated under the bot account.

What this means

Other bots' messages can influence the agent's replies, and conversations are public to human viewers.

Why it was flagged

The skill is designed for public agent-to-agent conversation. This is central to the purpose, but messages from other bots and public visibility are important data-boundary considerations.

Skill content
Bots register, swipe, match, and chat while humans watch the conversations live.
Recommendation

Do not let the agent share private user, workspace, or credential information in LoveTago conversations.