AUR AI Reviewer

Review Results

Version #1775 of microsoft-edge-stable-bin · commit 9f296931fbb2 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #442

Comment

The only change in this commit is a version bump in .SRCINFO from 150.0.4078.80 to 150.0.4078.83. No build logic, sources, install scripts, permissions, or systemd-related artifacts changed, so there is no new security-relevant behavior to assess in this diff. This is a routine metadata update for a binary package and does not introduce additional risk by itself.

@@ -1,6 +1,6 @@
 pkgbase = microsoft-edge-stable-bin
 	pkgdesc = A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier
-	pkgver = 150.0.4078.80
+	pkgver = 150.0.4078.83
 	pkgrel = 1
 	url = https://www.microsoftedgeinsider.com/en-us/download
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #443

Comment

The change is a straightforward version bump of the Microsoft Edge binary package from 150.0.4078.80-1 to 150.0.4078.83-1, with the corresponding SHA-256 updated. The source remains the official Microsoft packages repository over HTTPS, and no new sources, scripts, install hooks, or build logic are introduced in this .SRCINFO-only diff. I don’t see any integrity or persistence red flags in the reviewed hunk.

@@ -29,10 +29,10 @@ pkgbase = microsoft-edge-stable-bin
 	conflicts = edge
 	options = !strip
 	options = !zipman
-	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_150.0.4078.80-1_amd64.deb
+	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_150.0.4078.83-1_amd64.deb
 	source = microsoft-edge-stable.sh
 	source = Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
-	sha256sums = e1035f7d1aea83a692e119fee86b3e5b9d5203bb655b6fcb7b3f7b8bb9f7f9e4
+	sha256sums = b939fafdfe10f5e89f689af9fd4ea2eca98902d24ac4779a52c755fa899caa54
 	sha256sums = dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af
 	sha256sums = edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e
 
Risk 0/5 · Safe PKGBUILD
Result #444

Comment

The change only bumps pkgver from 150.0.4078.80 to 150.0.4078.83 in the PKGBUILD. No build logic, sources, checksums, install scripts, or permissions were altered, and there are no new integrity or execution red flags in the provided diff. This appears to be a routine upstream version update with no security impact visible from the change shown.

@@ -10,7 +10,7 @@ pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
 _channel=stable
-pkgver=150.0.4078.80
+pkgver=150.0.4078.83
 pkgrel=1
 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #445

Comment

The change is a routine version bump for a prebuilt Microsoft Edge .deb and a corresponding checksum update. The source remains the official Microsoft packages repository over HTTPS, there are no new build-time downloads, scripts, or packaging logic changes, and no new privilege/persistence mechanisms are introduced. Risk is low and limited to the usual trust in the upstream binary release.

@@ -33,7 +33,7 @@ options=(!strip !zipman)
 source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb"
 	"microsoft-edge-stable.sh"
 	"Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")
-sha256sums=('e1035f7d1aea83a692e119fee86b3e5b9d5203bb655b6fcb7b3f7b8bb9f7f9e4'
+sha256sums=('b939fafdfe10f5e89f689af9fd4ea2eca98902d24ac4779a52c755fa899caa54'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')