openbashokopenbashokCommunityยท1 Agent Skills Included

promptzero

Anonymize sensitive data in prompts before sending

Detects and replaces IPs, credentials, names, and personal data in prompts before they reach external LLM APIs, then restores real values in responses. Eliminates the risk of leaking client infrastructure, secrets, and regulated data to third-party AI providers. Runs as a local proxy or embeddable library, keeping all mappings on your machine for GDPR, HIPAA, and PCI-DSS compliance.
npx skills add openbashok/promptzero --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install PromptZero?โ–ผ

Run `npx skills add openbashok/promptzero --all -g -y` in your terminal to install all skills in this repository globally.

How to stop leaking sensitive data to LLM APIs?โ–ผ

PromptZero acts as a local proxy that detects and replaces IPs, credentials, names, and IDs with synthetic values before prompts leave your machine, then restores the real values in the response.

What data types does PromptZero protect?โ–ผ

It covers IPv4/IPv6 addresses, hostnames, emails, passwords, API keys, phone numbers, person and organization names, credit cards, IBANs, SSNs, and national IDs across multiple countries.

Does PromptZero help with GDPR and HIPAA compliance?โ–ผ

Yes. Real data never leaves your environment and the mapping table stays local only, supporting GDPR, HIPAA, PCI-DSS, and data residency requirements.

Can I use PromptZero without writing code?โ–ผ

Yes. Run it as a local proxy and point your existing app to localhost:8000 with a one-line base URL change โ€” no other code changes needed.

Related Repositories in Legal & Compliance

View All in Legal & Complianceโ†’