microsoft-edge-stable-bin

maintainer ptr1337 · 152 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from Microsoft's official repository (packages.microsoft.com), which is a legitimate source for Microsoft Edge;虽非白名单主机,但属项目官方发布渠道,风险较低。

Triggered rules

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from Microsoft's official repository (packages.microsoft.com), which is a legitimate source for Microsoft Edge;虽非白名单主机,但属项目官方发布渠道,风险较低。

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:33 source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1
2# Maintainer: Peter Jung <ptr1337@archlinux.org>
3# Contributor: Aakash Hemadri <aakashhemadri123@gmail.com>
4# Contributor: Nicolas Narvaez <nicomix1006@gmail.com>
5# Contributor: Luna Jernberg <droidbittin@gmail.com>
6# Contributor: EsauPR
7# Contributor: nowy
8
9pkgname=microsoft-edge-stable-bin
10_pkgname=microsoft-edge
11_pkgshortname=msedge
12_channel=stable
13pkgver=150.0.4078.105
14pkgrel=1
15pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
16arch=('x86_64')
17url="https://www.microsoftedgeinsider.com/en-us/download"
18license=('Licenseref-custom')
19provides=('microsoft-edge-stable' 'edge-stable')
20conflicts=('microsoft-edge-stable' 'edge-stable' 'edge-stable-bin' 'edge')
21depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxtst' 'libdrm' 'mesa' 'libxml2')
22makedepends=('imagemagick')
23optdepends=(
24 'libpipewire: WebRTC desktop sharing under Wayland'
25 'kdialog: for file dialogs in KDE'
26 'gnome-keyring: for storing passwords in GNOME keyring'
27 'kwallet: for storing passwords in KWallet'
28 'libunity: for download progress on KDE'
29 'ttf-liberation: fix fonts for some PDFs - CRBug #369991'
30 'xdg-utils'
31 )
32options=(!strip !zipman)
33source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb"
34 "microsoft-edge-stable.sh"
35 "Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")
36sha256sums=('7114192e2c7e8c12aeecb604b2732355e925716035729ebf8a0afe6895cdc01b'
37 'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
38 'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')
39
40package() {
41 bsdtar -xf data.tar.xz -C "$pkgdir/"
42
43 # suid sandbox
44 chmod 4755 "${pkgdir}/opt/microsoft/${_pkgshortname}/msedge-sandbox"
45
46 # 256 and 24 are proper colored icons
47 for res in 128 64 48 32; do
48 magick "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_256.png" \
49 -resize ${res}x${res} \
50 "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_${res}.png"
51 done
52 for res in 22 16; do
53 magick "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_24.png" \
54 -resize ${res}x${res} \
55 "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_${res}.png"
56 done
57
58 # install icons
59 for res in 16 24 32 48 64 128 256; do
60 install -Dm644 "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_${res}.png" \
61 "${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/${_pkgname}.png"
62 done
63
64 # User flag aware launcher
65 install -m755 microsoft-edge-stable.sh "${pkgdir}/usr/bin/microsoft-edge-stable"
66 # License
67 install -Dm644 'Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf' "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.pdf"
68 rm "${pkgdir}/opt/microsoft/${_pkgshortname}"/product_logo_*.png
69}
70

Changes since previous scan

--- PKGBUILD @ 2026-07-26 00:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -10,7 +10,7 @@
_pkgname=microsoft-edge
_pkgshortname=msedge
_channel=stable
-pkgver=150.0.4078.99
+pkgver=150.0.4078.105
pkgrel=1
pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
arch=('x86_64')
@@ -33,7 +33,7 @@
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=('46a83dcaf910e22ba72d3b3d6eb54fd155afe5db74a439b4f465c623b672665c'
+sha256sums=('7114192e2c7e8c12aeecb604b2732355e925716035729ebf8a0afe6895cdc01b'
'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 17:12:22 LOW 2
2026-07-26 00:07:32 CLEAN 2
2026-07-25 17:30:22 LOW 1
2026-07-25 00:13:44 LOW 2
2026-07-24 13:27:52 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 09:57:20 LOW 2
2026-07-18 00:14:48 CLEAN 2
2026-07-17 13:54:53 LOW 1
2026-07-17 00:06:16 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion