Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityMédio

iOS Security

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
80
Score

iOS security best practices including Keychain Services, CryptoKit encryption, biometric authentication with Face ID and Touch ID, Secure Enclave key storage, LAContext configuration, App Transport Security (ATS), certificate pinning, data protection classes, secure coding patterns, and encryption implementation. Use when implementing app security features, auditing privacy manifests, configuring App Transport Security, securing keychain access, adding biometric authentication, or encrypting sensitive data with CryptoKit.

iossecuritykeychaincryptokitbiometricsatscertificate-pinning
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdios-security/workflow
1
Assess Security Needs: — Identify sensitive data and security requirements.
2
Keychain Implementation: — Store credentials securely using Keychain Services with appropriate access levels.
3
Data Encryption: — Encrypt sensitive data using CryptoKit (AES-GCM).
4
Biometric Authentication: — Implement Face ID or Touch ID using LocalAuthentication.
5
ATS Configuration: — Configure App Transport Security to enforce HTTPS.
6
Certificate Pinning: — Implement certificate pinning for sensitive API connections.
7
Privacy Manifest Audit: — Review and update privacy manifests.
8
Testing and Validation: — Test and validate all security implementations.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aWallet Policy Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aQuery Token Audit Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aSpring Boot Security Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

iOS Security
ios-security
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
implement iOS security best practicessecure iOS app dataencrypt sensitive data on iOSadd biometric authentication to iOS appconfigure App Transport Securitysecure keychain accessaudit iOS privacy manifestsstore credentials securely on iOS

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download ios-security
$ synaptic skills detail ios-security
$ synaptic skills live ios-security

Dependências

CryptoKitLocalAuthentication

Links

GitHub Repository