loopia-dns
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages DNS records using Loopia's official XML-RPC endpoint (https://api.loopia.se/RPCSERV), a well-known service. All API interactions use documented methods.
- [SAFE]: Credential management is handled through environment variables or a local configuration file (
~/.config/ehh-skills/config.env), which is standard for CLI-based agent skills and avoids hardcoded secrets. - [SAFE]: The execution environment is secure as the script relies solely on the Python standard library (e.g.,
xmlrpc.client,argparse) and does not install or execute external code. - [SAFE]: No command execution, file system tampering, or persistence mechanisms were identified. All operations are confined to DNS management via the authenticated API.
Audit Metadata