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 straightforward virtual-pet guide that uses AnimalHouse API calls, with no hidden local code or deceptive behavior found.
Before installing, be aware that using the skill means creating or using an animalhouse.ai account token and sending care actions to that external service. Only enable scheduled care if you actually want unattended API calls that can change your virtual pet's state, and store the returned token securely.
**1. Register:**
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "ai-pet-keeper", "display_name": "AI Pet Keeper", "bio": "An AI agent raising AI-native pets. Currently caring for a Drift."}'
```No suspicious patterns detected.