Performs static analysis on Android APK malware using apktool for decompilation, jadx for Java source recovery, and androguard for permissions, manifest checks, suspicious APIs, and risk reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills-zh:analyzing-android-malware-with-apktoolThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
以 APK 文件形式分发的 Android 恶意软件可通过静态分析提取权限、Activity、Service、广播接收器和可疑 API 调用,无需执行样本。本技能使用 androguard 进行编程化 APK 分析,识别危险权限组合、混淆代码模式、动态代码加载、基于反射的 API 调用以及网络通信指标。
以 APK 文件形式分发的 Android 恶意软件可通过静态分析提取权限、Activity、Service、广播接收器和可疑 API 调用,无需执行样本。本技能使用 androguard 进行编程化 APK 分析,识别危险权限组合、混淆代码模式、动态代码加载、基于反射的 API 调用以及网络通信指标。
androguardnpx claudepluginhub killvxk/cybersecurity-skills-zhPerforms static analysis of Android APK malware using apktool, jadx, and androguard to extract permissions, suspicious API calls, and C2 indicators.
Performs static analysis of Android APK malware using apktool, jadx, and androguard to extract permissions, suspicious API calls, and C2 indicators.
Performs static analysis of Android APK malware using apktool for decompilation, jadx for Java source recovery, and androguard for permissions, manifest, and suspicious API detection.