Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Data loss prevention

Implements a security workflow to detect sensitive data and trigger webhook alerts using Cloudflare Workers.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Data loss prevention

Implements a security workflow to detect sensitive data and trigger webhook alerts using Cloudflare Workers.

When To Use

Use when you need to implement automated monitoring to detect sensitive data leaks and send real-time alerts to a webhook server via Cloudflare Workers.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-examples-data-loss-prevention-workflow-guide.mdA guide and implementation example for using Cloudflare Workers to detect sensitive data and send breach alerts to a webhook server.Questions about a guide and implementation example for using Cloudflare Workers to detect sensitive data and send breach alerts to a...
examples/workers-examples-data-loss-prevention-cloudflare-workers-data-loss-preve.textA Cloudflare Workers script that detects potential data breaches and sends alerts to a specified webhook server.Exact payloads, commands, or snippets shown in A Cloudflare Workers script that detects potential data breaches and sends alerts to a specified webhook server.
examples/workers-examples-data-loss-prevention-cloudflare-workers-data-loss-preve-2.textA Cloudflare Workers script that detects potential data breaches and sends alerts to a specified webhook server.Exact payloads, commands, or snippets shown in A Cloudflare Workers script that detects potential data breaches and sends alerts to a specified webhook server.
examples/workers-examples-data-loss-prevention-cloudflare-workers-data-loss-preve-3.textA Python script for a Cloudflare Worker that uses regular expressions to detect data breaches and sends alerts to a webhook server.Exact payloads, commands, or snippets shown in A Python script for a Cloudflare Worker that uses regular expressions to detect data breaches and sends alerts to a w...
examples/workers-examples-data-loss-prevention-cloudflare-workers-hono-data-loss-.textA Cloudflare Workers example using the Hono framework to detect sensitive data patterns like credit card numbers using regular expressions.Exact payloads, commands, or snippets shown in A Cloudflare Workers example using the Hono framework to detect sensitive data patterns like credit card numbers usin...

What This Skill Covers

  • Protect sensitive data to prevent data loss, and send alerts to a webhooks server in the event of a data breach.
  • Main sections: Tags.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/examples/data-loss-prevention