AUR AI Reviewer

Review Results

Version #2565 of slack-desktop · commit 609ea92d63de · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #4004

Comment

The only change in this .SRCINFO hunk is a version bump from 4.52.155 to 4.52.162. There are no changes to source URLs, checksums, build logic, install scripts, permissions, or package metadata that would introduce a security concern. This appears to be a routine upstream version update with no evidence of malicious behavior in the provided diff.

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

Comment

The change is a routine upstream version bump for the Slack desktop .deb source and corresponding checksum/noextract filename update. The source remains an HTTPS download from Slack’s official desktop releases host, there are no new build-time commands, no added scripts, and no packaging/persistence changes in this .SRCINFO-only diff. Risk is low.

@@ -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.52.155-amd64.deb
+	noextract = slack-desktop-4.52.162-amd64.deb
 	options = !debug
-	source = https://downloads.slack-edge.com/desktop-releases/linux/x64/4.52.155/slack-desktop-4.52.155-amd64.deb
+	source = https://downloads.slack-edge.com/desktop-releases/linux/x64/4.52.162/slack-desktop-4.52.162-amd64.deb
 	source = slack-desktop.patch
-	b2sums = 91a9f799642cd910810a5778c03721d02d2bc98fb76988ae1adb5870ccca03761b37c14d7ba0a83942fb689e2f101d744eccb6292e941db77e8564b782a47e6b
+	b2sums = 58be09bb5f84f9d3520d630137d7cf3a1a68180cb72486701c9f9e7dadcc23de524f41615c12ac7689066ebe03c84f81cab859cc9b9b0731147343541055872a
 	b2sums = 103447636acd7ac2789d7d89008483a2077d862a51a64427a66c51e64dc9eac588de187f13df2778ccb7b24110a36c259b33c0074ff69c9bab3f89283a1efaf1
 
 pkgname = slack-desktop
Risk 0/5 · Safe PKGBUILD
Result #4006

Comment

The change is a straightforward version bump of the Slack desktop package from 4.52.155 to 4.52.162, with the corresponding BLAKE2 checksum updated for the upstream .deb source. The source remains an HTTPS download from Slack’s official release host, and there are no new build steps, scripts, patches, or privilege-related changes introduced in this diff. No security red flags are evident in the reviewed hunk.

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

Comment

The change is a routine version bump of the Slack desktop package from 4.52.155 to 4.52.162 with the corresponding B2 checksum update. The source remains the official Slack download URL over HTTPS, and there are no new build steps, scripts, patches, or packaging changes introduced in this diff. No obvious supply-chain or privilege-escalation concerns are present in the reviewed 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=('91a9f799642cd910810a5778c03721d02d2bc98fb76988ae1adb5870ccca03761b37c14d7ba0a83942fb689e2f101d744eccb6292e941db77e8564b782a47e6b'
+b2sums=('58be09bb5f84f9d3520d630137d7cf3a1a68180cb72486701c9f9e7dadcc23de524f41615c12ac7689066ebe03c84f81cab859cc9b9b0731147343541055872a'
         '103447636acd7ac2789d7d89008483a2077d862a51a64427a66c51e64dc9eac588de187f13df2778ccb7b24110a36c259b33c0074ff69c9bab3f89283a1efaf1')
 
 package() {