donkey-me

MEDIUM
maintainer son_link 1 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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