teamspeak
maintainer Lumpiasty
· 31 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a pre-release client from the official teamspeak-services.com domain, which is plausibly the project's own infrastructure; downloading and installing the official binary tarball is normal packaging behavior despite the non-whitelisted host.
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 source is a pre-release client from the official teamspeak-services.com domain, which is plausibly the project's own infrastructure; downloading and installing the official binary tarball is normal packaging behavior despite the non-whitelisted host.
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
source=("teamspeak-client-$pkgver.tar.gz::https://files.teamspeak-services.com/pre_releases/client/${pkgver/beta/-beta}/teamspeak-client.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Arkadiusz Dzięgielewski <arek.dzski@gmail.com>
2
3
pkgname=teamspeak
4
pkgver=6.0.0beta4
5
pkgrel=2
6
pkgdesc="Software for quality voice communication via the Internet"
7
url="http://www.teamspeak.com"
8
license=('custom')
9
depends=(
10
'alsa-lib' 'aom' 'at-spi2-core' 'avahi' 'brotli' 'bzip2' 'cairo' 'dav1d'
11
'dbus' 'expat' 'ffmpeg' 'fontconfig' 'freetype2' 'fribidi' 'gdk-pixbuf2' 'glib2'
12
'glibc' 'glycin' 'gmp' 'gnutls' 'graphite' 'gsm' 'harfbuzz' 'highway'
13
'icu' 'lame' 'lcms2' 'leancrypto' 'libatomic' 'libcups' 'libdatrie' 'libdrm'
14
'libffi' 'libgcc' 'libglvnd' 'libgomp' 'libidn2' 'libjxl' 'libnotify' 'libogg'
15
'libp11-kit' 'libpng' 'librsvg' 'libseccomp' 'libsoxr' 'libstdc++' 'libtasn1' 'libthai'
16
'libtheora' 'libunistring' 'libva' 'libvdpau' 'libvorbis' 'libvpl' 'libvpx' 'libwebp'
17
'libx11' 'libxau' 'libxcb' 'libxcomposite' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes'
18
'libxi' 'libxkbcommon' 'libxml2' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'mesa'
19
'mpg123' 'nettle' 'nspr' 'nss' 'ocl-icd' 'opencore-amr' 'openjpeg2' 'opus'
20
'pango' 'pcre2' 'pixman' 'rav1e' 'snappy' 'speex' 'svt-av1' 'systemd-libs'
21
'util-linux-libs' 'wayland' 'x264' 'x265' 'xvidcore' 'xz' 'zlib'
22
)
23
optdepends=('libpulse')
24
arch=('x86_64')
25
source=("teamspeak-client-$pkgver.tar.gz::https://files.teamspeak-services.com/pre_releases/client/${pkgver/beta/-beta}/teamspeak-client.tar.gz"
26
"teamspeak-client.desktop")
27
sha512sums=('e3444539c591e197b6d7b32969ee2fe651e4158e4e5a8a4b39e1aeecb411f9b81377159bc94d298b88196d4a92b41d9f1d73beb7bf83ba238a4792a615d1247c'
28
'28f6cfbb842cd25d51819eccaa282aa0edd1e5b37e7eb14ef7e7e07723bd83fa7b3babc8f303021f83d3591a7d7f4db824f770c86d1b6a7326466e256cf787d0')
29
30
package() {
31
install -d "$pkgdir"/{usr/{bin,share/{licenses,pixmaps}},opt/$pkgname}/
32
33
# Recursively installing all top-level regular files and directories from srcdir
34
# Files supplied to makepkg as sources are present in srcdir using symbolic links
35
# That way we can only copy files extracted from source archives
36
find "$srcdir" \
37
-mindepth 1 \
38
-maxdepth 1 \
39
-type d,f \
40
! -name teamspeak-client.desktop \
41
-exec cp -r {} "$pkgdir/opt/$pkgname/" \;
42
43
chmod 0755 "$pkgdir/opt/$pkgname/TeamSpeak"
44
chmod 0755 "$pkgdir/opt/$pkgname/hotkey_helper"
45
46
install -Dm0644 "$srcdir/teamspeak-client.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
47
ln -s /opt/$pkgname/logo-256.png "$pkgdir/usr/share/pixmaps/teamspeak-client.png"
48
ln -s /opt/$pkgname/licenses "$pkgdir/usr/share/licenses/$pkgname"
49
ln -s /opt/$pkgname/TeamSpeak "$pkgdir/usr/bin/teamspeak"
50
}
51
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 |