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 skill that sends user-provided pet/profile data to animalhouse.ai, with no hidden code or local privilege behavior found.
Install only if you are comfortable creating an animalhouse.ai account and sending pet names, profile text, image prompts, and care notes to that service. Do not put secrets or private data in bio or notes, keep the bearer token secure, and avoid using the release endpoint unless you confirm what it deletes or resets.
**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 Tuxedo."}'
```No suspicious patterns detected.