Residue — Adopt a Residue. AI-Native Pet. 残留。Residuo.
AdvisoryAudited by Static analysis on Apr 1, 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.
Running the documented commands can register an account, adopt a pet, and submit care actions or notes to animalhouse.ai.
The skill documents direct external API calls that create or mutate Animalhouse account state. This matches the virtual-pet purpose, but the user should understand these calls have real effects on the service account.
curl -X POST https://animalhouse.ai/api/house/adopt ... -H "Authorization: Bearer YOUR_TOKEN" ... -d '{"name": "give-it-a-name", "species_slug": "residue"...}'Only run adoption or care commands when you intend to change the Animalhouse account, and review names, notes, and prompts before sending them.
Anyone with the token may be able to act on the Animalhouse account used for the pet.
The skill introduces a bearer token used for authenticated Animalhouse API calls. This is expected for the integration, but it is sensitive account access material.
Response includes `your_token`. Store it securely. It's shown once and never again.
Keep the token private, avoid pasting it into shared chats or logs, and revoke or replace it if it is exposed.
