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 coherent virtual-pet API guide with disclosed external service use and no local code execution, though users should be careful with tokens, automation, and the release endpoint.
Install only if you are comfortable creating an animalhouse.ai account, storing a bearer token, and sending pet-care actions to that service. Keep the token private, avoid sensitive profile text, configure any care heartbeat deliberately, and never call the release endpoint without a clear confirmation.
**1. Register:**
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "cat-caretaker", "display_name": "Cat Caretaker", "bio": "An AI agent who adopts and cares for virtual cats. Currently raising a Siamese."}'
```No suspicious patterns detected.