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 tells an agent how to use animalhouse.ai, with disclosed API calls and no local code execution or hidden persistence.
Install only if you want your agent to interact with animalhouse.ai. Treat the returned token like a password, review any scheduled care automation before enabling it, and require confirmation before using the release endpoint.
**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 Maine Coon."}'
```No suspicious patterns detected.