assistant
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-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 |