domain-research
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the official RDAP bootstrap configuration from IANA (data.iana.org). This is a trusted infrastructure provider, and the configuration is used to correctly route domain queries to the appropriate registries.\n- [COMMAND_EXECUTION]: The script invokes the system 'whois' command-line utility for TLDs that do not yet support the RDAP protocol. The execution uses a list-based argument approach with subprocess.run, which is a secure method that prevents shell command injection.\n- [SAFE]: The skill manages a local cache in the user's home directory (~/.cache/domain-research/) to store bootstrap data. This is standard local file behavior for CLI tools to optimize performance and does not involve sensitive data exposure.
Audit Metadata