teamspeak-bin

LOW
maintainer blaszorrilla 9 votes scanned 2026-09-17 00:27:14.276658
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
1source=( 'renderer' )
2# Maintainer: Arkadiusz Dzięgielewski <arek.dzski@gmail.com>
3
4pkgname=teamspeak-bin
5pkgver=6.0.0beta4.1
6pkgrel=1
7pkgdesc="Software for quality voice communication via the Internet"
8url="http://www.teamspeak.com"
9license=('custom')
10depends=(
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)
24optdepends=('libpulse')
25arch=('x86_64')
26source=("teamspeak-client-$pkgver.tar.gz::https://files.teamspeak-services.com/pre_releases/client/${pkgver/beta/-beta}/teamspeak-client.tar.gz"
27 "teamspeak-client.desktop")
28sha512sums=('357e5bc612c5019a41c4f98885067b9a56ccddc3324a629085760baa95c09fce21ca5be2cd31494e4609b006ec028706729e27eb280057a7c0332979b2259964'
29 '28f6cfbb842cd25d51819eccaa282aa0edd1e5b37e7eb14ef7e7e07723bd83fa7b3babc8f303021f83d3591a7d7f4db824f770c86d1b6a7326466e256cf787d0')
30
31package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion