AUR AI Reviewer

Review Results

Version #1767 of google-chrome-dev · commit f6ac36d63b50 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #422

Comment

This change only bumps the package version in .SRCINFO from 152.0.7939.5 to 152.0.7953.3. No source URLs, build logic, install scripts, permissions, or other packaging metadata changed in the provided diff. On its face this is a routine version update with no security-relevant red flags in the reviewed hunk.

@@ -1,6 +1,6 @@
 pkgbase = google-chrome-dev
 	pkgdesc = The popular web browser by Google (Dev Channel)
-	pkgver = 152.0.7939.5
+	pkgver = 152.0.7953.3
 	pkgrel = 1
 	url = https://www.google.com/chrome
 	install = google-chrome-dev.install
Risk 0/5 · Safe .SRCINFO
Result #423

Comment

The change only updates the pinned upstream Google Chrome .deb version and its corresponding SHA-512 checksum in .SRCINFO. This is a routine version bump for a binary package from the official Google download host (HTTPS), with no new sources, scripts, build logic, or packaging behavior changes. I don't see any integrity regression or new attack surface introduced by this diff alone.

@@ -21,10 +21,10 @@ pkgbase = google-chrome-dev
 	provides = google-chrome
 	options = !emptydirs
 	options = !strip
-	source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_152.0.7939.5-1_amd64.deb
+	source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_152.0.7953.3-1_amd64.deb
 	source = eula_text.html
 	source = google-chrome-unstable.sh
-	sha512sums = 7d5703d247d8428090af1117a4b1a03665c8ab6c9b8c30510ffe9c7fe224fc731ea1599c7f6922d049e358284ce5c15dbd4568a1bc2857e18f7ad606b4813032
+	sha512sums = f3bb6021ff4186e829b542e8a08b9890880e9a9a4d62119259a386f3d491273b853714cf98cf13a7d562028224dd3d3022d23149ab35f1efa58dcfdbd574c9c8
 	sha512sums = a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396
 	sha512sums = 445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4
 
Risk 0/5 · Safe PKGBUILD
Result #424

Comment

The change is a straightforward version bump in PKGBUILD from 152.0.7939.5 to 152.0.7953.3 with no accompanying changes to sources, build logic, install scripts, permissions, or dependencies. Based on the provided diff hunk, there are no new security red flags such as network-fetching build steps, suspicious URLs, privilege escalation, or persistence mechanisms.

@@ -7,7 +7,7 @@
 # or use: $ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -A1 "Package: google-chrome-unstable" | awk '/Version/{print $2}' | cut -d '-' -f1
 
 pkgname=google-chrome-dev
-pkgver=152.0.7939.5
+pkgver=152.0.7953.3
 pkgrel=1
 pkgdesc="The popular web browser by Google (Dev Channel)"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #425

Comment

The change only updates the SHA-512 checksum for the upstream Google Chrome .deb source archive. The source URL remains the official HTTPS dl.google.com location, and no build logic, install scripts, or package contents are altered. This is a normal integrity-pin refresh rather than a supply-chain red flag. I don’t see evidence of added code execution, persistence, privilege escalation, or new network fetches beyond the existing declared source.

@@ -36,7 +36,7 @@ _channel=unstable
 source=("https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-${_channel}/google-chrome-${_channel}_${pkgver}-1_amd64.deb"
 	'eula_text.html'
 	"google-chrome-$_channel.sh")
-sha512sums=('7d5703d247d8428090af1117a4b1a03665c8ab6c9b8c30510ffe9c7fe224fc731ea1599c7f6922d049e358284ce5c15dbd4568a1bc2857e18f7ad606b4813032'
+sha512sums=('f3bb6021ff4186e829b542e8a08b9890880e9a9a4d62119259a386f3d491273b853714cf98cf13a7d562028224dd3d3022d23149ab35f1efa58dcfdbd574c9c8'
             'a225555c06b7c32f9f2657004558e3f996c981481dbb0d3cd79b1d59fa3f05d591af88399422d3ab29d9446c103e98d567aeafe061d9550817ab6e7eb0498396'
             '445eb36a588f49af018ded3d852b63e0523ffac20c25be721f3ef4663591256849432bebb3d9f352e4f53cbe1fb77fa67cf8911c9161f826490a21adbdcc81f4')