myoffice-standard-home-edition-bin

maintainer Stezko · 10 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from preset.myoffice-app.ru, which appears to be an official distribution host for MyOffice (a Russian office suite by New Cloud Technologies). The domain myoffice-app.ru is plausibly an official CDN/preset distribution endpoint for the vendor (myoffice.ru). However, it is not the primary vendor domain, and there is no way to independently verify this is an official mirror vs. a third-party host. The .deb is extracted and its binaries are installed directly onto the system. A sha256 checksum is present, which mitigates tampering risk for the specific version pinned, but does not address the risk of the host being compromised and serving a different file in the future (the URL is not versioned — it points to a static filename 'MyOfficeStandardHomeEdition.deb' without a version path component, meaning the checksum would catch substitution only for this build). The package installs executed code (a full office suite with Qt5, Mono, etc.) from a non-primary vendor host with a non-versioned URL. This is a genuine, if moderate, supply-chain concern: medium severity is appropriate.

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:18 source=("${_my_pkg}-${pkgver}.deb::https://preset.myoffice-app.ru/MyOfficeStandardHomeEdition.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from preset.myoffice-app.ru, which appears to be an official distribution host for MyOffice (a Russian office suite by New Cloud Technologies). The domain myoffice-app.ru is plausibly an official CDN/preset distribution endpoint for the vendor (myoffice.ru). However, it is not the primary vendor domain, and there is no way to independently verify this is an official mirror vs. a third-party host. The .deb is extracted and its binaries are installed directly onto the system. A sha256 checksum is present, which mitigates tampering risk for the specific version pinned, but does not address the risk of the host being compromised and serving a different file in the future (the URL is not versioned — it points to a static filename 'MyOfficeStandardHomeEdition.deb' without a version path component, meaning the checksum would catch substitution only for this build). The package installs executed code (a full office suite with Qt5, Mono, etc.) from a non-primary vendor host with a non-versioned URL. This is a genuine, if moderate, supply-chain concern: medium severity is appropriate.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Stezkoy
2
3_my_pkg=myoffice-standard-home-edition
4pkgname=${_my_pkg}-bin
5pkgver=26.1.0
6pkgrel=1
7pkgdesc="A set of office applications for creating text and spreadsheet documents. Home edition."
8arch=('x86_64')
9url="https://myoffice.ru/products/standard-home-edition/"
10license=('EULA')
11groups=('myoffice')
12depends=('fontconfig' 'freetype2' 'glib2' 'hunspell' 'krb5' 'libcups' 'libglvnd' 'libpng' 'libpulse'
13 'libx11' 'libxcb' 'libxext' 'libxkbcommon' 'libxkbcommon-x11' 'libxrender' 'link-grammar' 'lua'
14 'mono' 'openssl-1.1' 'pcre2' 'pixman' 'qt5-base' 'qt5-multimedia' 'qt5-svg' 'zlib' 'bc')
15options=('!strip' '!emptydirs')
16install=${pkgname}.install
17
18source=("${_my_pkg}-${pkgver}.deb::https://preset.myoffice-app.ru/MyOfficeStandardHomeEdition.deb")
19sha256sums=('91a6d5b1d0cccc3b6773148357dc0c045f6727e5fbdd2e6cad9572f336273644')
20
21package(){
22 tar xzf data.tar.gz -C "${pkgdir}"
23 install -D -m644 "${pkgdir}/opt/${_my_pkg}/Resources/UI/ru/LicenseAgreements.rcc" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24}
25

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion