ddper

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

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

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:17 source=("https://ddper.ir/client/linux/DDPER-${pkgver}-linux_${_arch}.tar.xz")
Medium AI review 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
1# Maintainer: solidstrong <latifishal@gmail.com>
2
3pkgname=ddper
4pkgver=9.1
5pkgrel=1
6pkgdesc="DDPER (unofficial DDNet client)"
7arch=('x86_64')
8url="https://ddper.ir"
9options=('!debug')
10license=('custom:Proprietary')
11depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs' 'vulkan-icd-loader')
12optdepends=('discord-game-sdk: Enable rich presence in Discord desktop client.')
13provides=('ddper')
14
15_arch="x86_64"
16
17source=("https://ddper.ir/client/linux/DDPER-${pkgver}-linux_${_arch}.tar.xz")
18sha256sums=('7228b5ec923c43273b613e72f3f7d0e59430e8a3a2751e8a7825628f490f2c46')
19
20prepare() {
21 mkdir -p "$srcdir/tmp"
22
23 tar -xf "DDPER-${pkgver}-linux_${_arch}.tar.xz" \
24 -C "$srcdir/tmp" \
25 --strip-components=1
26}
27
28build() {
29 :
30}
31
32package() {
33 install -d "$pkgdir/opt/$pkgname"
34 install -d "$pkgdir/usr/bin"
35 install -d "$pkgdir/usr/share/applications"
36 install -d "$pkgdir/usr/share/icons/hicolor/48x48/apps"
37 install -d "$pkgdir/usr/share/licenses/$pkgname"
38
39 cp -a "$srcdir/tmp/." "$pkgdir/opt/$pkgname"
40
41 # Wrapper to ensure correct working directory
42 cat << 'EOF' > "$pkgdir/usr/bin/ddper"
43#!/bin/bash
44exec /opt/ddper/DDPER "$@"
45EOF
46 chmod +x "$pkgdir/usr/bin/ddper"
47
48 # Application icon
49 install -Dm644 "$srcdir/tmp/data/gui_logo.png" \
50 "$pkgdir/usr/share/icons/hicolor/48x48/apps/ddper.png"
51
52 # License
53 if [[ -f "$srcdir/tmp/LICENSE" ]]; then
54 install -Dm644 "$srcdir/tmp/LICENSE" \
55 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
56 fi
57
58 # Desktop entry
59 cat << EOF > "$pkgdir/usr/share/applications/ddper.desktop"
60[Desktop Entry]
61Type=Application
62Name=DDPER
63StartupWMClass=DDPER
64GenericName=Platform Game
65Exec=/usr/bin/ddper %u
66Icon=ddper
67Terminal=false
68Keywords=game;multiplayer;
69Categories=Game;ArcadeGame;
70MimeType=x-scheme-handler/ddper;
71Comment=Launch DDPER
72EOF
73}

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