slack-desktop-wayland-updated

LOW
maintainer kavyansh 1 votes scanned 2026-09-23 15:42:34.762391
View on AUR
Why flagged

The .deb is downloaded from Slack's official CDN (downloads.slack-edge.com) with a b2sum checksum; the bundled patch file is a local file applied to the .desktop entry; the asar sed edit is a well-known Wayland/PipeWire fix. No unverifiable remote code execution or exfiltration is present.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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 85%): The .deb is downloaded from Slack's official CDN (downloads.slack-edge.com) with a b2sum checksum; the bundled patch file is a local file applied to the .desktop entry; the asar sed edit is a well-known Wayland/PipeWire fix. No unverifiable remote code execution or exfiltration is present.

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:21 "https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${_original_pkgname}-${pkgver}-amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Chris Speck <chris.speck(at)annalise(dot)ai>
2
3pkgname=slack-desktop-wayland-updated
4_original_pkgname=slack-desktop
5pkgver=4.52.155
6pkgrel=1
7pkgdesc="Slack Desktop (Beta) for Linux with Wayland Support"
8arch=('x86_64')
9url="https://slack.com/downloads"
10license=('custom')
11depends=('gtk3' 'libsecret' 'libxss' 'nss' 'pipewire' 'xdg-utils' 'xdg-desktop-portal')
12optdepends=('libappindicator-gtk3: Systray indicator support'
13 'org.freedesktop.secrets: Keyring password store support'
14 'xdg-desktop-portal-gnome: xdg-desktop-portal support for GNOME'
15 'xdg-desktop-portal-gtk: xdg-desktop-portal support for GNOME and GTK'
16 'xdg-desktop-portal-kde: xdg-desktop-portal support for KDE'
17 'xdg-desktop-portal-lxqt: xdg-desktop-portal support for LXQt'
18 'xdg-desktop-portal-wlr: xdg-desktop-portal support for wlroots-based Wayland compositors'
19)
20source=(
21 "https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${_original_pkgname}-${pkgver}-amd64.deb"
22 "${_original_pkgname}.patch"
23)
24
25noextract=("${_original_pkgname}-${pkgver}-amd64.deb")
26b2sums=('91a9f799642cd910810a5778c03721d02d2bc98fb76988ae1adb5870ccca03761b37c14d7ba0a83942fb689e2f101d744eccb6292e941db77e8564b782a47e6b'
27 '0e5318977aeb8033ec90495008f4d03b003f02fdd4bf764e8963e5b886169b87b65fac6b1b504100c27a30be1d4b923ef2b0212f6e73760737fb9d554f3df6ed')
28provides=('slack-desktop' 'slack-desktop-wayland')
29conflicts=('slack-desktop-wayland' 'slack-desktop' 'slack-electron')
30
31package() {
32 bsdtar -O -xf "slack-desktop-${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
33
34 # Fix hardcoded icon path in .desktop file
35 patch -d "${pkgdir}" -p1 <"${_original_pkgname}".patch
36
37 # Permission fix
38 find "${pkgdir}" -type d -exec chmod 755 {} +
39
40 # Remove all unnecessary stuff
41 rm -rf "${pkgdir}/etc"
42 rm -rf "${pkgdir}/usr/lib/slack/src"
43 rm -rf "${pkgdir}/usr/share/lintian"
44 rm -rf "${pkgdir}/usr/share/doc"
45
46 # Move license
47 install -dm755 "${pkgdir}/usr/share/licenses/${_original_pkgname}"
48 mv "${pkgdir}/usr/lib/slack/LICENSE" "${pkgdir}/usr/share/licenses/${_original_pkgname}"
49 ln -s "/usr/share/licenses/${_original_pkgname}/LICENSE" "${pkgdir}/usr/lib/slack/LICENSE"
50
51 # patch the asar file to fix/enable pipewire
52 # see https://github.com/flathub/com.slack.Slack/issues/101#issuecomment-1807073763
53 sed -i -e 's/,"WebRTCPipeWireCapturer"/,"_ebRTCPipeWireCapturer"/' "${pkgdir}/usr/lib/slack/resources/app.asar"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 15:42:34 Low 3
2026-09-23 15:40:39 Medium 3

Report a package

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

0 / 4000
Your suggestion