AUR AI Reviewer

Review Results

Version #2339 of slack-desktop · commit 682e5dacaae9 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2720

Comment

The only change in this .SRCINFO hunk is a version bump from 4.51.191 to 4.52.155. No source URLs, checksums, build steps, install scripts, permissions, or package metadata that would affect trust were changed in the provided diff. Based on this hunk alone, there is no evident security issue.

@@ -1,6 +1,6 @@
 pkgbase = slack-desktop
 	pkgdesc = Slack Desktop (Beta) for Linux
-	pkgver = 4.51.191
+	pkgver = 4.52.155
 	pkgrel = 1
 	url = https://slack.com/downloads
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #2721

Comment

The change is a straightforward version bump of the Slack desktop binary package: it updates the upstream HTTPS download URL, matching noextract filename, and the corresponding BLAKE2 checksum. The source remains on the official Slack downloads domain, there are no new build-time commands, no added scripts, and no changes to package metadata that would suggest privilege escalation or persistence. Based on the provided diff hunk alone, this looks like a routine upstream update with no obvious security red flags.

@@ -12,11 +12,11 @@ pkgbase = slack-desktop
 	depends = xdg-utils
 	optdepends = libappindicator-gtk3: Systray indicator support
 	optdepends = org.freedesktop.secrets: Keyring password store support
-	noextract = slack-desktop-4.51.191-amd64.deb
+	noextract = slack-desktop-4.52.155-amd64.deb
 	options = !debug
-	source = https://downloads.slack-edge.com/desktop-releases/linux/x64/4.51.191/slack-desktop-4.51.191-amd64.deb
+	source = https://downloads.slack-edge.com/desktop-releases/linux/x64/4.52.155/slack-desktop-4.52.155-amd64.deb
 	source = slack-desktop.patch
-	b2sums = d06a3a0880f776ccf702481bd0009da0ec60d250811ded0c7cc654678b0bcfe97c2d8e75f9e2d54938ff1b4d04d741a7afb4f19714e885de06ed6dbb116d8dcf
+	b2sums = 91a9f799642cd910810a5778c03721d02d2bc98fb76988ae1adb5870ccca03761b37c14d7ba0a83942fb689e2f101d744eccb6292e941db77e8564b782a47e6b
 	b2sums = 103447636acd7ac2789d7d89008483a2077d862a51a64427a66c51e64dc9eac588de187f13df2778ccb7b24110a36c259b33c0074ff69c9bab3f89283a1efaf1
 
 pkgname = slack-desktop
Risk 0/5 · Safe PKGBUILD
Result #2722

Comment

The change is a routine version bump in PKGBUILD from 4.51.191 to 4.52.155, with the source URL still using HTTPS on Slack’s official download host and the checksum updated accordingly. No new sources, build-time network fetches, privilege changes, install scripts, or packaging logic changes are introduced in this diff. Based on the provided hunk alone, this looks low risk.

@@ -3,7 +3,7 @@
 # Contributor: Kyle Manna <kyle(at)kylemanna(dot)com>
 
 pkgname=slack-desktop
-pkgver=4.51.191
+pkgver=4.52.155
 pkgrel=1
 pkgdesc="Slack Desktop (Beta) for Linux"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #2723

Comment

The change only updates the upstream Slack .deb version and its corresponding b2sum in PKGBUILD. The source remains the official HTTPS Slack download URL, there are no new build-time commands, no added scripts, and no packaging/persistence changes. I did not find any indication of malicious behavior in this diff hunk.

@@ -16,7 +16,7 @@ options=('!debug')
 source=("https://downloads.slack-edge.com/desktop-releases/linux/x64/${pkgver}/${pkgname}-${pkgver}-amd64.deb"
         "${pkgname}.patch")
 noextract=("${pkgname}-${pkgver}-amd64.deb")
-b2sums=('d06a3a0880f776ccf702481bd0009da0ec60d250811ded0c7cc654678b0bcfe97c2d8e75f9e2d54938ff1b4d04d741a7afb4f19714e885de06ed6dbb116d8dcf'
+b2sums=('91a9f799642cd910810a5778c03721d02d2bc98fb76988ae1adb5870ccca03761b37c14d7ba0a83942fb689e2f101d744eccb6292e941db77e8564b782a47e6b'
         '103447636acd7ac2789d7d89008483a2077d862a51a64427a66c51e64dc9eac588de187f13df2778ccb7b24110a36c259b33c0074ff69c9bab3f89283a1efaf1')
 
 package() {