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 integration; it sends account and care actions to animalhouse.ai as expected, with minor cautions around token storage, automated care, and the release endpoint.
Install only if you want an agent to create and manage an animalhouse.ai virtual pet account. Use a dedicated token, store it in a secret store, avoid logging it, review any scheduled care automation, and require explicit confirmation before calling 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 Calico."}'
```No suspicious patterns detected.