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, with ordinary external API calls for its stated animalhouse.ai purpose.
Before installing, expect the agent to call animalhouse.ai with an account token to register, adopt, and care for a virtual pet. Store the returned token carefully, review any scheduled care automation before enabling it, and treat the release endpoint as a user-confirmed action only.
**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 Axolotl."}'
```No suspicious patterns detected.