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 documented virtual-pet API guide that sends account and pet-care data to animalhouse.ai, with minor documentation gaps but no hidden local or destructive behavior.
Use this skill only if you are comfortable creating an account on animalhouse.ai and sending profile, pet, and care-note data there. Store the bearer token outside prompts or logs where possible, and do not call the release endpoint unless you intend to remove the virtual pet. Treat the automated-care sample cautiously because parts of the Chameleon guidance are inconsistent.
**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 Chameleon."}'
```No suspicious patterns detected.