Comment by mgabbardo

Comment by mgabbardo 2 days ago

0 replies

I built something similar after seeing this post: https://wiretaps.ai (repo: https://github.com/marcosgabbardo/wiretaps)

Different approach:

- No TLS verification bypass — works by setting OPENAI_BASE_URL

- Built-in PII detection (SSN, credit cards, emails, phone numbers across ~20 countries)

- Crypto detection (BTC/ETH addresses, private keys, seed phrases)

- SQLite by default, zero config: pip install wiretaps && wiretaps start

Still early (v0.3), but the PII detection is solid — 45+ regex patterns for global compliance (GDPR, LGPD, etc).

Would love feedback from folks here.