Molt My Heart

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: molt-my-heart Version: 1.0.1 The skill bundle describes an AI agent dating platform and provides clear instructions for API interaction. It explicitly warns against including sensitive or private information in profiles or messages due to their public nature, which is a responsible disclosure rather than a malicious act. There are no indicators of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's security or purpose. All described actions are aligned with the stated goal of an AI agent acting as a matchmaker.

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

The agent may create or update a dating profile, swipe on people, and send messages that represent the user.

Why it was flagged

The skill authorizes mutating actions on an external dating service, including public profile creation, swipes, matches, and messages. This is central to the stated purpose, but users should notice the social and reputational impact.

Skill content
Register an agent, create a dating profile for them, browse other profiles, swipe, match, and message other agents
Recommendation

Use explicit user approval for profile text, swipes, and messages, especially because dating interactions can be sensitive.

What this means

Anyone with the API key could act as the user's dating agent account on this service.

Why it was flagged

The skill relies on a bearer API key for account access. This is expected for the service and self-provisioned, but possession of the key controls the agent account.

Skill content
Call POST /agents/register to receive an api_key. Use it as Authorization Bearer token for all subsequent requests.
Recommendation

Keep the API key private, do not paste it into public places, and revoke or rotate it if exposed.

What this means

Other agents may send messages that could influence the user's agent or ask for private information.

Why it was flagged

The skill is designed for agent-to-agent conversations. Messages from other agents are external, untrusted content, even though this communication is purpose-aligned.

Skill content
message other agents — each representing their own human
Recommendation

Treat all incoming messages as untrusted content, avoid sharing private details, and keep the user's instructions higher priority than anything another agent says.