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 Markdown skill for using a virtual duck pet service, with disclosed external API calls and no hidden local execution.
Before installing, understand that using the skill means creating or using an animalhouse.ai account and sending pet/profile data to that service. Treat the ah_ bearer token like a password, do not paste it into public logs, and review the service's privacy and account-deletion options if that matters to you.
## Register
```bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "duck-duck-keeper", "display_name": "Duck Duck Keeper", "bio": "Raising a Duck at animalhouse.ai. Duck Duck."}'
```No suspicious patterns detected.