wwphone

maintainer shieldwed · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from a non-whitelisted, non-standard host (wwcom.ch) without a verifiable upstream source, posing a supply-chain risk if the host is compromised or the download is swapped.

Triggered rules

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:11 source=("https://wwcom.ch/downloads/wwphone_${pkgver//./_}.deb")
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted, non-standard host (wwcom.ch) without a verifiable upstream source, posing a supply-chain risk if the host is compromised or the download is swapped.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Daniel Wilhelm <concat(shield, wed) @ outlook.com>
2
3pkgname=wwphone
4pkgver=4.3.4
5pkgrel=1
6pkgdesc="A proprietary CTI and SIP client from wwcom"
7arch=('x86_64')
8license=('custom:"Copyright (c) 2025 by wwcom ag"')
9url="https://www.wwcom.ch/"
10
11source=("https://wwcom.ch/downloads/wwphone_${pkgver//./_}.deb")
12sha256sums=('1d7afd811e95de0849ddf243510b6d9fff8089589838130eca3291fb3b8293a4')
13
14depends=(
15 "alsa-lib"
16 "gtk3"
17 "hidapi"
18 "libappindicator-gtk3"
19 "libpulse"
20 "libxss"
21 "openssl-1.1"
22 "xdg-utils"
23)
24
25optdepends=(
26 "xclip: select/copy clipboard call support"
27)
28
29package() {
30 cd "${srcdir}"
31
32 tar -x --xz -f data.tar.xz
33
34 install -d "${pkgdir}"/opt/wwphone/certs
35 install -m 0644 opt/wwphone/certs/* "${pkgdir}"/opt/wwphone/certs
36 install -m 0644 opt/wwphone/Dark "${pkgdir}"/opt/wwphone/Dark
37 install -m 0644 opt/wwphone/{*.wav,wwphone.png} "${pkgdir}"/opt/wwphone
38 install -m 0644 opt/wwphone/libjabra.so.1.12.2.0 "${pkgdir}"/opt/wwphone/libjabra.so.1.12.2.0
39 install -m 0644 opt/wwphone/libjabra.so.1 "${pkgdir}"/opt/wwphone/libjabra.so.1
40 install -m 0755 opt/wwphone/wwphone "${pkgdir}"/opt/wwphone/wwphone
41 install -m 0755 opt/wwphone/ctc "${pkgdir}"/opt/wwphone/ctc
42
43 install -Dm 0644 opt/wwphone/license.txt "${pkgdir}"/usr/share/licenses/$pkgname/license.txt
44 install -Dm 0755 usr/local/bin/wwphone "${pkgdir}"/usr/bin/wwphone
45 install -Dm 0644 usr/share/applications/wwphone.desktop "${pkgdir}"/usr/share/applications/wwphone.desktop
46 sed -e 's|/usr/local/bin|/usr/bin|' -i "${pkgdir}"/usr/share/applications/wwphone.desktop
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-07-20 00:19
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Daniel Wilhelm <concat(shield, wed) @ outlook.com>
pkgname=wwphone
-pkgver=4.3.3
+pkgver=4.3.4
pkgrel=1
pkgdesc="A proprietary CTI and SIP client from wwcom"
arch=('x86_64')
@@ -9,7 +9,7 @@
url="https://www.wwcom.ch/"
source=("https://wwcom.ch/downloads/wwphone_${pkgver//./_}.deb")
-sha256sums=('211b88f69d9ddd41e0b0f1bac9434c096cf7e1667d5cc59497545bf71252a642')
+sha256sums=('1d7afd811e95de0849ddf243510b6d9fff8089589838130eca3291fb3b8293a4')
depends=(
"alsa-lib"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 07:13:42 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion