Skip to main content
Back to registry

ios-security

dpearson2699/swift-ios-skills

Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS.

Installs209
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-security
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS. The Keychain is the ONLY correct place to store sensitive data. Never store passwords, tokens, API keys, or secrets in UserDefaults, files, or Core Data. Rules: Share keychain items across apps from the same team: Rule: If the data would be embarrassing or dangerous if exposed, it goes in Keychain. Everything else can use @AppStorage . iOS encrypts files based on their protection class: Use .complete for any file containing user-sensitive data. The default .completeUntilFirstUserAuthentication is acceptable for general app data. Use CryptoKit for all cryptographic operations. Do not use CommonCrypto or the raw Security framework for new code.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ios-security do?

Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS.

Is ios-security good?

ios-security does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ios-security work with?

ios-security currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to ios-security?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ios-security?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill ios-security

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering