domain-check
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Communicates with Vercel's official registrar API at api.vercel.com to retrieve domain pricing and availability data.- [COMMAND_EXECUTION]: Uses the Vercel CLI (via npx vercel) for domain management tasks such as buying, listing, and inspecting domains. It also utilizes standard system utilities including curl and jq for API interaction and data parsing.- [CREDENTIALS_UNSAFE]: Reads the Vercel authentication token from the standard Vercel CLI configuration path (~/.local/share/com.vercel.cli/auth.json) to authorize requests to Vercel's services. This is legitimate behavior for a tool designed to integrate with the user's Vercel account.
Audit Metadata