data_redactor: stop secrets and personal data leaking into logs and LLM prompts
If your app writes logs or sends text to an LLM, sooner or later a real credit card, email, or API key ends up in there — data_redactor strips that kind of data out of any string b...