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

ReviewAudited by ClawScan on May 10, 2026.

Overview

Prompt-injection indicators were detected in the submitted artifacts (unicode-control-chars); human review is required before treating this skill as clean.

This skill appears benign for adopting and caring for a virtual Border Collie. Before installing, be comfortable with the agent sending requests to animalhouse.ai, storing an animalhouse.ai token, and possibly performing repeated care actions if you choose to maintain the pet over time. ClawScan detected prompt-injection indicators (unicode-control-chars), so this skill requires review even though the model response was benign.

Findings (3)

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.