assistant

MEDIUM
maintainer ksandr 4 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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