litemanager

MEDIUM
maintainer leoneii 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt executable from a non-whitelisted host (litemanager.com) which is not a standard code hosting platform, and the binary is installed and executed without clear verification of origin or integrity beyond a fixed md5sum, creating a potential supply-chain risk if the host is compromised.

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:27 source=("LiteManager_linux-${pkgver}.zip::https://litemanager.com/soft/LiteManager_linux.zip"
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 executable from a non-whitelisted host (litemanager.com) which is not a standard code hosting platform, and the binary is installed and executed without clear verification of origin or integrity beyond a fixed md5sum, creating a potential supply-chain risk if the host is compromised.

PKGBUILD

1 offending line(s) highlighted
1# This is an example PKGBUILD file. Use this as a start to creating your own,
2# and remove these comments. For more information, see 'man PKGBUILD'.
3# NOTE: Please fill out the license field for your package! If it is unknown,
4# then please put 'unknown'.
5
6# Maintainer: Leone <comdir@infonix.info>
7pkgname=litemanager
8pkgver=5237
9pkgrel=1
10epoch=
11pkgdesc="remote access software for remote administration of computers over the Internet or remote control in a local network, for distant learning, providing remote support to users and supervising work activity of employees."
12arch=('x86_64')
13url="https://www.litemanager.com"
14license=('custom')
15groups=()
16depends=()
17makedepends=('gendesk')
18checkdepends=()
19optdepends=()
20provides=()
21conflicts=()
22replaces=()
23backup=()
24options=()
25install=
26changelog=
27source=("LiteManager_linux-${pkgver}.zip::https://litemanager.com/soft/LiteManager_linux.zip"
28litemanager.png)
29
30noextract=()
31md5sums=('547643ca271903f153bb51345810b916'
32 'ce19ee278e856d0e17610979ede081b4')
33
34validpgpkeys=()
35
36prepare() {
37
38 echo "Creating desktop file"
39 gendesk -f -n --pkgname ${pkgname} \
40 --pkgdesc "${pkgdesc}" \
41 --categories="GTK;GNOME;X-GNOME-NetworkSettings;Network;" \
42 --icon "/usr/share/pixmaps/${pkgname}.png" \
43 --exec "litemanager"
44
45}
46
47
48
49package() {
50 install -d "${pkgdir}/" "$pkgdir/opt/${pkgname}"
51
52 # Внутри общего архива лежат два билда: старый (в папке
53 # LiteManager_linux/LiteManager, с readme) и отдельный zip
54 # "LiteManager_linux_<версия>.zip" с голым бинарником более новой сборки.
55 # Начиная с 5237 используем именно второй - он новее старого.
56 local _new_build="${srcdir}/LiteManager_linux_${pkgver}.zip"
57
58 if [ -f "${_new_build}" ]; then
59 msg2 "Используется отдельный билд LiteManager_linux_${pkgver}.zip"
60 mkdir -p "${srcdir}/new_build_extract"
61 bsdtar -xf "${_new_build}" -C "${srcdir}/new_build_extract"
62 install -Dm755 "${srcdir}/new_build_extract/LiteManager" "$pkgdir/opt/litemanager/litemanager"
63 else
64 warning "LiteManager_linux_${pkgver}.zip не найден - используем старую упаковку (LiteManager_linux/LiteManager)."
65 install -Dm755 "${srcdir}/LiteManager_linux/LiteManager" "$pkgdir/opt/litemanager/litemanager"
66 fi
67
68 mkdir -p $pkgdir/usr/bin
69 ln -s "/opt/litemanager/litemanager" "$pkgdir/usr/bin/litemanager"
70 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
71 install -Dm644 "${srcdir}/litemanager.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
72}
73

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