cloudflare-kv-manage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cloudflare-kv-manage (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.
Manage Workers KV namespaces and key-value pairs using Cloudflare API.
CLOUDFLARE_API_TOKEN with Workers KV permissionsCLOUDFLARE_ACCOUNT_ID set (required for all KV operations)cloudflare_kv_namespace_list to see all KV namespacescloudflare_kv_namespace_create with a descriptive titlecloudflare_kv_list_keys with namespace_idprefix to filter keys by prefixcursor for pagination through large key setscloudflare_kv_read with namespace_id and key_namecloudflare_kv_write with namespace_id, key_name, and valueexpiration_ttl (minimum 60 seconds) for auto-expiring keyscloudflare_kv_delete with namespace_id and key_namecloudflare_kv_namespace_delete with namespace_idcloudflare_kv_namespace_list — List all KV namespacescloudflare_kv_namespace_create — Create a new namespacecloudflare_kv_namespace_delete — Delete a namespace (destructive)cloudflare_kv_list_keys — List keys with optional prefix filtercloudflare_kv_read — Read value by keycloudflare_kv_write — Write key-value pair with optional TTLcloudflare_kv_delete — Delete a key~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.