cloudflare-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cloudflare-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when you need to manage Cloudflare zones, DNS records, Workers, KV storage, R2 buckets, or cache purging.
| Tool | What it does |
|---|---|
cf_zones | List Cloudflare zones (domains) |
cf_dns_list | List DNS records for a zone |
cf_dns_create | Create a DNS record |
cf_dns_delete | Delete a DNS record |
cf_workers_list | List Workers scripts |
cf_worker_delete | Delete a Workers script |
cf_kv_namespaces | List KV namespaces |
cf_kv_keys | List keys in a KV namespace |
cf_kv_get | Get a value from KV |
cf_kv_put | Write a value to KV |
cf_kv_delete | Delete a KV key |
cf_r2_buckets | List R2 storage buckets |
cf_cache_purge | Purge cache (all or specific URLs) |
cf_zones to discover available zones and get zone IDscf_dns_list, cf_dns_create, cf_dns_delete)CLOUDFLARE_ACCOUNT_ID)zone_id, type (A, CNAME, MX, TXT), name, and contentnamespace_id — get it from cf_kv_namespaces firstCLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID env vars~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.