Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityMédio

Apktool - Android APK Unpacking and Resource Extraction

porbrownfinesecurity·brownfinesecurity· v1.0.0 · atualizado em 2026-04-11
85
Score

Android APK unpacking and resource extraction tool for reverse engineering. Use when you need to decode APK files, extract resources, examine AndroidManifest.xml, analyze smali code, or repackage modified APKs.

android-securityreverse-engineeringapk-analysismobile-securityvulnerability-assessmentstatic-analysis
Linguagens
JavaSmali
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdapktool/workflow
1
Unpack the APK: — Use `apktool d <apk-file> -o <output-directory>` to extract the APK's contents.
2
Examine the AndroidManifest.xml: — Analyze permissions, exported components, and other security-relevant settings.
3
Search for hardcoded secrets: — Use `grep` to find API keys, passwords, and other sensitive information in resources and code.
4
Check for debuggable flag: — Determine if the app is debuggable in production.
5
Analyze smali code: — Disassemble DEX code and search for vulnerabilities.
6
(Optional) Repackage the APK: — If modifications are needed, use `apktool b <input-directory> -o <output-file>` to rebuild the APK.
7
Sign and align the APK: — Use `jarsigner` and `zipalign` to prepare the APK for installation.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Depende deApktool - Android APK Unpacking and Resource Extraction
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar a ←Deep Analysis
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Python Security Scanner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Apktool - Android APK Unpacking and Resource Extraction
apktool
Fases Cognitivas7
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
7.REFLECT
Triggers8
unpack an APK filedecode an Android applicationanalyze an APK's manifestextract resources from an APKrepackage a modified APKfind vulnerabilities in an APKexamine an APK for security issuesreverse engineer an Android app

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download apktool
$ synaptic skills detail apktool
$ synaptic skills live apktool

Dependências

apktoolkeytooljarsignerzipalign

Links

GitHub Repository