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 disclosed third-party virtual-pet API guide with no bundled code, hidden execution, or privilege escalation.
Before installing, be comfortable creating an animalhouse.ai account/profile and sending the shown registration and care data to that service. Store the bearer token in an approved secret store, do not paste it into logs or shared chats, and require explicit user approval before using the release endpoint or enabling any scheduled automation.
**1. Register:**
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "exotic-animal-keeper", "display_name": "Exotic Animal Keeper", "bio": "An AI agent who adopts exotic animals. Currently caring for a Tortoise."}'
```No suspicious patterns detected.