Babysitter Mobile Security Testing Skill

Android and iOS application security testing

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/security-research/skills/mobile-security" ~/.claude/skills/a5c-ai-babysitter-mobile-security-testing-skill && rm -rf "$T"
manifest: library/specializations/security-research/skills/mobile-security/SKILL.md
source content

Mobile Security Testing Skill

Overview

This skill provides Android and iOS application security testing capabilities using dynamic instrumentation and analysis tools.

Capabilities

  • Execute Frida scripts for hooking
  • Analyze APK/IPA files
  • Bypass SSL pinning
  • Extract app data and credentials
  • Perform dynamic instrumentation
  • Support Objection framework
  • Run MobSF analysis
  • Generate mobile security reports

Target Processes

  • mobile-app-security-research.js
  • bug-bounty-workflow.js
  • red-team-operations.js

Dependencies

  • Frida (frida-tools)
  • Objection framework
  • MobSF (Mobile Security Framework)
  • adb (Android Debug Bridge)
  • idevice tools (iOS)
  • apktool, jadx (Android)

Usage Context

This skill is essential for:

  • Mobile application penetration testing
  • App store security assessment
  • Mobile malware analysis
  • API security testing from mobile apps
  • SSL/TLS inspection

Integration Notes

  • Supports both rooted and non-rooted testing
  • Can automate common bypass techniques
  • Integrates with CI/CD for mobile security
  • Supports emulator and real device testing
  • Can extract and analyze app binaries