assistant
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
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}")
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# Maintainer: Stezkoy
pkgname=assistant
pkgver=6.5.0
pkgrel=3
_pkg=1375
pkgdesc='Secure remote access to computers over a local network or over the Internet.'
arch=('x86_64')
license=('custom:SAFIB LTD')
url="https://xn--80akicokc0aablc.xn--p1ai/"
depends=('bash' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'v4l-utils')
options=('!strip')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.deb::https://lk2.xn--80akicokc0aablc.xn--p1ai/WebApi/Platforms/Download/${_pkg}")
md5sums=('9c2110452399997ae52df0c776b7dab2')
package() {
bsdtar xf data.tar.gz -C "${pkgdir}"
install -D -m644 "${pkgdir}/opt/${pkgname}/license/License.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/License.rtf"
install -D -m644 "${pkgdir}/opt/${pkgname}/scripts/${pkgname}.desktop" "${pkgdir}/usr/share/applications/remote-${pkgname}.desktop"
install -D -m644 "${pkgdir}/opt/${pkgname}/scripts/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |