17147856d1f565f31ca89d530421376375c7b20e
- Remove unused imports (app.py, stego_routes.py, killswitch.py, etc.) - Sort import blocks (I001) - Add missing os import in stego_routes.py (F821) - Rename shadowed Click commands to avoid F811 (status→chain_status, show→chain_show) - Rename uppercase locals R→earth_r, _HAS_QRCODE_READ→_has_qrcode_read (N806) - Suppress false-positive F821 for get_username (closure scope) - Use datetime.UTC alias (UP017) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SooSeF — Soo Security Fieldkit
Offline-first security toolkit for journalists, NGOs, and at-risk organizations.
Part of the Soo Suite:
- Stegasoo — hide encrypted messages in media (steganography)
- Verisoo — prove image provenance and authenticity (attestation)
- SooSeF — unified fieldkit with killswitch, dead man's switch, and key management
Status
Pre-alpha. Phase 1 scaffolding complete.
Install (development)
pip install -e /path/to/stegasoo[web,dct,audio,cli]
pip install -e /path/to/verisoo[cli]
pip install -e ".[web,cli]"
Quick Start
soosef init # Generate identity + channel key, create ~/.soosef/
soosef serve # Start the web UI
Description
Languages
Python
79.4%
HTML
16%
JavaScript
4.1%
Dockerfile
0.2%
Shell
0.2%