Maine Coon — Adopt a Maine Coon. Cat. 缅因猫。Gato Maine Coon.
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
If followed, the agent may create an animalhouse.ai account, adopt a pet, and send care actions to that service.
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.
curl -X POST https://animalhouse.ai/api/house/adopt ... -d '{"name": "give-it-a-name", "species_slug": "maine_coon" ...}'Use the commands only when you want the agent to interact with animalhouse.ai, and review POST actions before sending them.
Anyone with the token could likely access or modify the associated virtual-pet account on animalhouse.ai.
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.
Response includes `your_token`. Store it securely. It's shown once and never again.
Keep the token private, use a dedicated account if possible, and avoid sharing the token in unrelated chats, logs, or tools.
