SECOPS
Cloudflare WAF False-Positive Triage Agent
Pulls recent WAF-blocked requests from Cloudflare, classifies which look like legitimate traffic caught by mistake.
How it runs
The automated pipeline, trigger to output.
- TriggerHourly schedule fires triage pass
- ActionFetch recent firewall eventsCloudflare
- LogicClassify each block: legit / suspicious / malicious
- LogicKeep only high-confidence false positives
- OutputPost ranked triage digest to SlackSlack
What it does
This agent reviews requests your Cloudflare WAF blocked over the last hour and separates real attacks from likely false positives. It looks at the firewall event sample, reasons about each blocked request, and posts a ranked digest so your team only spends attention on the blocks that probably hurt real users.
When to use it
Use it when a managed WAF ruleset is too aggressive and you suspect legitimate API clients, internal tools, or partner integrations are getting 403s. Run it hourly during a tuning period instead of manually scrolling the Cloudflare Security Events log.
How it works
- 1A schedule fires every hour to start a triage pass.
- 2The agent fetches the latest firewall events from Cloudflare, including the matched rule ID, path, method, and source ASN.
- 3It classifies each blocked request as likely-legitimate, suspicious, or clearly-malicious based on path patterns, user agents, and rule behavior.
- 4A filter keeps only events scored as likely false positives above a confidence threshold.
- 5It groups survivors by triggering rule and writes a ranked digest.
- 6The digest posts to a Slack channel with the top offending rules and example requests.
Set it up
What you configure once, before turning it on.
- 1Connect CloudflareWorkers, Pages, R2, KV — the edge stack.
- 2Connect SlackChannels, DMs, threads, mentions.
- 3Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 4Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 5Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More SecOps workflows
Compile a weekly WAF tuning review with trends to Confluence
Every week an agent rolls up Cloudflare WAF block clusters by rule and ASN, compares them to prior weeks for trend direction.
Sensitive Dropbox Link Owner Remediation Loop
When a newly created Dropbox shared link points to a sensitive file, this workflow DMs the file owner, gives them a deadline to justify or revoke it.
Post-Revocation Verification and Audit Logging
After a key is revoked, it confirms the old credential actually fails, verifies the replacement works.
Exposed-Secret Incident Triage and Remediation Agent
An agent-driven workflow that investigates a reported leaked secret end to end, decides revoke-versus-escalate, executes the rotation.
Page on-call when a WAF rule mass-blocks legitimate traffic
On demand or every few minutes, it detects a single Cloudflare WAF rule suddenly blocking a broad spread of ASNs and paths (a likely false-positive storm).
PII Content Scan on New Dropbox External Share
When a file gets an external Dropbox link, it reads the file content, uses an AI classifier to detect PII or secrets.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
