Skip to main content

auth-flow

Generates a complete authentication flow with Sign in with Apple, biometrics, and secure Keychain storage for mobile applications.

Install this skill

or
0/100

Security score

The auth-flow skill was audited on Mar 1, 2026 and we found 10 security issues across 1 threat category, including 7 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 3

Access to system keychain/keyring

SourceSKILL.md
3description: Generates authentication infrastructure with Sign in with Apple, biometrics, and Keychain storage. Use when user wants to add authentication, login, or Sign in with Apple.
high line 9

Access to system keychain/keyring

SourceSKILL.md
9Generate a complete authentication flow with Sign in with Apple, biometric authentication (Face ID/Touch ID), and secure Keychain storage.
high line 17

Access to system keychain/keyring

SourceSKILL.md
17- Asks about "Keychain" or "secure storage"
medium line 31

Access to system keychain/keyring

SourceSKILL.md
31Glob: **/*Auth*.swift, **/*Keychain*.swift
high line 56

Access to system keychain/keyring

SourceSKILL.md
56- Keychain (secure, persists reinstall)
high line 70

Access to system keychain/keyring

SourceSKILL.md
702. `KeychainManager.swift` - Secure storage
high line 98

Access to system keychain/keyring

SourceSKILL.md
98### Keychain Sharing (optional)
medium line 100

Access to system keychain/keyring

SourceSKILL.md
100<key>keychain-access-groups</key>
medium line 122

Access to system keychain/keyring

SourceSKILL.md
122├── KeychainManager.swift # Secure storage
high line 179

Access to system keychain/keyring

SourceSKILL.md
179- Enable Keychain Sharing (if needed)
Scanned on Mar 1, 2026
View Security Dashboard