yandex-browser-corporate
maintainer Stezko
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-whitelisted host (repo.yandex.ru), which is not a standard AUR source, creating a supply-chain risk if the host or package were compromised.
Triggered rules
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:22
source=("${pkgname}-${_pkgver}.deb::https://repo.yandex.ru/${_pkgname}/deb/pool/main/y/${pkgname}/${pkgname}_${_pkgver}_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted host (repo.yandex.ru), which is not a standard AUR source, creating a supply-chain risk if the host or package were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Stezko <stezko@gmail.com>
2
3
_pkgname=yandex-browser
4
pkgname=yandex-browser-corporate
5
pkgver=26.4.4.966
6
_pkgver=26.4.4.966-1
7
pkgrel=1
8
9
pkgdesc="The web browser from Yandex.
10
Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
11
arch=("x86_64")
12
url='https://browser.yandex.com/'
13
license=("custom:yandex-browser")
14
categories=("network")
15
provides=(yandex-browser-corporate)
16
conflicts=('yandex-browser' 'yandex-browser-beta')
17
18
depends=("binutils" "ttf-liberation" "jq" "alsa-lib" "at-spi2-atk" "curl" "dbus" "expat" "libcups" "mesa" "gtk4" "nss" "squashfs-tools" "wget" "xdg-utils"
19
"vulkan-icd-loader" "libxcomposite")
20
optdepends=("speech-dispatcher" "gstreamer-meta" "cryptopro-csp-k1")
21
22
source=("${pkgname}-${_pkgver}.deb::https://repo.yandex.ru/${_pkgname}/deb/pool/main/y/${pkgname}/${pkgname}_${_pkgver}_amd64.deb")
23
# "wayland.patch")
24
sha256sums=("6ec9faa7559c012126f37ddf084a03dac36ce0deb7306162f637a657864ef8ce")
25
# "86e4267e8b08e66d2227db41afe1b3d301f14579a76c9664e29645a49c26664d")
26
install=${pkgname}.install
27
28
prepare() {
29
tar -xf data.tar.xz
30
# patch -p1 < "${srcdir}/wayland.patch"
31
}
32
33
package() {
34
cp -dr --no-preserve=ownership opt usr "${pkgdir}"/
35
chmod 4755 "${pkgdir}"/opt/yandex/browser/yandex_browser-sandbox
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |