# Inspect Aab

> Inspect an Android App Bundle for modules, packaging, manifest risk and locally generated APK verification using bundletool

- Skill: `jason0404/inspect-aab` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jason0404/inspect-aab`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jason0404/inspect-aab/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jason0404 (https://skillmd.com/u/jason0404)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jason0404/inspect-aab

---


Inspect the user's `.aab` release artifact.

## Workflow
1. Confirm the AAB path and record name and size.
2. Locate `bundletool` from a user-provided path or available project/environment context.
3. Invoke `android-aab-analyzer`.
4. Report confirmed package/version/module/native-library/manifest observations where available.
5. When requested and `bundletool` is available, generate a local `.apks` archive in an output directory for further APK inspection. Never overwrite the original AAB.
6. Invoke `android-artifact-report-generator` when an HTML deliverable is required.

## Rules
- An AAB is not an installable APK.
- Do not claim that `apksigner` verifies an AAB.
- If `bundletool` is missing, state the limitation instead of guessing.

