dummydroid-bin
maintainer dreieck
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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}"
8
pkgbase="${_pkgbase}-bin"
9
pkgname="${_pkgname}-bin"
10
groups=("raccoon")
11
pkgver=3.0
12
pkgrel=2
13
arch=('any')
14
pkgdesc="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. "
15
url="https://raccoon.onyxbits.de/dummydroid/"
16
license=('Apache')
17
depends=(
18
'java-runtime'
19
'sh'
20
)
21
optdepends=('raccoon')
22
provides=("${_pkgname}=${pkgver}")
23
conflicts=("${_pkgname}")
24
source=(
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
# )
33
sha256sums=(
34
'28520aa8dad9f69a585b8469f3d0ce76a5531b5a4a85c377798619a5754466cc'
35
'81b5bdb9e94338578977bc60eeaf68da0c65d817c581a59ccf47579e03810d1a'
36
'0b39f6793ce5f8acb7041e12080f0a7983c2d0c71ba4ccf44755a005e353f51a'
37
)
38
39
build() {
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
47
package() {
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) | 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 |