# bytedance/appshark

Appshark is a static taint analysis platform to scan vulnerabilities in an Android app.

Repository: https://github.com/bytedance/appshark
Canonical: https://ross.abutalabs.com/products/appshark
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: android, compliance, static-analysis, vulnerability
Last push: 2026-03-04T07:22:55+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 70, release rhythm 8, longevity 100
- inputs: {"age_days": 1462, "days_push": 182, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1752, forks 181 (observed 2026-08-28T04:05:31.714043+00:00)

## What it is
AppShark is a static taint analysis platform written in Kotlin that scans Android APKs for security vulnerabilities and compliance issues. It runs as a JVM-based CLI tool driven by JSON5 config files and custom analysis rules, producing JSON results.

## Use cases
- scan an android apk for security vulnerabilities
- find taint flows from sources to sinks in android apps
- detect compliance problems in android apps
- detect zip slip path traversal vulnerabilities
- write custom static analysis rules for android

## When to choose
- you need static taint analysis of Android APKs without running the app
- you want customizable JSON-based vulnerability detection rules
- you need to audit Android apps for privacy or compliance violations

## When to avoid
- you need dynamic analysis or runtime behavior of the app
- you are analyzing non-Android JVM or native code
- you cannot use JDK 11, the only supported runtime

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, vulnerability-scanning, static-site-generator, parser, developer-tools
- domain: security, android-tools, developer-tools, mobile-development
- platform: jvm, cli, cross-platform
- tags: android, taint-analysis, static-analysis, apk, kotlin, compliance, vulnerability-detection

## Member repositories
- bytedance/appshark (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:31.714043+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-30T03:28:17.660123+00:00, confidence not recorded.
  - readme: https://github.com/bytedance/appshark (fetched 2026-08-28T04:05:31.714043+00:00, sha cedfb4ff980e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
