cloudflare-dns-manager
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or obfuscation techniques were detected in the skill's instructions or Python scripts.
- [SAFE]: All network operations are directed to the official Cloudflare API (
api.cloudflare.com). As a well-known service provider, communication with this domain for its intended purpose is considered safe and standard. - [SAFE]: The skill manages credentials securely by instructing the agent to use environment variables (
CLOUDFLARE_API_TOKEN,CLOUDFLARE_EMAIL,CLOUDFLARE_API_KEY) rather than hardcoding or exposing sensitive tokens. - [SAFE]: Defensive coding and instructional guardrails are present, including requirements for explicit zone identification in multi-zone accounts and mandatory confirmation before record deletion.
- [SAFE]: Batch processing of DNS records via JSON files (
apply-file) includes a recommended dry-run workflow, allowing the user to inspect changes before they are applied to the live infrastructure.
Audit Metadata