slack-desktop-wayland-updated
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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)
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# Maintainer: Chris Speck <chris.speck(at)annalise(dot)ai>
pkgname=slack-desktop-wayland-updated
_original_pkgname=slack-desktop
pkgver=4.52.155
pkgrel=1
pkgdesc="Slack Desktop (Beta) for Linux with Wayland Support"
arch=('x86_64')
url="https://slack.com/downloads"
license=('custom')
depends=('gtk3' 'libsecret' 'libxss' 'nss' 'pipewire' 'xdg-utils' 'xdg-desktop-portal')
optdepends=('libappindicator-gtk3: Systray indicator support'
'org.freedesktop.secrets: Keyring password store support'
'xdg-desktop-portal-gnome: xdg-desktop-portal support for GNOME'
'xdg-desktop-portal-gtk: xdg-desktop-portal support for GNOME and GTK'
'xdg-desktop-portal-kde: xdg-desktop-portal support for KDE'
'xdg-desktop-portal-lxqt: xdg-desktop-portal support for LXQt'
'xdg-desktop-portal-wlr: xdg-desktop-portal support for wlroots-based Wayland compositors'
)
source=(
"https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${_original_pkgname}-${pkgver}-amd64.deb"
"${_original_pkgname}.patch"
)
noextract=("${_original_pkgname}-${pkgver}-amd64.deb")
b2sums=('91a9f799642cd910810a5778c03721d02d2bc98fb76988ae1adb5870ccca03761b37c14d7ba0a83942fb689e2f101d744eccb6292e941db77e8564b782a47e6b'
'0e5318977aeb8033ec90495008f4d03b003f02fdd4bf764e8963e5b886169b87b65fac6b1b504100c27a30be1d4b923ef2b0212f6e73760737fb9d554f3df6ed')
provides=('slack-desktop' 'slack-desktop-wayland')
conflicts=('slack-desktop-wayland' 'slack-desktop' 'slack-electron')
package() {
bsdtar -O -xf "slack-desktop-${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
# Fix hardcoded icon path in .desktop file
patch -d "${pkgdir}" -p1 <"${_original_pkgname}".patch
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +
# Remove all unnecessary stuff
rm -rf "${pkgdir}/etc"
rm -rf "${pkgdir}/usr/lib/slack/src"
rm -rf "${pkgdir}/usr/share/lintian"
rm -rf "${pkgdir}/usr/share/doc"
# Move license
install -dm755 "${pkgdir}/usr/share/licenses/${_original_pkgname}"
mv "${pkgdir}/usr/lib/slack/LICENSE" "${pkgdir}/usr/share/licenses/${_original_pkgname}"
ln -s "/usr/share/licenses/${_original_pkgname}/LICENSE" "${pkgdir}/usr/lib/slack/LICENSE"
# patch the asar file to fix/enable pipewire
# see https://github.com/flathub/com.slack.Slack/issues/101#issuecomment-1807073763
sed -i -e 's/,"WebRTCPipeWireCapturer"/,"_ebRTCPipeWireCapturer"/' "${pkgdir}/usr/lib/slack/resources/app.asar"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 15:42:34 | Low | 3 |
| 2026-09-23 15:40:39 | Medium | 3 |