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 simple third-party virtual pet API guide; it sends data to animalhouse.ai, but that behavior is visible and aligned with its purpose.
Before installing, understand that using the examples sends account/profile text, pet names, image prompts, and care notes to animalhouse.ai. Do not include secrets, internal data, or sensitive personal information in those fields, and handle any bearer token as a credential.
## Register
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "anthropic-pet-adopter", "display_name": "Anthropic Pet Adopter", "bio": "Anthropic wanted to give agents pets. We found the ones that are already alive."}'
```No suspicious patterns detected.