# d78ui98/APKDeepLens

Android security insights in full spectrum.

Repository: https://github.com/d78ui98/APKDeepLens
Canonical: https://ross.abutalabs.com/products/apkdeeplens
Language: Python
License: MIT
License Family: permissive
Topics: android, android-security, apk, mobile-security
Last push: 2026-05-16T12:15:27+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 82, release rhythm 35, longevity 72
- inputs: {"age_days": 1013, "days_push": 109, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1004, forks 135 (observed 2026-09-03T02:15:10.357005+00:00)

## What it is
APKDeepLens is a Python-based static analysis tool that decompiles Android APK files with JADX and scans them for security vulnerabilities mapped to the OWASP Mobile Top 10 (2024). It classifies findings by severity and exports reports in JSON, HTML, PDF, or TXT formats.

## Use cases
- scan an android apk for security vulnerabilities
- find hardcoded api keys and secrets in an apk
- analyze androidmanifest.xml for permission and component misconfigurations
- detect insecure webview and ssl/tls configurations in android apps
- integrate apk security scanning into a ci/cd pipeline
- generate a pdf or html security report for an android app

## When to choose
- you need automated static security analysis of android apk files
- you want findings mapped to OWASP Mobile Top 10 categories with severity levels
- you need multi-format reports (JSON, HTML, PDF, TXT) for compliance or review
- you want a cross-platform tool that runs on Windows, Linux, macOS, or Docker

## When to avoid
- you need dynamic analysis or runtime behavior testing of an app on a device
- you are analyzing iOS or other non-Android mobile apps
- you require deep taint analysis or exploit verification beyond pattern-based static checks

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, vulnerability-scanning, static-site-generator, cli, developer-tools
- domain: security, mobile-development, penetration-testing, developer-tools
- platform: python, cli, cross-platform, windows
- tags: android, apk, static-analysis, mobile-security, owasp-mobile, jadx, decompilation, report-generation, ci-cd, docker, linux, macos

## Member repositories
- d78ui98/APKDeepLens (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:10.357005+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:12:08.849921+00:00, confidence not recorded.
  - readme: https://github.com/d78ui98/APKDeepLens (fetched 2026-09-03T02:15:10.357005+00:00, sha 695bdadd0ad6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
