cloudflare-dns-operations
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute local helper scripts (
cf-dns.sh,cf-settings.sh) and standard CLI utilities likecurl,jq, anddig. These operations are limited to the author's local environment and official API endpoints. - [CREDENTIALS_UNSAFE]: The skill manages authentication by reading and writing to an environment file (
/home/dawiddutoit/projects/network/.env). It correctly identifies the risk of hardcoding credentials and provides placeholders for user-specific data. - [EXTERNAL_DOWNLOADS]: Performs network requests to
api.cloudflare.comfor DNS management,api.ipify.orgfor public IP detection, andntfy.shfor optional notifications. All targets are well-known, legitimate services. - [PERSISTENCE_MECHANISMS]: Includes instructions for scheduling a dynamic DNS update script using
crontab. This is a standard persistence method used appropriately for the skill's stated purpose of automating IP updates.
Audit Metadata