android-google-play-licensing
maintainer lennyscheidegger
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from a Google-hosted URL for a legitimate Android library; despite the non-whitelisted host, the content is a verifiable, non-executable SDK component installed in the correct location, posing minimal risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source archive from a Google-hosted URL for a legitimate Android library; despite the non-whitelisted host, the content is a verifiable, non-executable SDK component installed in the correct location, posing minimal risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source=("https://dl-ssl.google.com/android/repository/market_licensing-${_rev}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yen Chi Hsuan <yan12125 at gmail>
2
# Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com>
3
4
pkgname=android-google-play-licensing
5
_rev=r02
6
pkgver="1.${_rev}"
7
pkgrel=1
8
epoch=1
9
pkgdesc='Google Play Licensing client library'
10
replaces=('android-google-market-licensing')
11
arch=('any')
12
url="https://developer.android.com/google/play/licensing/index.html"
13
license=('custom')
14
depends=('android-sdk')
15
options=('!strip')
16
source=("https://dl-ssl.google.com/android/repository/market_licensing-${_rev}.zip")
17
sha1sums=('355e8dc304a92a5616db235af8ee7bd554356254')
18
19
package() {
20
install -Ddm755 "${pkgdir}/opt/android-sdk/extras/google/"
21
cp -dr --no-preserve=ownership "${srcdir}/google_market_licensing" \
22
"${pkgdir}/opt/android-sdk/extras/google/play_licensing"
23
24
install -Ddm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
25
install -Dm644 "${srcdir}/google_market_licensing/LICENSE.txt" \
26
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
27
28
chmod -R ugo+rX "${pkgdir}/opt"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |