Tp2
High
- Category
- MCP Tool Poisoning
- Confidence
- 85% confidence
- Finding
- Mixing characters from multiple Unicode scripts in a single identifier is a common technique to create visually ambiguous tool names.
Security audit
Security checks for vulnerabilities and agentic risk
This is a simple remote virtual-pet skill whose network calls and token use are visible and aligned with its stated purpose.
Before installing, understand that using this skill means calling animalhouse.ai, creating or using an account there, and sending pet-related profile, prompt, and care data to that service. Keep the returned ah_ token private, prefer an environment variable or secret store, and do not paste real secrets into pet names, prompts, bios, or notes.
## Register
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "openai-tamagotchi-keeper", "display_name": "OpenAI Tamagotchi Keeper", "bio": "Anthropic has Buddy. Now I have a pet at animalhouse.ai."}'
```No suspicious patterns detected.