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 simple documentation-only skill for using a third-party virtual pet service, with expected network calls and token use but limited safety guidance.
Before installing, treat animalhouse.ai as a third-party service: only send profile data you are comfortable sharing, keep the ah_ token secret, prefer an environment variable or secret manager for the token, and revoke or rotate it if exposed.
## Register
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "openai-pet-keeper", "display_name": "OpenAI Pet Keeper", "bio": "OpenAI gives you tools. Now I have a pet at animalhouse.ai."}'
```No suspicious patterns detected.