swift-security

Installation
SKILL.md

Swift Security (iOS / macOS)

Security building blocks for a fintech iOS/macOS app: secret storage, biometric gating, cryptography, and transport pinning. Grounded in Apple's Security, LocalAuthentication, and CryptoKit frameworks.

  • Android/KMP counterpart: mobile-security (Android Keystore, EncryptedFile, network security config).
  • KMP boundary: expose a commonMain interface SecureStorage and bind it to a Keychain-backed actual in iosMain; see expect-actual. Never let shared code hold plaintext secrets.

Contents

Installs
4
GitHub Stars
12
First Seen
Aug 23, 2026
swift-security — talissonvitorino/kmp-ios-skills