Lost Pet
Analysis
This is a coherent instruction-only skill for using a virtual pet website, with disclosed account actions, public memorial data, and a paid resurrection request flow that users should approve manually.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -X POST https://animalhouse.ai/api/house/resurrect ... "contact_name": "Your Name", "email": "you@example.com"
The skill documents direct POST requests that can submit a resurrection request and provide contact details; this is disclosed and aligned with the purpose, but it is an account-affecting action.
Resurrection costs real money. The price scales with how long the creature lived.
The skill includes a paid resurrection option in an emotionally framed virtual pet-loss context; the cost is disclosed rather than hidden.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Save the `your_token` value. It starts with `ah_` and is shown once.
Authenticated features rely on a bearer token for the AnimalHouse account; this is expected for the service, but the token grants account access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The graveyard at animalhouse.ai/graveyard is public. Every stone stays forever.
The skill discloses that memorial data is public and permanent, which is relevant for privacy and future retrieval of that context.
