morphe-ai: Skill for Kiro

.kiro/skills/jadx/SKILL.md

jadx is a skill for Kiro from Paresh-Maheshwari/morphe-ai. It costs 51 tokens per session (4,703 once invoked), scanned A, original, GPL-3.0.

An Android app decompiler that turns DEX bytecode into more readable Java-like source code. DEX files contain the compiled code inside Android apps.

In plain words
What is it for?
Use it to decompile APK files, inspect app logic, search for vulnerabilities or hardcoded credentials, and analyze how an Android app works.
Why use it?
It makes compiled app logic easier to inspect when you do not have the original source project. This can help with understanding behavior and looking for security problems or embedded secrets.

Skill for Kiro

Written for Kiro: installed under .kiro/.

This is Paresh-Maheshwari/morphe-ai's own configuration. It tells Kiro how to work on morphe-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything morphe-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Paresh-Maheshwari/morphe-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Paresh-Maheshwari/morphe-ai/main/.kiro/skills/jadx/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Paresh-Maheshwari/morphe-ai

Made for: Kiro.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jadx

README.md
[![agentmods](https://agentmods.dev/badge/skills/paresh-maheshwari/morphe-ai/jadx/github.svg)](https://agentmods.dev/skills/paresh-maheshwari/morphe-ai/jadx)
Your own site
<a href="https://agentmods.dev/skills/paresh-maheshwari/morphe-ai/jadx"><img src="https://agentmods.dev/badge/skills/paresh-maheshwari/morphe-ai/jadx/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jadx

Your own site · 80×15
<a href="https://agentmods.dev/skills/paresh-maheshwari/morphe-ai/jadx"><img src="https://agentmods.dev/badge/skills/paresh-maheshwari/morphe-ai/jadx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,703 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.04703
Opus 5 $0.00026 $0.02351
Sonnet 5 $0.00010 $0.00941
Haiku 4.5 $0.00005 $0.00470

Measured 12d ago against content hash 6ab2f8573c09, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jadx scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Test endpoints with curl/burp
.kiro/skills/jadx/SKILL.md · 676 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 676 lines · 51 tokens per session scan A 6ab2f8573c09

Subscribe to this mod's changes

jadx is a skill published in the GitHub repository Paresh-Maheshwari/morphe-ai (155 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 51 tokens to every session and 4,703 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

analyzing-android-malware-with-apktool

Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically…

mukul975/Anthropic-Cybersecurity-Skills · 84 tokens

Mobile Application Security

Android and iOS application security testing — static and dynamic analysis, APK/IPA inspection, OWASP MASVS/MASTG verification, secure-storage and transport review, and mobile malware triage for authorized assessments.

Masriyan/Claude-Code-CyberSecurity-Skill · 46 tokens

analyzing-android-malware-with-apktool

Use when perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source recovery, and androguard for permission analysis, manifest inspection, and suspicious API call detection. Use when performing static analysis of android apk malware samples using apktool.

oyi77/1ai-skills · 66 tokens

analyzing-android-dex-malware

Reverses Android malware: unpacking APKs, decompiling DEX bytecode to readable Java, auditing the manifest for abused permissions and components, and locating dynamically loaded or native payloads. Activates for requests to analyze an APK, decompile DEX, or investigate a suspicious Android app.

meltedinhex/analyst-ai-pack · 71 tokens

apk-redteam-pipeline

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

uphiago/recon-skills · 145 tokens

analyzing-android-malware-with-apktool

Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source recovery, and androguard for permission analysis, manifest inspection, and suspicious API call detection.

autohandai/community-skills · 50 tokens