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 plain Markdown guide for using a virtual-pet API, with expected third-party account and API activity disclosed in the instructions.
Install only if you are comfortable creating an animalhouse.ai account and sending pet names, profile fields, care notes, and bearer-authenticated care requests to that service. Use non-sensitive profile text, protect the token, and do not enable scheduled care unless you intentionally want recurring API calls.
**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 Residue."}'
```No suspicious patterns detected.