almasumdev/awesome-mobile-security-agent-skills

Agent skills for securing mobile apps: storage, transport, auth, obfuscation, and hardening.

2Stars on the repository
20Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

biometric-auth

01

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Biometric authentication on mobile using BiometricPrompt and LAContext, with keys cryptographically gated by user biometry. Use when adding unlock, re-auth, or step-up auth flows.

not rated 2 4mo ago A 41 tokens

oauth-mobile

03

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

OAuth 2.1 + PKCE for native mobile apps. Covers redirect URIs, AppAuth libraries, and the flows that are safe vs deprecated. Use when implementing or reviewing user login.

not rated 2 4mo ago A 42 tokens

anti-tampering

05

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Anti-tampering on mobile — signature checks, runtime application self-protection (RASP), and realistic return on investment. Use to decide which integrity controls are worth shipping.

not rated 2 4mo ago A 40 tokens

gdpr-mobile

08

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

GDPR on mobile — lawful basis per processing purpose, Data Subject Access Requests (DSAR), and deletion workflows. Use when shipping in the EEA / UK or any GDPR-aligned jurisdiction.

not rated 2 4mo ago A 43 tokens

mitm-prevention

10

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Preventing man-in-the-middle attacks on mobile — user CA posture on newer Android and iOS, cleartext traffic policies, and platform configuration. Use when configuring the app's network security baseline.

not rated 2 4mo ago A 44 tokens

tls-pinning

11

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

TLS certificate pinning on mobile — pin sets, backup pins, kill switch, and library-specific wiring for OkHttp, URLSession, Dio, and TrustKit. Use when hardening the network layer.

not rated 2 4mo ago A 45 tokens

consent-management

12

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Platform consent frameworks on mobile — iOS App Tracking Transparency (ATT) and Android User Messaging Platform (UMP) for GDPR / CCPA. Use when integrating analytics, ads, or any cross-app tracking.

not rated 2 4mo ago A 45 tokens

secrets-management

15

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Handling secrets for mobile clients — why the client should not hold secrets, how to use a config server, and how App Check / Play Integrity replace API keys. Use when adding third-party SDKs or new server endpoints.

not rated 2 4mo ago A 48 tokens

keystore-keychain

17

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Using the Android Keystore (StrongBox / TEE) and iOS Keychain / Secure Enclave for hardware-backed keys, including biometric-gated keys. Use when generating or using long-lived cryptographic keys on device.

not rated 2 4mo ago A 50 tokens

secure-storage

18

almasumdev/awesome-mobile-security-agent-skills

Skill Claude CodeCodex

Cross-platform secure storage on mobile. Covers Android EncryptedSharedPreferences / Tink, iOS Keychain, fluttersecurestorage, and react-native-keychain. Use when persisting tokens, credentials, or PII on device.

not rated 2 4mo ago A 49 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: