DontFeedTheAI banner
zeroc00I zeroc00I

DontFeedTheAI

AI community

Description

Transparent anonymization proxy for AI-assisted pentesting. Strips IPs, credentials, hostnames and PII before they reach any LLM (Claude, OpenAI, OpenRouter). Local Ollama + regex detection. Per-engagement vault.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DontFeedTheAI

DontFeedTheAI banner

License Python Ollama FastAPI Platform

A transparent proxy that strips IPs, credentials, hostnames, and PII from every request before it reaches the AI β€” and restores them on the way back.

flowchart TD
    shell["πŸ–₯️ Your Shell\nnmap -sV dc01.acmecorp.local"]
    proxy["πŸ›‘οΈ DontFeedTheAI\ndc01.acmecorp.local β†’ srv-0042.pentest.local\n10.20.0.10 β†’ 203.0.113.47\nAdmin@Acme2024! β†’ [CRED_XK9A2B3C]"]
    api["☁️ LLM API\nsees only\nsrv-0042.pentest.local\n203.0.113.47"]

    shell -- "β‘  real data" --> proxy
    proxy -- "β‘‘ surrogates only" --> api
    api -- "β‘’ response + surrogates" --> proxy
    proxy -- "β‘£ real data restored" --> shell
Layer Detects
🧠 Ollama (local LLM) hostnames, org names, credentials in prose
πŸ” Regex IPs, hashes, tokens, API keys

Both run on your machine. Nothing sensitive crosses the boundary.


Who How it helps
Pentesters Run nmap, mimikatz, bloodhound output through Claude without exposing client infrastructure
Developers & SREs Debug with production data or internal configs in regulated environments
Legal & consulting Anonymize client contracts, case files, or proprietary IP in AI-assisted reviews
Finance & compliance Analyze reports or audit scripts without exposing account details
Researchers Query LLMs on confidential datasets

Why not just send data directly?

**❌ Cloud anonymi