teamviewer
The package downloads official TeamViewer .deb binaries from the vendor's own domain (dl.teamviewer.com), which is a standard and expected source, despite not being on a whitelist; the build process unpacks and installs them without executing remote code or introducing unverifiable payloads.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads official TeamViewer .deb binaries from the vendor's own domain (dl.teamviewer.com), which is a standard and expected source, despite not being on a whitelist; the build process unpacks and installs them without executing remote code or introducing unverifiable payloads.
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:30
source_x86_64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlightedpkgname=teamviewer
pkgver=15.79.4
pkgrel=1
pkgdesc='All-In-One Software for Remote Support and Online Meetings'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.teamviewer.com/en/download/portal/linux/'
license=('custom')
options=('!strip')
provides=('teamviewer')
conflicts=('teamviewer-beta')
# /opt/teamviewer/tv_bin/script/teamviewer_setup checklibs can check deps for each TV component:
# TV_DMN, TV_DESK, TV_GUI
depends=(
'hicolor-icon-theme'
'qt5-x11extras'
'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it.
'qt5-svg'
)
#depends_x86_64=(
# libdepends:
# 'lib32-libxtst'
# 'lib32-libxinerama'
# 'lib32-libxrandr'
# 'lib32-libxdamage'
# 'lib32-fontconfig'
# 'lib32-libsm')
#depends_i686=()
#depends_armv7h=()
install=teamviewer.install
source_x86_64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
source_armv7h=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_armhf.deb")
source_aarch64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_arm64.deb")
sha256sums_x86_64=('165b0c6ce8a910b31187f9611be62fa848e9c1331853311b9ac9332dc28e8e2b')
sha256sums_armv7h=('a9890eca2b6f44d180331479a847869bc28672eea1fbf6c5ea560d9947289d8b')
sha256sums_aarch64=('d7d7c9bae91b3c552696736445e74580019ae0e063131d52190e2856dae6ba96')
prepare() {
warning "If the install fails, you need to uninstall previous major version of Teamviewer"
[ -d data ] && rm -rf data
mkdir data
cd data
for datatar in ../data.tar.*; do
msg2 "Unpacking $datatar"
tar -xf $datatar
done
sed -i '/function CheckQtQuickControls()/{N;a ls /usr/lib/qt/qml/QtQuick/Controls/qmldir &>/dev/null && return # ArchLinux
}' ./opt/teamviewer/tv_bin/script/teamviewer_setup || msg2 "Patching CheckQtQuickControls failed! Contact maintainer"
msg2 "Running teamviewer_setup checklibs"
./opt/teamviewer/tv_bin/script/teamviewer_setup checklibs \
|| msg2 "teamviewer_setup checklibs failed, contact maintainer with /tmp/teamviewerTARLibCheck/DependencyCheck.log" # Currently it always exits 0
}
package() {
# Install
warning "If the install fails, you need to uninstall previous major version of Teamviewer"
cp -dr --no-preserve=ownership ./data/{etc,opt,usr,var} "${pkgdir}"/
# Additional files
#rm "${pkgdir}"/opt/teamviewer/tv_bin/xdg-utils/xdg-email
rm -rf "${pkgdir}"/etc/apt
install -D -m0644 "${pkgdir}"/opt/teamviewer/tv_bin/script/teamviewerd.service \
"${pkgdir}"/usr/lib/systemd/system/teamviewerd.service
install -d -m0755 "${pkgdir}"/usr/{share/applications,share/licenses/teamviewer}
ln -s /opt/teamviewer/License.txt \
"${pkgdir}"/usr/share/licenses/teamviewer/LICENSE
if [ "$CARCH" = "x86_64" ] && [ -f "${pkgdir}/opt/teamviewer/tv_bin/script/libdepend" ]; then
msg2 "Removing libdepend to ditch lib32 dependencies"
rm "${pkgdir}/opt/teamviewer/tv_bin/script/libdepend"
fi
# Uncomment to use system's native libraries. This can save around 150MiB of disk space
#rm -rf "${pkgdir}"/opt/teamviewer/tv_bin/RTlib
}
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 |