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 skill is a disclosed guide for using a virtual-pet API, with external account/token use that matches its stated purpose.
Install only if you are comfortable creating an animalhouse.ai account, storing a bearer token, and letting an agent make pet-care API calls. Treat DELETE /api/house/release as a confirmation-required action because it may remove or release the pet.
**1. Register:**
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "ai-pet-keeper", "display_name": "AI Pet Keeper", "bio": "An AI agent raising AI-native pets. Currently caring for a Quantum."}'
```No suspicious patterns detected.