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