ddper
The package downloads a prebuilt executable tarball from a non-standard, non-whitelisted host (ddper.ir) which is not a common upstream or forge domain, and the archive is used as-is without rebuilding from source, creating a supply-chain risk if the host is compromised.
Triggered rules
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:17
source=("https://ddper.ir/client/linux/DDPER-${pkgver}-linux_${_arch}.tar.xz")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt executable tarball from a non-standard, non-whitelisted host (ddper.ir) which is not a common upstream or forge domain, and the archive is used as-is without rebuilding from source, creating a supply-chain risk if the host is compromised.
PKGBUILD
1 offending line(s) highlighted# Maintainer: solidstrong <latifishal@gmail.com>
pkgname=ddper
pkgver=9.1
pkgrel=1
pkgdesc="DDPER (unofficial DDNet client)"
arch=('x86_64')
url="https://ddper.ir"
options=('!debug')
license=('custom:Proprietary')
depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs' 'vulkan-icd-loader')
optdepends=('discord-game-sdk: Enable rich presence in Discord desktop client.')
provides=('ddper')
_arch="x86_64"
source=("https://ddper.ir/client/linux/DDPER-${pkgver}-linux_${_arch}.tar.xz")
sha256sums=('7228b5ec923c43273b613e72f3f7d0e59430e8a3a2751e8a7825628f490f2c46')
prepare() {
mkdir -p "$srcdir/tmp"
tar -xf "DDPER-${pkgver}-linux_${_arch}.tar.xz" \
-C "$srcdir/tmp" \
--strip-components=1
}
build() {
:
}
package() {
install -d "$pkgdir/opt/$pkgname"
install -d "$pkgdir/usr/bin"
install -d "$pkgdir/usr/share/applications"
install -d "$pkgdir/usr/share/icons/hicolor/48x48/apps"
install -d "$pkgdir/usr/share/licenses/$pkgname"
cp -a "$srcdir/tmp/." "$pkgdir/opt/$pkgname"
# Wrapper to ensure correct working directory
cat << 'EOF' > "$pkgdir/usr/bin/ddper"
#!/bin/bash
exec /opt/ddper/DDPER "$@"
EOF
chmod +x "$pkgdir/usr/bin/ddper"
# Application icon
install -Dm644 "$srcdir/tmp/data/gui_logo.png" \
"$pkgdir/usr/share/icons/hicolor/48x48/apps/ddper.png"
# License
if [[ -f "$srcdir/tmp/LICENSE" ]]; then
install -Dm644 "$srcdir/tmp/LICENSE" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
fi
# Desktop entry
cat << EOF > "$pkgdir/usr/share/applications/ddper.desktop"
[Desktop Entry]
Type=Application
Name=DDPER
StartupWMClass=DDPER
GenericName=Platform Game
Exec=/usr/bin/ddper %u
Icon=ddper
Terminal=false
Keywords=game;multiplayer;
Categories=Game;ArcadeGame;
MimeType=x-scheme-handler/ddper;
Comment=Launch DDPER
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |