teamspeak-bin
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
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)
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) highlightedsource=( 'renderer' )
# Maintainer: Arkadiusz Dzięgielewski <arek.dzski@gmail.com>
pkgname=teamspeak-bin
pkgver=6.0.0beta4.1
pkgrel=1
pkgdesc="Software for quality voice communication via the Internet"
url="http://www.teamspeak.com"
license=('custom')
depends=(
'alsa-lib' 'aom' 'at-spi2-core' 'avahi' 'brotli' 'bzip2' 'cairo' 'dav1d'
'dbus' 'expat' 'ffmpeg' 'fontconfig' 'freetype2' 'fribidi' 'gdk-pixbuf2' 'glib2'
'glibc' 'glycin' 'gmp' 'gnutls' 'graphite' 'gsm' 'harfbuzz' 'highway'
'icu' 'lame' 'lcms2' 'leancrypto' 'libatomic' 'libcups' 'libdatrie' 'libdrm'
'libffi' 'libgcc' 'libglvnd' 'libgomp' 'libidn2' 'libjxl' 'libnotify' 'libogg'
'libp11-kit' 'libpng' 'librsvg' 'libseccomp' 'libsoxr' 'libstdc++' 'libtasn1' 'libthai'
'libtheora' 'libunistring' 'libva' 'libvdpau' 'libvorbis' 'libvpl' 'libvpx' 'libwebp'
'libx11' 'libxau' 'libxcb' 'libxcomposite' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes'
'libxi' 'libxkbcommon' 'libxml2' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'mesa'
'mpg123' 'nettle' 'nspr' 'nss' 'ocl-icd' 'opencore-amr' 'openjpeg2' 'opus'
'pango' 'pcre2' 'pixman' 'rav1e' 'snappy' 'speex' 'svt-av1' 'systemd-libs'
'util-linux-libs' 'wayland' 'x264' 'x265' 'xvidcore' 'xz' 'zlib'
)
optdepends=('libpulse')
arch=('x86_64')
source=("teamspeak-client-$pkgver.tar.gz::https://files.teamspeak-services.com/pre_releases/client/${pkgver/beta/-beta}/teamspeak-client.tar.gz"
"teamspeak-client.desktop")
sha512sums=('357e5bc612c5019a41c4f98885067b9a56ccddc3324a629085760baa95c09fce21ca5be2cd31494e4609b006ec028706729e27eb280057a7c0332979b2259964'
'28f6cfbb842cd25d51819eccaa282aa0edd1e5b37e7eb14ef7e7e07723bd83fa7b3babc8f303021f83d3591a7d7f4db824f770c86d1b6a7326466e256cf787d0')
package() {
install -d "$pkgdir"/{usr/{bin,share/{licenses,pixmaps}},opt/teamspeak-bin}/
# Recursively installing all top-level regular files and directories from srcdir
# Files supplied to makepkg as sources are present in srcdir using symbolic links
# That way we can only copy files extracted from source archives
find "$srcdir" \
-mindepth 1 \
-maxdepth 1 \
-type d,f \
! -name teamspeak-client.desktop \
-exec cp -r {} "$pkgdir/opt/teamspeak-bin/" \;
chmod 0755 "$pkgdir/opt/teamspeak-bin/TeamSpeak"
chmod 0755 "$pkgdir/opt/teamspeak-bin/hotkey_helper"
install -Dm0644 "$srcdir/teamspeak-client.desktop" "$pkgdir/usr/share/applications/teamspeak-bin.desktop"
ln -s /opt/teamspeak-bin/logo-256.png "$pkgdir/usr/share/pixmaps/teamspeak-client.png"
ln -s /opt/teamspeak-bin/licenses "$pkgdir/usr/share/licenses/teamspeak-bin"
ln -s /opt/teamspeak-bin/TeamSpeak "$pkgdir/usr/bin/teamspeak"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |