If you discover a security vulnerability in sovereign-mac, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, email: freedom@chrisvrakas.com
Include:
- A description of the vulnerability
- Steps to reproduce it
- The macOS version and hardware you tested on
- Any suggested fix if you have one
I'll acknowledge your report within 48 hours and aim to release a fix within 14 days for confirmed issues.
sovereign-mac is a local shell script — it runs entirely on your machine and makes no network requests except for:
- Homebrew installation (official Homebrew installer)
- Steven Black hosts file download (direct from GitHub)
- Objective-See tool downloads (opened in browser, not downloaded by the script)
Any vulnerability that allows unintended code execution, privilege escalation, or data exfiltration via sovereign-mac is in scope.
| Version | Supported |
|---|---|
| v1.0.x (current) | ✅ |
| Pre-release | ❌ |
Always verify the SHA256 hash of sovereign.sh before running it:
shasum -a 256 sovereign.shCompare against the hash published in the README.
If the hashes don't match, do not run the script.
sovereign-mac by Chris Vrakas