Re Static banner
alvinhayy alvinhayy

Re Static

Development community

Description

--- description: Static-analyze an APK/IPA/web bundle (endpoints, secrets, permissions, deception) argument-hint: <path-to-apk|ipa|bundle> --- Invoke the **reverse-engineer** skill and run a full static-analysis pass on: `$ARGUMENTS` Steps: 1. Load the `reverse-engineer` skill. 2. Detect artifact type (APK/XAPK/AAB, IPA, or web/JS bundle) and run the matching pipeline: manifest/Info.plist → decompile (`jadx`/`apktool`; note Flutter `libapp.so`) → strings/URL carve → secrets (`trufflehog`

Installation

Installs to ~/.claude/commands/alvinhayy-mobile-reverseskill-re-static.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alvinhayy/Mobile-ReverseSkill/HEAD/.claude/commands/re-static.md -o ~/.claude/commands/alvinhayy-mobile-reverseskill-re-static.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository