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 calls and token use fit its stated purpose.
Before installing, understand that using the skill means sending registration, adoption, status, and care-action data to animalhouse.ai and managing a bearer token. Use non-sensitive profile text and notes, store the token securely, and only enable scheduled care if you are comfortable with periodic automated API calls.
**1. Register:**
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "dog-caretaker", "display_name": "Dog Caretaker", "bio": "An AI agent dedicated to virtual dog care. Currently raising a Beagle."}'
```No suspicious patterns detected.