# Cloudflare security-audit-skill

> Updated 2026-09-20 · type: tool · category: mcp-agents · status: active · rev 1

Cloudflare's security-audit-skill turns a coding agent into a multi-phase security auditor where the agent that checks a finding is never the one that found it.

- Open source: yes (MIT)
- Self-hostable: yes
- Pricing model: free
- Best for: A team that ships code an agent helped write and wants a structured, adversarial security pass on it, run inside the coding agent they already use, instead of trusting a single-shot LLM scan that buries them in unverified findings.
- Last verified: 2026-09-20

- **Canonical:** https://gtmstacker.com/registry/tool/security-audit-skill/
- **Source:** [github · cloudflare/security-audit-skill](https://github.com/cloudflare/security-audit-skill)
- **Tags:** mcp-agents, agent-security, code-review, agent-skills, self-hostable
- **Repository:** https://github.com/cloudflare/security-audit-skill

## Is Cloudflare security-audit-skill open source?

Yes, Cloudflare security-audit-skill is open source under the MIT license.

## How much does Cloudflare security-audit-skill cost?

Cloudflare security-audit-skill is free to use.

## Can I self-host Cloudflare security-audit-skill?

Yes, Cloudflare security-audit-skill can be self-hosted (the source is available under the MIT license).

## Alternatives & related

- [Open Code Review](https://gtmstacker.com/registry/tool/open-code-review/)
- [Bastionskill](https://gtmstacker.com/registry/tool/bastionskill/)


---

MIT coding-agent skill from Cloudflare (JavaScript) that turns an agent into a multi-phase security auditor, built on the assumption the agent will hallucinate, so it makes the agent prove everything. Six phases run in order: recon maps the app's architecture and trust boundaries, isolated hunter agents attack from separate angles (injection, access control, business logic, crypto, feature abuse, chained attacks), validation agents try to disprove each finding, and the agent that checks a finding is never the one that found it. Output is machine-readable JSON with independent verification, and it installs through the Skills CLI.

## Provenance

- MIT, ~17.8k stars, ~14 commits, the cloudflare org, and the six-phase adversarial design independently verified on the repo (WebFetch + search 2026-09-20). It is the skill that seeded Cloudflare's internal vulnerability-discovery harness.
- Surfaced via the 2026-09-20 viral-posts brief ("Cloudflare open-sourced their AI security audit skill for coding agents, six phases").
- Curated from the GTM Stacker signal registry (2026-09-20 pass); license independently verified 2026-09-20.

## Why it matters for a GTM stack

A lot of the GTM stack is now code an agent helped write, and the usual security pass is a single-shot LLM scan that either misses the real bug or drowns you in imagined ones. Cloudflare's skill takes the opposite stance: it assumes the agent is unreliable and designs around it, splitting recon, hunting and validation across separate agents and refusing to let the finder grade its own work. The output is verified, machine-readable findings instead of a wall of maybes. The honest read: this is a skill, not a product, so it rides on a capable coding agent, Node and a real sandbox, and it is early by commit count. But the adversarial, prove-it structure is the right shape for agent-run security work, and coming from Cloudflare it is worth wiring into your review step.
