Skip to main content

hatcher-skill

Enables deployment and management of AI agents on Hatcher, integrating with various platforms and frameworks for seamless operation.

Install this skill

or
50/100

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

medium line 52

Curl to non-GitHub URL

SourceSKILL.md
52curl -sS -X POST https://api.hatcher.host/auth/register \
medium line 77

Curl to non-GitHub URL

SourceSKILL.md
77RESULT=$(curl -sS "https://api.hatcher.host/auth/verify-status?email=USER_EMAIL")
medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl -sS -X POST https://api.hatcher.host/auth/api-keys \
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103curl -sS "https://api.hatcher.host/api/templates?limit=5" | jq '.templates[].id'
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl -sS -X POST https://api.hatcher.host/api/v1/agents \
medium line 113

Curl to non-GitHub URL

SourceSKILL.md
113curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/start" \
medium line 116

Curl to non-GitHub URL

SourceSKILL.md
116curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/chat" \
low line 5

External URL reference

SourceSKILL.md
5homepage: https://hatcher.host
low line 6

External URL reference

SourceSKILL.md
6api_base: https://api.hatcher.host
low line 21

External URL reference

SourceSKILL.md
21| [`auth.md`](https://hatcher.host/skill/auth.md) | Registering, email verification polling, creating API keys |
low line 22

External URL reference

SourceSKILL.md
22| [`agents.md`](https://hatcher.host/skill/agents.md) | Picking a framework, browsing templates, creating and controlling agents, installing skills/plugins |
low line 23

External URL reference

SourceSKILL.md
23| [`pricing.md`](https://hatcher.host/skill/pricing.md) | Choosing a tier, buying addons, paying (credits / Stripe / SOL / USDC / HATCHER), upgrading |
low line 24

External URL reference

SourceSKILL.md
24| [`integrations.md`](https://hatcher.host/skill/integrations.md) | Wiring a deployed agent to Telegram / Discord / Twitter / WhatsApp / Slack |
low line 28

External URL reference

SourceSKILL.md
28- `https://hatcher.host/skill.md` (+ `/skill/<name>.md` for satellites)
low line 52

External URL reference

SourceSKILL.md
52curl -sS -X POST https://api.hatcher.host/auth/register \
low line 77

External URL reference

SourceSKILL.md
77RESULT=$(curl -sS "https://api.hatcher.host/auth/verify-status?email=USER_EMAIL")
low line 91

External URL reference

SourceSKILL.md
91curl -sS -X POST https://api.hatcher.host/auth/api-keys \
low line 103

External URL reference

SourceSKILL.md
103curl -sS "https://api.hatcher.host/api/templates?limit=5" | jq '.templates[].id'
low line 106

External URL reference

SourceSKILL.md
106curl -sS -X POST https://api.hatcher.host/api/v1/agents \
low line 113

External URL reference

SourceSKILL.md
113curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/start" \
low line 116

External URL reference

SourceSKILL.md
116curl -sS -X POST "https://api.hatcher.host/api/v1/agents/$AGENT_ID/chat" \
low line 126

External URL reference

SourceSKILL.md
126Full OpenAPI 3.0 spec: `https://api.hatcher.host/openapi.json`. Use this for programmatic introspection of every endpoint.
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →