hostinger
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts exclusively with the official Hostinger API (developers.hostinger.com) to manage domains, DNS, and hosting services. All requests use HTTPS for secure data transmission.\n- [COMMAND_EXECUTION]: Actions are performed by executing local Ruby scripts that utilize the Ruby standard library (json, net/http, uri). The skill does not use external gems, download remote code, or invoke shell commands other than its own scripts.\n- [CREDENTIALS_UNSAFE]: The skill manages an API token by storing it in a local directory (
~/.config/hostinger/token). It follows security best practices by setting file permissions to 0600 (File.chmod(0600, token_file)) to ensure that only the current user can access the token.
Audit Metadata