This repository is an open-source iOS application project.
Security-sensitive areas include:
- on-device model cache handling
- app sandbox / App Group configuration
- entitlements and signing setup
- accidental token or credential commits
- third-party dependency changes
If you believe you found a security issue:
- avoid posting exploit details in a public issue immediately
- provide a minimal reproduction and affected files
- give maintainers reasonable time to triage before wider disclosure
Never commit:
- Hugging Face tokens
- API keys
- App Store Connect keys
- private keys or certificates
- provisioning profiles
- local-only xcconfig files with secrets
.envfiles with credentials
- use local-only config for secrets
- keep signing identities and provisioning material outside source control
- replace shared App Group or bundle identifiers with values you control if you are running your own fork