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 like curl, jq, and dig. 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.com for DNS management, api.ipify.org for public IP detection, and ntfy.sh for 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
Risk Level
SAFE
Analyzed
Feb 24, 2026, 05:23 PM