Skip to content

DataFog

Runtime data governance for AI agents and developer tooling.

DataFog runs a policy-enforced loop on sensitive payloads as they move through commands, files, and tool calls:

  • detect sensitive entities
  • decide what policy says (allow, transform, allow_with_redaction, deny)
  • enforce before the action executes

It is the data firewall for your local developer + agent workflows.

# Drop DataFog into your PATH with a policy gate wrapper
datafog-shim hooks install --target /usr/bin/git git
from datafog import scan
scan("Call Sarah Chen at 415-555-0142, SSN 234-56-7890")
# -> [{"entity_type": "NAME", "value": "Sarah Chen", ...}, ...]

Projects

🔌 datafog — Runtime policy engine + policy gate

Process-boundary enforcement with scan/decide/transform APIs, receipts, and adapter-aware policy matching.

🐍 datafog-python — Python SDK

SDK + CLI bindings for integrating DataFog policies into agent and app pipelines.

🧩 datafog-mcp — MCP privacy + policy proxy (coming soon)

Integrate policy-aware interception for MCP tool responses, so sensitive values are governed before they reach context.

Use cases

  • Developer- and AI-tool guardrails — enforce policy before shell/file/API actions execute.
  • Runtime DLP for agents — treat policy as code, with decision receipts and auditable logs.
  • CI/CD and compliance checks — scan artifacts and enforce data handling controls in workflows.

Links

🌐 datafog.ai · 📦 PyPI · 𝕏 @datafoginc

Pinned Loading

  1. datafog-python datafog-python Public

    Python SDK for PII detection and redaction in text and images, combining regex + NLP pipelines for production privacy workflows.

    Python 44 11

  2. fogclaw fogclaw Public

    OpenClaw plugin for PII detection & custom entity redaction powered by DataFog

    TypeScript

Repositories

Showing 10 of 14 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…