name.com registrar
Analysis
Review before installing: this skill is transparent about using Name.com, but it gives an external npm MCP server a full Name.com API token that can buy domains and change DNS.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`register_domain` ... `Provisions and registers a domain via the account’s payment settings` ... `set_nameservers` ... `Replace a domain's nameservers` ... `manage_dns` ... `Create, delete, or list DNS records.`
These tools can make financially consequential registrar changes and public DNS changes. The purchase path is documented with a dry-run token flow, but the DNS and nameserver mutation tools are still high-impact actions.
`node` | package: `namecom-clawbot` | creates binaries: `namecom-clawbot`
The runnable implementation comes from an external npm package, while the supplied scan context contains no code files beyond SKILL.md.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`NAMECOM_USERNAME` | Yes | Name.com account username ... `NAMECOM_TOKEN` | Yes | Name.com API token ... `Name.com does not currently offer per-operation token scopes`
The MCP server requires a real Name.com account credential, and the artifact states that this token cannot be limited to specific operations.
