donkey-me

maintainer son_link · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary archive ('runner' executable) from Dropbox, a personal/unofficial file-hosting service. The binary is installed and made executable at /opt/donkeyme/runner, and a wrapper script in /usr/bin invokes it directly. Dropbox links can be silently replaced by the account owner at any time, and the MD5 checksum (already a weak algorithm) only protects against accidental corruption, not a deliberate substitution by the host account owner. There is no GPG signature or stronger integrity guarantee. This is a genuine supply-chain concern: an executed binary from a non-official, user-controlled host. The risk is real but not evidence of active malice, so medium is the correct rating.

Triggered rules

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:15 source=('https://www.dropbox.com/s/i6kw9tf6gu6lctw/donkeyme.zip?dl=0'
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 85%): The PKGBUILD downloads a prebuilt binary archive ('runner' executable) from Dropbox, a personal/unofficial file-hosting service. The binary is installed and made executable at /opt/donkeyme/runner, and a wrapper script in /usr/bin invokes it directly. Dropbox links can be silently replaced by the account owner at any time, and the MD5 checksum (already a weak algorithm) only protects against accidental corruption, not a deliberate substitution by the host account owner. There is no GPG signature or stronger integrity guarantee. This is a genuine supply-chain concern: an executed binary from a non-official, user-controlled host. The risk is real but not evidence of active malice, so medium is the correct rating.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alfonso Saaverda "Son Link" <sonlink.dourden@gmail.com>
2
3pkgname=donkey-me
4pkgver=1.0
5pkgrel=3
6pkgdesc="A Donkey Kong game whit some grafics themes ispired on clasicals movies like Star Wars, Indiana Jones, Alien, etc"
7arch=('i686' 'x86_64')
8url='http://www.bruneras.com/games_donkeyme.php'
9license=('FREE')
10depends=('zlib' 'openssl-1.0' 'openal' 'mesa')
11if [ "$CARCH" = "x86_64" ]; then
12 depends+=('lib32-zlib' 'lib32-openssl-1.0' 'lib32-openal' 'lib32-mesa')
13fi
14arch=('x86_64' 'i686')
15source=('https://www.dropbox.com/s/i6kw9tf6gu6lctw/donkeyme.zip?dl=0'
16 ${pkgname}.png ${pkgname}.desktop)
17md5sums=('10a72ea8500088f956ddbafe54586024'
18 '23360dd4e532bb12ba66d9d42185d7b3'
19 '1c4a5d81d3419308de06ffb4a0d6e99f')
20
21package() {
22 cd ${srcdir}/donkeyme
23 mkdir -p ${pkgdir}/usr/bin
24 echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname
25 echo "cd /opt/donkeyme/ && ./runner" >> $pkgdir/usr/bin/$pkgname
26 chmod 755 $pkgdir/usr/bin/$pkgname
27 mkdir -p ${pkgdir}/opt/donkeyme/assets/
28 cp * -r ${pkgdir}/opt/donkeyme/
29 find "$pkgdir"/opt -type f -exec chmod 644 "{}" \;
30 find "$pkgdir"/opt -type d -exec chmod 755 "{}" \;
31 chmod a+x ${pkgdir}/opt/donkeyme/runner
32 mkdir -p ${pkgdir}/usr/share/icons
33 mkdir -p ${pkgdir}/usr/share/applications/
34 install -m 644 "${srcdir}/${pkgname}.png" ${pkgdir}/usr/share/icons
35 install -m 644 "${srcdir}/${pkgname}.desktop" ${pkgdir}/usr/share/applications
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion