hatcher-skill
Enables deployment and management of AI agents on Hatcher, integrating with various platforms and frameworks for seamless operation.
Install this skill
Security score
The hatcher-skill skill was audited on Jun 5, 2026 and we found 22 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 52 | curl -sS -X POST https://api.hatcher.host/auth/register \ |
Curl to non-GitHub URL
| 77 | RESULT=$(curl -sS "https://api.hatcher.host/auth/verify-status?email=USER_EMAIL") |
Curl to non-GitHub URL
| 91 | curl -sS -X POST https://api.hatcher.host/auth/api-keys \ |
Curl to non-GitHub URL
| 103 | curl -sS "https://api.hatcher.host/api/templates?limit=5" | jq '.templates[].id' |
Curl to non-GitHub URL
| 106 | curl -sS -X POST https://api.hatcher.host/api/v1/agents \ |
Curl to non-GitHub URL
| 113 | curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/start" \ |
Curl to non-GitHub URL
| 116 | curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/chat" \ |
External URL reference
| 5 | homepage: https://hatcher.host |
External URL reference
| 6 | api_base: https://api.hatcher.host |
External URL reference
| 21 | | [`auth.md`](https://hatcher.host/skill/auth.md) | Registering, email verification polling, creating API keys | |
External URL reference
| 22 | | [`agents.md`](https://hatcher.host/skill/agents.md) | Picking a framework, browsing templates, creating and controlling agents, installing skills/plugins | |
External URL reference
| 23 | | [`pricing.md`](https://hatcher.host/skill/pricing.md) | Choosing a tier, buying addons, paying (credits / Stripe / SOL / USDC / HATCHER), upgrading | |
External URL reference
| 24 | | [`integrations.md`](https://hatcher.host/skill/integrations.md) | Wiring a deployed agent to Telegram / Discord / Twitter / WhatsApp / Slack | |
External URL reference
| 28 | - `https://hatcher.host/skill.md` (+ `/skill/<name>.md` for satellites) |
External URL reference
| 52 | curl -sS -X POST https://api.hatcher.host/auth/register \ |
External URL reference
| 77 | RESULT=$(curl -sS "https://api.hatcher.host/auth/verify-status?email=USER_EMAIL") |
External URL reference
| 91 | curl -sS -X POST https://api.hatcher.host/auth/api-keys \ |
External URL reference
| 103 | curl -sS "https://api.hatcher.host/api/templates?limit=5" | jq '.templates[].id' |
External URL reference
| 106 | curl -sS -X POST https://api.hatcher.host/api/v1/agents \ |
External URL reference
| 113 | curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/start" \ |
External URL reference
| 116 | curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/chat" \ |
External URL reference
| 126 | Full OpenAPI 3.0 spec: `https://api.hatcher.host/openapi.json`. Use this for programmatic introspection of every endpoint. |