Security & OPSEC
OPSEC Audit Center
Social hygiene scanning, breach detection, and data export management
Scanner Status
Scanner
Operational
Social Hygiene Scanner v1.0
Keyword patterns
238
Tests passing
187 / 187
Deep scan mode
Enabled
Security Checker
Active
HIBP Breach Detection
API provider
HaveIBeenPwned
Check types
Email, passwords
API key: $3.50/mo — checks breaches for email addresses
Codespeak Scanner
Operational
Dogwhistle / Codespeak Patterns
Pattern library
157 patterns
Scan mode
Deep
Last updated
Mar 21, 2026
Audit Status
| Platform | Profile | Status | Last Scan |
|---|---|---|---|
| X / Twitter | @kpfitzgerald | Cleaned — 14 posts deleted | Mar 21, 2026 |
| @kellypfitzgerald | Secured — address removed, contact hidden | Mar 21, 2026 | |
| /kelly.p.fitzgerald/ | Secured — TR hidden, messengers removed | Mar 21, 2026 |
Data Export Status
| Platform | Requested | Status | Action |
|---|---|---|---|
| Mar 21, 2026 | Processing | Download when ready | |
| Mar 21, 2026 | Processing | Download when ready | |
| X / Twitter | Mar 21, 2026 | Processing | Download when ready |
Scanner Commands
CLI Reference
bash
# Run full social hygiene scan on downloaded export
python sanitize.py scan ~/Downloads/export/ --name "Client Name" --deep
# Run HIBP breach check for candidate email
python security_check.py --email client@example.com --name "Client Name"
# Scan with codespeak patterns only (deep mode)
python sanitize.py scan ~/Downloads/export/ --mode codespeak --deep --output report.json
# Generate audit report for client file
python sanitize.py report --client "Client Name" --format pdf