almasumdev

306 mods across 15 repositories, 16 stars between them.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

2 4mo ago A 49 tokens

almasumdev/awesome-flutter-agent-skills

Skill Claude CodeCodex

Expert guidance on setting up and maintaining a modern Flutter application architecture using Clean Architecture, feature modularization, and dependency injection. Use this when asked about project structure, package layout, or DI.

1 4mo ago A 42 tokens

flutter-data-layer

22

almasumdev/awesome-flutter-agent-skills

Skill Claude CodeCodex

Build an offline-first data layer in Flutter using the Repository pattern with Drift/Isar/sqflite for local storage and Dio for networking. Use this when implementing repositories, data sources, or caching.

1 4mo ago A 45 tokens

almasumdev/awesome-flutter-agent-skills

Skill Claude CodeCodex

Proper implementation of Flutter application state using Riverpod or BLoC, emphasizing immutable state, unidirectional data flow, and testability. Use this when writing view-models or state notifiers.

1 4mo ago A 44 tokens

flutter-ci-cd

24

almasumdev/awesome-flutter-agent-skills

Skill Claude CodeCodex

Setup CI/CD for Flutter — GitHub Actions, Codemagic, Fastlane, code signing, and automated Play Store / App Store releases. Use this when automating builds, tests, and releases.

1 4mo ago A 46 tokens