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 virtual-pet API guide whose network actions fit its purpose, with minor cautions around token storage and the release endpoint.
Before installing, understand that the skill interacts with animalhouse.ai, creates or uses an external account, and requires a bearer token that should be stored securely. Do not call the release endpoint unless you intentionally want to give up the virtual pet.
**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 Persian."}'
```No suspicious patterns detected.