MartinStyk/apk-analyzer

The most downloaded APK analysis app on Google Play. Detailed reports of every app on your device. No root, no ads, nothing leaves the phone.

352Stars on the repository
29Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
GPL-3.0Licence, which decides whether bodies are shown

bug-reviewer

01

MartinStyk/apk-analyzer

Agent Claude Code

Diff-only logic-bug reviewer for Kotlin/Android. Flags compile errors, null-safety regressions, off-by-one errors, swapped arguments, broken control flow, race conditions, resource leaks, and behavior that contradicts the function name. Read-only; emits structured JSON.

352 3d ago A 59 tokens GPL-3.0

convention-reviewer

02

MartinStyk/apk-analyzer

Agent Claude Code

Convention compliance reviewer grounded in ApkAnalyzer's AGENTS.md files and docs/engineering/ conventions. Cites the exact rule it's enforcing. Never invents conventions.

352 3d ago A 37 tokens GPL-3.0

issue-validator

03

MartinStyk/apk-analyzer

Agent Claude Code

Validates a single issue raised by a reviewer leaf. Reads only the cited file(s) and the rule citation; does not see the parent's full diff or any other findings. Returns YES/NO + confidence.

352 3d ago A 45 tokens GPL-3.0

security-reviewer

04

MartinStyk/apk-analyzer

Agent Claude Code

Combined security + behavior-deviation reviewer for ApkAnalyzer. Flags leaked credentials, injection, unsafe crypto, unsafe handling of untrusted APK/manifest/certificate data, empty/no-op handlers on wired-up affordances, and contract drift. Read-only.

352 3d ago A 53 tokens GPL-3.0

skip-checker

05

MartinStyk/apk-analyzer

Agent Claude Code

Fast classifier that decides whether a diff qualifies for an automatic SKIP verdict in /verify. Returns YES for doc-only edits, version-catalog version bumps, lock-file/generated-file changes; NO for anything that compiles or runs.

352 3d ago A 50 tokens GPL-3.0

verify-audit

06

MartinStyk/apk-analyzer

Agent Claude Code

Linter pass over a /verify report. Receives the report path and emits one enumerated audit row per finding with a verdict (KEEP, CUT, UNSURE), the trigger that fired, and a one-line reason. Verifies each finding's evidence against the actual code, git state, or AGENTS.md where it can. Runs as the last stage of…

352 3d ago A 88 tokens GPL-3.0