mts-linkchats-desktop

maintainer dobr1n7a · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt tarball from a non-standard, non-whitelisted host (apps.webinar.ru) which is not the project's primary domain, and the checksum for the desktop file is skipped, increasing supply-chain risk.

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:11 "https://apps.webinar.ru/weteams/linkchats-desktop.tar.gz"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt tarball from a non-standard, non-whitelisted host (apps.webinar.ru) which is not the project's primary domain, and the checksum for the desktop file is skipped, increasing supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: dobr1n7a
2
3pkgname='mts-linkchats-desktop'
4pkgver=0.87.2
5pkgrel=1
6pkgdesc='MTS Linkchats desktop'
7arch=('x86_64')
8url='https://mts-link.ru'
9license=('unknown')
10source=(
11 "https://apps.webinar.ru/weteams/linkchats-desktop.tar.gz"
12 "mts-linkchats-desktop.desktop"
13)
14b2sums=(
15 '609382cee21bc24938110d3d71744030795918f782cf26e6b3b01f63bd552dfb99eb0b079edc1bc28421be4526579eaad4d17212d0e8b0e88889d380e2eb6773'
16 'SKIP'
17)
18
19package() {
20 # Install application files to /opt
21 install -dm755 "${pkgdir}/opt/${pkgname}"
22 cp -r "${srcdir}/linkchats-desktop-${pkgver}-linux/"* "${pkgdir}/opt/${pkgname}"
23
24 # Update hardcoded paths in the launcher script
25 sed -i "s|/opt/LinkChats|/opt/${pkgname}|" "${pkgdir}/opt/${pkgname}/mtslink"
26
27 # Create symlink in /usr/bin
28 install -dm755 "${pkgdir}/usr/bin"
29 ln -s "/opt/${pkgname}/mtslink" "${pkgdir}/usr/bin/${pkgname}"
30
31 # Install desktop entry file
32 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
33
34 # Create symlink for application icon
35 install -dm755 "${pkgdir}/usr/share/icons/hicolor/512x512/apps"
36 ln -s "/opt/${pkgname}/resources/src/main/assets/icons/icon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${pkgname}.png"
37}
38

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 09:51:03 MEDIUM 2
2026-07-16 00:05:41 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