deploying-cloudflare-access-for-zero-trust
Enables secure access to applications using Cloudflare Tunnel, implementing zero trust architecture for enhanced cybersecurity.
Install this skill
Security score
The deploying-cloudflare-access-for-zero-trust skill was audited on Jun 4, 2026 and we found 39 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 119 | ```bash |
Template literal with variable interpolation in command context
| 158 | ```bash |
Template literal with variable interpolation in command context
| 209 | ```bash |
Template literal with variable interpolation in command context
| 262 | ```bash |
Template literal with variable interpolation in command context
| 306 | ```bash |
Curl to non-GitHub URL
| 121 | curl -X PUT "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/identity_providers" \ |
Curl to non-GitHub URL
| 138 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/identity_providers" \ |
Curl to non-GitHub URL
| 160 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/apps" \ |
Curl to non-GitHub URL
| 176 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/apps/{app_id}/policies" \ |
Curl to non-GitHub URL
| 193 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/apps" \ |
Curl to non-GitHub URL
| 211 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/policy" \ |
Curl to non-GitHub URL
| 249 | curl -X PUT "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains" \ |
Curl to non-GitHub URL
| 264 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/posture/integration" \ |
Curl to non-GitHub URL
| 280 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/posture" \ |
Curl to non-GitHub URL
| 291 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/posture" \ |
Curl to non-GitHub URL
| 308 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/logpush/jobs" \ |
Curl to non-GitHub URL
| 323 | curl -X POST "https://api.cloudflare.com/client/v4/graphql" \ |
Access to hidden dotfiles in home directory
| 82 | cat > ~/.cloudflared/config.yml << 'EOF' |
External URL reference
| 88 | service: http://localhost:8080 |
External URL reference
| 90 | service: http://10.1.1.50:3000 |
External URL reference
| 92 | service: http://10.1.1.60:3000 |
External URL reference
| 121 | curl -X PUT "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/identity_providers" \ |
External URL reference
| 138 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/identity_providers" \ |
External URL reference
| 160 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/apps" \ |
External URL reference
| 171 | "logo_url": "https://company.com/wiki-logo.png", |
External URL reference
| 176 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/apps/{app_id}/policies" \ |
External URL reference
| 193 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/access/apps" \ |
External URL reference
| 211 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/policy" \ |
External URL reference
| 220 | "support_url": "https://helpdesk.company.com/warp-help" |
External URL reference
| 224 | # Download: https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/download-warp/ |
External URL reference
| 228 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
External URL reference
| 244 | # Download from: https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/user-side-certificates/ |
External URL reference
| 249 | curl -X PUT "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains" \ |
External URL reference
| 264 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/posture/integration" \ |
External URL reference
| 271 | "api_url": "https://api.crowdstrike.com", |
External URL reference
| 280 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/posture" \ |
External URL reference
| 291 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/devices/posture" \ |
External URL reference
| 308 | curl -X POST "https://api.cloudflare.com/client/v4/accounts/{account_id}/logpush/jobs" \ |
External URL reference
| 323 | curl -X POST "https://api.cloudflare.com/client/v4/graphql" \ |