dummydroid-bin

LOW
maintainer dreieck 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a JAR file from the project's official domain, which is not on a standard code host but plausibly owned by the project maintainer; the source is verified via checksum and the package builds no code, only installs a prebuilt JAR with a wrapper script, posing low supply-chain 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 JAR file from the project's official domain, which is not on a standard code host but plausibly owned by the project maintainer; the source is verified via checksum and the package builds no code, only installs a prebuilt JAR with a wrapper script, posing low supply-chain 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:25 "https://raccoon.onyxbits.de/${_pkgbase}/${_pkgname}-${pkgver}.jar"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: dreieck
2# Contributor: fordprefect (https://aur.archlinux.org/account/fordprefect)
3
4### Based on the `PKGBUILD` for the package "raccoon-bin" by fordprefect (https://aur.archlinux.org/account/fordprefect).
5
6_pkgbase='dummydroid'
7_pkgname="${_pkgbase}"
8pkgbase="${_pkgbase}-bin"
9pkgname="${_pkgname}-bin"
10groups=("raccoon")
11pkgver=3.0
12pkgrel=2
13arch=('any')
14pkgdesc="A compagnion tool for Raccoon, to spoof arbitrary Android devices and generate a GSF ID / User Agent String for them, and check if a given proxy server is suitable for downloading geo blocked apps. It also allows web browser based login for Racoon. "
15url="https://raccoon.onyxbits.de/dummydroid/"
16license=('Apache')
17depends=(
18 'java-runtime'
19 'sh'
20)
21optdepends=('raccoon')
22provides=("${_pkgname}=${pkgver}")
23conflicts=("${_pkgname}")
24source=(
25 "https://raccoon.onyxbits.de/${_pkgbase}/${_pkgname}-${pkgver}.jar"
26 "${_pkgname}.sh.in"
27 "${_pkgname}.desktop"
28)
29## Do extract in order to get the icon.
30# noextract=(
31# "${_pkgname}-${pkgver}.jar"
32# )
33sha256sums=(
34 '28520aa8dad9f69a585b8469f3d0ce76a5531b5a4a85c377798619a5754466cc'
35 '81b5bdb9e94338578977bc60eeaf68da0c65d817c581a59ccf47579e03810d1a'
36 '0b39f6793ce5f8acb7041e12080f0a7983c2d0c71ba4ccf44755a005e353f51a'
37)
38
39build() {
40 cd "${srcdir}"
41
42 # Create launcher script.
43 sed -e "s|%%_PKGNAME%%|${_pkgname}|g" -e "s|%%PKGVER%%|${pkgver}|g" "${_pkgname}.sh.in" > "${_pkgname}.sh"
44 chmod 755 "${_pkgname}.sh"
45}
46
47package() {
48 cd "${srcdir}"
49
50 # install files to java shared dir
51 install -Dvm644 "${_pkgname}-${pkgver}.jar" "${pkgdir}/usr/share/java/${_pkgname}/${_pkgname}-${pkgver}.jar"
52
53 # install icon and desktop database entry
54 install -Dvm644 "de/onyxbits/raccoon/dummydroid/appicon.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
55 install -Dvm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
56
57 # starter
58 install -Dvm755 "${srcdir}/${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion