domain-hunter
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: .claude-plugin/plugin.json Description: { "name": "domain-hunter", "version": "1.0.0", "description": "Search domains, compare registrar prices, and find promo codes.
Malicious tool definition detected
Tool: SKILL.md Description: --- name: domain-hunter description: Search domains, compare prices, find promo codes, get purchase recommendations.
Malicious tool definition detected
Tool: examples/auto-video-editing-domain.md Description: # Domain Hunter Example: Finding a Domain for Auto Video Editing Project This is a complete conversation example showing how the domain-hunter skill helps users find and purchase domain names at the best price. --- ## Conversation ### User > I am working on an auto video editing project. I need to buy a new domain.
Malicious tool definition detected
Tool: references/registrars.md Description: # Domain Registrar Reference ## Recommended Registrars | Registrar | Best For | Pros | Cons | |-----------|----------|------|------| | **Cloudflare** | At-cost pricing | No markup, same renewal price, free privacy | Must add zone first | | **Spaceship** | Cheapest prices | Often lowest .ai/.io prices, clean UI | Newer company | | **NameSilo** | Consistent pricing | Low renewal, bulk discounts | Basic UI | | **Porkbun** | Budget friendly | Good prices,
Malicious tool definition detected
Tool: references/spaceship-api.md Description: # Spaceship API Reference API keys configured in `~/.zshrc`: - `SPACESHIP_API_KEY` - `SPACESHIP_API_SECRET` Base URL: `https://spaceship.dev/api` ## Authentication All requests require these headers: ```bash -H "X-Api-Key: $SPACESHIP_API_KEY" -H "X-Api-Secret: $SPACESHIP_API_SECRET" ``` Load environment variables: ```bash export SPACESHIP_API_KEY="$(grep SPACESHIP_API_KEY ~/.zshrc | cut -d'"' -f2)" export SPACESHIP_API_SECRET="$(grep SPACESHIP_API_S