cloudflare-tunnel-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cloudflare-tunnel-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.
Workflow skill for managing Cloudflare Tunnels (formerly Argo Tunnel). Covers listing tunnels, viewing details and ingress configuration, creating new tunnels, updating ingress rules, and deleting tunnels.
Tunnels are account-scoped, not zone-scoped. However, ingress rules in tunnel configuration often reference zone hostnames. If the user needs to associate ingress rules with a specific zone, use cloudflare_zone_list to confirm the zone name.
cloudflare_tunnel_list to retrieve all tunnels.| Name | Tunnel ID | Status | Active Connections |
|---|---|---|---|
| home-tunnel | abc-123 | healthy | 2 |
| prod-tunnel | def-456 | degraded | 0 |
cloudflare_tunnel_get with the tunnel ID.cloudflare_tunnel_config_get to retrieve the ingress configuration.| Hostname | Service | Path | Notes |
|---|---|---|---|
| app.example.com | http://localhost:8080 | / | |
| *.example.com | http://localhost:3000 | /api | wildcard |
| (catch-all) | http_status:404 | default rule |
homelab-tunnel, prod-ingress)cloudflare_tunnel_create with the tunnel name.cloudflared connectorcloudflared on the origin servercloudflared tunnel run --token <tunnel-token><tunnel-id>.cfargotunnel.comcloudflare_tunnel_config_get for the tunnel.cloudflare_tunnel_config_update with the full updated ingress configuration.cloudflare_tunnel_config_get again to confirm the changes were saved.cloudflare_tunnel_get for the target tunnel.cloudflare_tunnel_delete with the tunnel ID.cloudflare_tunnel_list and confirm the tunnel is no longer present.cloudflared connector process on the origin servercloudflare_tunnel_list — list all tunnels with status and connection countscloudflare_tunnel_get — get full tunnel details including active connectionscloudflare_tunnel_create — create a new tunnel (returns tunnel token)cloudflare_tunnel_delete — delete a tunnel permanentlycloudflare_tunnel_config_get — get tunnel ingress configurationcloudflare_tunnel_config_update — update tunnel ingress rulescloudflare_zone_list — list zones (for associating ingress hostnames with zones)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.