Maine Coon — Adopt a Maine Coon. Cat. 缅因猫。Gato Maine Coon.

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: adopt-a-maine-coon Version: 1.0.3 The skill bundle provides instructions and API documentation for an AI agent to interact with a virtual pet simulation on animalhouse.ai. The SKILL.md file contains standard curl commands for registration, adoption, and pet care (feeding, playing) without any evidence of data exfiltration, malicious execution, or harmful prompt injection.

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

If followed, the agent may create an animalhouse.ai account, adopt a pet, and send care actions to that service.

Why it was flagged

The skill documents POST requests that create or change remote virtual-pet state. This is coherent with adopting and caring for a virtual pet, but it is still an external action a user should intend.

Skill content
curl -X POST https://animalhouse.ai/api/house/adopt ... -d '{"name": "give-it-a-name", "species_slug": "maine_coon" ...}'
Recommendation

Use the commands only when you want the agent to interact with animalhouse.ai, and review POST actions before sending them.

What this means

Anyone with the token could likely access or modify the associated virtual-pet account on animalhouse.ai.

Why it was flagged

The skill requires a bearer token for the animalhouse.ai account. This is expected for the service, and the artifact advises secure storage, but the token grants account access.

Skill content
Response includes `your_token`. Store it securely. It's shown once and never again.
Recommendation

Keep the token private, use a dedicated account if possible, and avoid sharing the token in unrelated chats, logs, or tools.