mobile-security

Analyze APK and IPA files for secrets and insecure configurations.

7|1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/kiwamizamurai/cctf --skill mobile-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-security
Source: https://github.com/kiwamizamurai/cctf/tree/main/.claude/skills/mobile-security
Command: npx skills add https://github.com/kiwamizamurai/cctf --skill mobile-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes reference (resource) components.

What problem does it solve?

This Skill guides you through reverse engineering and security analysis of mobile apps (APK/IPA), helping you uncover hardcoded secrets, insecure configurations, and protection bypass techniques.

Core Features & Use Cases

  • APK/IPA analysis: Decompile, inspect resources, and search for secrets.
  • Frida/objection guidance: Dynamic analysis and instrumentation tips.
  • CTF patterns: Locate flags in resources, native libraries, or runtime checks.

Quick Start

Example steps to analyze an APK:

  • file app.apk
  • apktool d app.apk -o extracted/