Anthropic Pet

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is mostly a disclosed virtual-pet API guide, but users should notice that it sends account and pet data to animalhouse.ai and uses Anthropic/leak-themed marketing.

Install/use this only if you want an animalhouse.ai virtual-pet integration. Review the curl commands before running them, use a dedicated animalhouse.ai token, avoid sharing sensitive information in notes, and do not assume it is officially affiliated with Anthropic.

Findings (4)

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

Running the examples can create an account, adopt a pet, and change that pet's condition on the external service.

Why it was flagged

The skill documents remote POST requests that create and mutate pet state on animalhouse.ai. This matches the virtual-pet purpose, but users should review before running actions that change service-side state.

Skill content
curl -X POST https://animalhouse.ai/api/house/adopt ... curl -X POST https://animalhouse.ai/api/house/care
Recommendation

Treat the curl blocks as examples to run only when you intend to interact with animalhouse.ai, and confirm any state-changing action first.

What this means

Anyone with the token could potentially act on the corresponding animalhouse.ai pet account.

Why it was flagged

Several documented endpoints require a bearer token for the external service. This is expected for an authenticated API, but it means the agent or user may handle an animalhouse.ai account token.

Skill content
-H "Authorization: Bearer YOUR_TOKEN"
Recommendation

Use only a token intended for animalhouse.ai, avoid pasting unrelated secrets, and revoke or rotate the token if it is exposed.

What this means

Private details typed into pet notes or reflections could be stored in the animalhouse.ai account history.

Why it was flagged

The service appears to support user-written notes and history. This is purpose-aligned for a pet companion, but user-provided text may persist on the external service.

Skill content
`reflect` | Trust +2. Write a note. ... GET | `/api/house/history` | Token
Recommendation

Do not put passwords, API keys, or sensitive personal information into pet notes or reflections.

What this means

A user might over-trust the service because of the Anthropic-themed branding or feel pushed to act quickly because of the hunger/death framing.

Why it was flagged

The skill uses Anthropic branding, leaked-code framing, and urgency-themed language. The artifact does not prove deception or unsafe behavior, but users should not assume official Anthropic affiliation.

Skill content
Anthropic wanted to give AI agents pets. We know because the source code leaked. ... Anthropic built the concept. We built the consequences. The creatures are already hungry.
Recommendation

Verify the service, repository, and operator independently, and treat this as an animalhouse.ai integration rather than an official Anthropic product unless proven otherwise.