apk-redteam-pipeline

Download, decompile, and analyze Android APKs for secrets and vulnerabilities.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/Kisilev13/Hermes-Agent-Workspace --skill apk-redteam-pipeline-kisilev13
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apk-redteam-pipeline
Source: https://github.com/Kisilev13/Hermes-Agent-Workspace/tree/main/skills/apk-redteam-pipeline
Command: npx skills add https://github.com/Kisilev13/Hermes-Agent-Workspace --skill apk-redteam-pipeline-kisilev13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jadx, frida, objection, mitmproxy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the end-to-end analysis of Android APKs, revealing secrets, internal APIs, and potential vulnerabilities hidden within mobile applications.

Core Features & Use Cases

  • Automated APK Acquisition: Download APKs from various sources, including Play Store, APKPure, and APKMirror.
  • Decompilation: Decompile APKs using jadx for in-depth analysis.
  • Secret Detection: Search for hardcoded secrets, URLs, JWTs, Firebase keys, and more.
  • Component Enumeration: List and analyze exported components for potential attack vectors.
  • Runtime Instrumentation: Use Frida for runtime analysis and bypassing certificate pinning.
  • Network Traffic Capture: Capture and analyze network traffic using mitmproxy.
  • Use Case: Imagine you have access to an Android app. Use this Skill to automatically acquire the APK, decompile it, and search for hardcoded secrets, revealing potential vulnerabilities.

Quick Start

Run the apk-redteam-pipeline skill on the APK file located at '/path/to/apk/file.apk'.

Frequently Asked Questions about apk-redteam-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Android APK red-team analysis to find hardcoded secrets?▼

Android APK red-team analysis can be automated by downloading, decompiling with jadx, and scanning for hardcoded secrets, URLs, and Firebase keys. This process reveals internal APIs and potential vulnerabilities hidden within mobile applications.

Can I use frida to bypass certificate pinning during Android app analysis?▼

Frida is used for runtime instrumentation during Android app analysis to bypass certificate pinning. This allows capturing and analyzing network traffic through mitmproxy to identify security vulnerabilities in the mobile application.

What's the best way to decompile an APK and list exported components for attack vectors?▼

The best way to decompile an APK for component enumeration is using jadx to convert the dex code into readable source. This allows you to list and analyze exported components to identify potential attack vectors and vulnerabilities.

Do I need jadx and mitmproxy installed to analyze Android APKs for vulnerabilities?▼

Yes, you need jadx, frida, objection, and mitmproxy installed for in-depth Android APK analysis and exploitation. These dependencies provide the decompilation, runtime instrumentation, and network traffic capture required for vulnerability detection.

How do I download APKs from Play Store or APKMirror for security assessments?▼

Automated APK acquisition tools can download APK files from various sources including Play Store, APKPure, and APKMirror. This streamlines the security assessment process by acquiring the target application automatically before decompilation and analysis.