AUR AI Reviewer

Review Results

Version #2512 of microsoft-edge-stable-bin · commit 2f9eb6435c81 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3764

Comment

The change only bumps pkgver in .SRCINFO from 153.0.4234.46 to 153.0.4234.48. No build logic, sources, checksums, install scripts, or permissions are altered, and there are no new network, privilege, or persistence concerns visible in this diff. This is a routine version metadata update with no security impact 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 = 153.0.4234.46
+	pkgver = 153.0.4234.48
 	pkgrel = 1
 	url = https://www.microsoftedgeinsider.com/en-us/download
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #3765

Comment

The change is a routine upstream version bump in .SRCINFO for the Microsoft Edge stable binary package, updating the .deb URL and its corresponding SHA-256 checksum. The source remains an HTTPS download from Microsoft's official package repository, with no new sources, scripts, install hooks, or packaging behavior changes introduced by this diff. No additional supply-chain or privilege-related red flags are present 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_153.0.4234.46-1_amd64.deb
+	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_153.0.4234.48-1_amd64.deb
 	source = microsoft-edge-stable.sh
 	source = Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
-	sha256sums = 3b22d5958d792df075f8587cb39ea224823db84850608ddb5ea849e9b464ba76
+	sha256sums = 255359428f05f71cd63692a6265c0e2a745fff08ae0e4261f9cfed51d808102f
 	sha256sums = dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af
 	sha256sums = edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e
 
Risk 0/5 · Safe PKGBUILD
Result #3766

Comment

The change is a simple version bump in PKGBUILD from 153.0.4234.46 to 153.0.4234.48 with no other modifications. There are no new sources, build steps, install scripts, permissions changes, or other security-relevant packaging changes in the provided diff. On its face this is low risk and consistent with a routine upstream release update.

@@ -10,7 +10,7 @@ pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
 _channel=stable
-pkgver=153.0.4234.46
+pkgver=153.0.4234.48
 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 #3767

Comment

The change only updates the SHA-256 checksum for the upstream Microsoft Edge .deb source package. The source URL remains HTTPS and points to Microsoft’s official package repository, with no new build-time execution, no added sources, and no packaging logic changes. This is a low-risk integrity update consistent with an upstream re-release or repackaging of the same version.

@@ -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=('3b22d5958d792df075f8587cb39ea224823db84850608ddb5ea849e9b464ba76'
+sha256sums=('255359428f05f71cd63692a6265c0e2a745fff08ae0e4261f9cfed51d808102f'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')