assistant

maintainer ksandr · 4 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb package from a Punycode-encoded Russian domain (xn--80akicokc0aablc.xn--p1ai decodes to a Cyrillic domain) via a numeric ID endpoint with no version pinning in the URL path. The software 'Assistant' is a legitimate remote-access product from SAFIB LTD, a Russian software company, and the Punycode domain is simply their official site rendered in IDN form — this is not obfuscation in a malicious sense. However, the package installs a prebuilt proprietary binary from a vendor-controlled download endpoint (identified only by a numeric ID '1375') with only an MD5 checksum for integrity. MD5 is cryptographically broken for collision resistance. The binary installs a systemd service, meaning it runs with elevated persistence. The combination of: (1) prebuilt proprietary binary, (2) weak MD5-only integrity check, (3) opaque numeric download URL that could be silently updated server-side, and (4) a systemd service installation constitutes a genuine supply-chain concern. The cheaper model's 'obfuscated domain' concern is a false positive (it's just IDN), but the real medium-severity concern is the prebuilt binary from a non-mainstream vendor with weak integrity verification and persistent execution.

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:14 source=("${pkgname}-${pkgver}.deb::https://lk2.xn--80akicokc0aablc.xn--p1ai/WebApi/Platforms/Download/${_pkg}")
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 package from a Punycode-encoded Russian domain (xn--80akicokc0aablc.xn--p1ai decodes to a Cyrillic domain) via a numeric ID endpoint with no version pinning in the URL path. The software 'Assistant' is a legitimate remote-access product from SAFIB LTD, a Russian software company, and the Punycode domain is simply their official site rendered in IDN form — this is not obfuscation in a malicious sense. However, the package installs a prebuilt proprietary binary from a vendor-controlled download endpoint (identified only by a numeric ID '1375') with only an MD5 checksum for integrity. MD5 is cryptographically broken for collision resistance. The binary installs a systemd service, meaning it runs with elevated persistence. The combination of: (1) prebuilt proprietary binary, (2) weak MD5-only integrity check, (3) opaque numeric download URL that could be silently updated server-side, and (4) a systemd service installation constitutes a genuine supply-chain concern. The cheaper model's 'obfuscated domain' concern is a false positive (it's just IDN), but the real medium-severity concern is the prebuilt binary from a non-mainstream vendor with weak integrity verification and persistent execution.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Stezkoy
2
3pkgname=assistant
4pkgver=6.5.0
5pkgrel=3
6_pkg=1375
7pkgdesc='Secure remote access to computers over a local network or over the Internet.'
8arch=('x86_64')
9license=('custom:SAFIB LTD')
10url="https://xn--80akicokc0aablc.xn--p1ai/"
11depends=('bash' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'v4l-utils')
12options=('!strip')
13install=${pkgname}.install
14source=("${pkgname}-${pkgver}.deb::https://lk2.xn--80akicokc0aablc.xn--p1ai/WebApi/Platforms/Download/${_pkg}")
15md5sums=('9c2110452399997ae52df0c776b7dab2')
16package() {
17 bsdtar xf data.tar.gz -C "${pkgdir}"
18 install -D -m644 "${pkgdir}/opt/${pkgname}/license/License.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/License.rtf"
19 install -D -m644 "${pkgdir}/opt/${pkgname}/scripts/${pkgname}.desktop" "${pkgdir}/usr/share/applications/remote-${pkgname}.desktop"
20 install -D -m644 "${pkgdir}/opt/${pkgname}/scripts/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
21}
22

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