r7draw-desktop-bin
Installs a prebuilt proprietary binary .deb from download.r7-office.ru, which is the vendor's own domain but is a non-whitelisted Russian office suite vendor; the binary is unverifiable beyond the provided sha256sum, and the package has few votes/is recently uploaded, making it a moderate supply-chain risk if the host were compromised or swapped, though no obfuscation or exfiltration is present.
Triggered rules
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:15
source=("https://download.r7-office.ru/r7graph/r7draw-desktop-amd64-${pkgver}.deb")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt proprietary binary .deb from download.r7-office.ru, which is the vendor's own domain but is a non-whitelisted Russian office suite vendor; the binary is unverifiable beyond the provided sha256sum, and the package has few votes/is recently uploaded, making it a moderate supply-chain risk if the host were compromised or swapped, though no obfuscation or exfiltration is present.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jahongir Ahmadaliev jahamarsi@gmail.com
pkgname=r7draw-desktop-bin
pkgver=26.1.2
pkgrel=1
pkgdesc="R7 Draw — diagram and flowchart editor by R7-Office"
arch=('x86_64')
url="https://gitlab.r7-office.ru/draw/r7draw-desktop"
license=('LicenseRef-Proprietary')
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils'
'at-spi2-core' 'util-linux-libs' 'libsecret' 'alsa-lib')
optdepends=('libappindicator-gtk3: system tray icon')
provides=('r7draw-desktop')
conflicts=('r7draw-desktop')
options=('!strip')
source=("https://download.r7-office.ru/r7graph/r7draw-desktop-amd64-${pkgver}.deb")
sha256sums=('dfa1b1a838e98261f4cb9495560a7c399e671e114de0a8161f6e10b973990514')
package() {
tar xf data.tar.xz -C "${pkgdir}"
chmod 4755 "${pkgdir}/opt/Р7-Графика/chrome-sandbox"
install -d "${pkgdir}/usr/bin"
ln -s "/opt/Р7-Графика/r7draw-desktop" "${pkgdir}/usr/bin/r7draw-desktop"
sed -i \
-e 's/^Name=.*/Name=R7 Draw/' \
-e 's/^Comment=.*/Comment=Create flowcharts and diagrams/' \
"${pkgdir}/usr/share/applications/r7draw-desktop.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 07:16:00 | Medium | 3 |
| 2026-08-21 07:14:31 | Medium | 3 |