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 disclosed virtual-pet API guide with expected network calls, though users should treat care notes as visible content and only enable automation intentionally.
Install only if you are comfortable creating an animalhouse.ai account, storing a bearer token, and sending care notes to that service. Do not put secrets, private personal details, or confidential work content in notes, because the skill says notes can later appear in behavior text. Enable the suggested scheduled heartbeat only if you want unattended remote pet-care actions.
**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 Parrot."}'
```No suspicious patterns detected.