cloudflare-zero-trust — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cloudflare-zero-trust (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 Zero Trust (formerly Cloudflare Access and Teams). Covers listing and managing access applications, access policies, identity providers (IdPs), and Gateway status.
Zero Trust resources are account-scoped, not zone-scoped. All operations apply to the Cloudflare account configured in the MCP server credentials.
cloudflare_zt_list_apps to retrieve all configured access applications.| Name | Domain | Type | Session Duration | Status |
|---|---|---|---|---|
| Internal Dashboard | dashboard.example.com | self_hosted | 24h | enabled |
| SSH Bastion | ssh.example.com | ssh | 8h | enabled |
| Admin Portal | admin.example.com | self_hosted | 4h | enabled |
cloudflare_zt_get_app with the application ID.cloudflare_zt_list_policies for the application to show attached policies.| Policy Name | Action | Order | Rules |
|---|---|---|---|
| Allow Team | allow | 1 | email ends with @example.com |
| Block External | block | 2 | not (ip.src in {10.0.0.0/8}) |
List all policies for an application:
cloudflare_zt_list_policies for the application ID.Create a new policy:
cloudflare_zt_create_policy with all parameters.cloudflare_zt_list_policies to confirm the policy was created.cloudflare_zt_list_idps to retrieve all configured identity providers.| Name | Type | ID | Status |
|---|---|---|---|
| Google Workspace | idp-abc | active | |
| GitHub | github | idp-def | active |
| One-time PIN | onetimepin | idp-ghi | active |
cloudflare_zt_gateway_status to retrieve Cloudflare Gateway (DNS filtering) status.cloudflare_zt_list_apps — list all Zero Trust access applicationscloudflare_zt_get_app — get full details of a specific applicationcloudflare_zt_list_policies — list access policies for an applicationcloudflare_zt_create_policy — create a new access policycloudflare_zt_list_idps — list configured identity providerscloudflare_zt_gateway_status — get Cloudflare Gateway status and DNS filtering info~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.