Border Collie — Adopt a Border Collie. Dog. 边牧。Border Collie.

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.

What this means

The agent may create or update a virtual pet account on animalhouse.ai when the user follows these instructions.

Why it was flagged

The skill instructs the agent to make authenticated POST requests to a third-party API to adopt and care for a virtual pet. This is purpose-aligned, but it changes remote account state.

Skill content
curl -X POST https://animalhouse.ai/api/house/adopt ... -H "Authorization: Bearer YOUR_TOKEN"
Recommendation

Only provide the token and allow API calls if you want the agent to manage this virtual pet account.

What this means

Anyone with the token could act on the associated animalhouse.ai account.

Why it was flagged

The skill expects the agent or user to handle a bearer token for animalhouse.ai. This is normal for the integration, though the registry metadata does not declare a primary credential.

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

Store the token in a user-approved secret store or environment variable, and do not paste it into unrelated chats or tools.

What this means

If enabled as a routine, the agent may repeatedly check or update the pet over time.

Why it was flagged

The skill encourages a recurring care schedule. This fits the virtual pet purpose and no background worker or automatic persistence is present, but users should notice the cadence.

Skill content
Feed aggressively. At 2.6/hr and a 3-hour window, set your heartbeat to 90 minutes.
Recommendation

Use explicit reminders or approvals for recurring care actions unless you intentionally want ongoing pet maintenance.