slack-desktop
maintainer ogarcia
· 637 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Slack's official release domain (slack-edge.com), which is plausibly the project's own infrastructure; despite the non-whitelisted host, this is a standard practice for official binaries and the worst case of a swapped source would be code execution, but the source is verifiable via b2sum and from an official vendor domain.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from Slack's official release domain (slack-edge.com), which is plausibly the project's own infrastructure; despite the non-whitelisted host, this is a standard practice for official binaries and the worst case of a swapped source would be code execution, but the source is verifiable via b2sum and from an official vendor domain.
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:16
source=("https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${pkgname}-${pkgver}-amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
2
# Contributor: Simon Gomizelj <simongmzlj(at)gmail(dot)com>
3
# Contributor: Kyle Manna <kyle(at)kylemanna(dot)com>
4
5
pkgname=slack-desktop
6
pkgver=4.51.180
7
pkgrel=1
8
pkgdesc="Slack Desktop (Beta) for Linux"
9
arch=('x86_64')
10
url="https://slack.com/downloads"
11
license=('custom')
12
depends=('gtk3' 'libsecret' 'libxss' 'nss' 'xdg-utils')
13
optdepends=('libappindicator-gtk3: Systray indicator support'
14
'org.freedesktop.secrets: Keyring password store support')
15
options=('!debug')
16
source=("https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${pkgname}-${pkgver}-amd64.deb"
17
"${pkgname}.patch")
18
noextract=("${pkgname}-${pkgver}-amd64.deb")
19
b2sums=('2393045a2f0171e283f16c66cc5c9e13acbc6b40d0a0b39305f04ee28232c85847a985aa762a9063adf5d85241b2d480af5c5f0fcda1bc9b2789d292578eb92d'
20
'103447636acd7ac2789d7d89008483a2077d862a51a64427a66c51e64dc9eac588de187f13df2778ccb7b24110a36c259b33c0074ff69c9bab3f89283a1efaf1')
21
22
package() {
23
bsdtar -O -xf "slack-desktop-${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
24
25
# Fix hardcoded icon path in .desktop file
26
patch -d "${pkgdir}" -p1 <"${pkgname}".patch
27
28
# Permission fix
29
find "${pkgdir}" -type d -exec chmod 755 {} +
30
31
# Remove all unnecessary stuff
32
rm -rf "${pkgdir}/etc"
33
rm -rf "${pkgdir}/usr/lib/slack/src"
34
rm -rf "${pkgdir}/usr/share/lintian"
35
rm -rf "${pkgdir}/usr/share/doc"
36
37
# Move license
38
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
39
mv "${pkgdir}/usr/lib/slack/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
40
ln -s "/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/lib/slack/LICENSE"
41
}
42
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # Contributor: Kyle Manna <kyle(at)kylemanna(dot)com> pkgname=slack-desktop-pkgver=4.50.143+pkgver=4.51.180 pkgrel=1 pkgdesc="Slack Desktop (Beta) for Linux" arch=('x86_64')@@ -16,7 +16,7 @@ source=("https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${pkgname}-${pkgver}-amd64.deb" "${pkgname}.patch") noextract=("${pkgname}-${pkgver}-amd64.deb")-b2sums=('f0a2f2bf06fe26e2e9da00997c6bcb462897e8ca6420ae23837e565ed9f8d343561b81a90912de556cc0135984da15b62891bd28753106ea0d378979ddbc9178'+b2sums=('2393045a2f0171e283f16c66cc5c9e13acbc6b40d0a0b39305f04ee28232c85847a985aa762a9063adf5d85241b2d480af5c5f0fcda1bc9b2789d292578eb92d' '103447636acd7ac2789d7d89008483a2077d862a51a64427a66c51e64dc9eac588de187f13df2778ccb7b24110a36c259b33c0074ff69c9bab3f89283a1efaf1') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 21:26:05 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |