ipaverse handles sensitive data — Apple ID credentials, authentication tokens, certificates, and provisioning profiles. We take security reports seriously and appreciate responsible disclosure.
Only the latest released version of ipaverse is supported with security fixes.
| Version | Supported |
|---|---|
| Latest | ✅ |
| Older | ❌ |
Please do not report security vulnerabilities through public GitHub issues.
Instead, email bahattink3458@gmail.com with:
- A description of the vulnerability and its potential impact
- Steps to reproduce (proof-of-concept code or screenshots help)
- The version of ipaverse and macOS you tested on
You should receive an acknowledgment within a few days. We'll keep you updated as the issue is investigated and resolved, and we'll credit you in the fix (unless you prefer to stay anonymous).
In scope:
- Credential handling and Keychain storage
- Apple GrandSlam / SRP-6a authentication flow implementation
- Anisette header generation
- Any code path that could leak an Apple ID, password, certificate, or IPA to a third party
Out of scope:
- Vulnerabilities requiring physical access to an already-unlocked, already compromised Mac
- Issues in the vendored Unicorn Engine dependency itself — please report those upstream, though you're welcome to also let us know if it affects ipaverse specifically
- Social engineering attacks against users
As documented in the README, sensitive IPA processing is local and ipaverse has no project-operated authentication relay or telemetry backend. It communicates directly with Apple for authentication and App Store operations. Raw passwords are not sent directly during the GrandSlam SRP-6a exchange, and account/session credentials are stored in macOS Keychain.
User-initiated update checks, on-demand Frida downloads, and optional tool installation may contact GitHub, Homebrew, pip, or a tool vendor. Those paths must never include Apple credentials, certificates, provisioning profiles, or IPA contents. Reports showing a violation of these boundaries are treated as high priority.