lenza-bin

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

The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (storage.lenzaos.com), which is not a common public forge or CDN, creating a supply-chain risk if the host were compromised or the download redirected.

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:37 source=("https://storage.lenzaos.com/other/app/linux/Lenza-${pkgver}.AppImage")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (storage.lenzaos.com), which is not a common public forge or CDN, creating a supply-chain risk if the host were compromised or the download redirected.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Boris Yumankulov <boriabloger[at]protonmail[dot]com>
2
3pkgname=lenza-bin
4pkgver=1.0.52
5pkgrel=3
6pkgdesc="Lenza is a corporate messenger for team communication"
7arch=('x86_64')
8url="https://lenzaos.com/"
9license=('custom')
10options=('!strip' '!debug')
11_appimage="Lenza-${pkgver}.AppImage"
12makedepends=('fuse2' 'squashfs-tools')
13depends=(
14 'alsa-lib'
15 'at-spi2-core'
16 'cairo'
17 'dbus'
18 'expat'
19 'glib2'
20 'gtk3'
21 'libcups'
22 'libdrm'
23 'libx11'
24 'libxcb'
25 'libxcomposite'
26 'libxdamage'
27 'libxext'
28 'libxfixes'
29 'libxkbcommon'
30 'libxrandr'
31 'libxtst'
32 'mesa'
33 'nss'
34 'pango'
35)
36noextract=("${_appimage}")
37source=("https://storage.lenzaos.com/other/app/linux/Lenza-${pkgver}.AppImage")
38sha256sums=('8741a8c819104fe96c375bd5f835df214e4504e264710b0c5e3ba1ead0509fa5')
39
40prepare() {
41 chmod +x "${_appimage}"
42 ./"${_appimage}" --appimage-extract
43
44 # Update only from pacman
45 rm -f "squashfs-root/resources/app-update.yml"
46
47 # Fix broken category and exec
48 sed -i -E 's|^Categories=.*|Categories=Network;InstantMessaging;Chat;|' "squashfs-root/lenza.desktop"
49 sed -i -E "s|Exec=.*|Exec=lenza %U|" "squashfs-root/lenza.desktop"
50}
51
52package() {
53 install -dm755 "${pkgdir}/opt/${pkgname}"
54 cp -a squashfs-root/. "${pkgdir}/opt/${pkgname}/"
55
56 # Fix permissions; .AppImage permissions are 700 for all directories
57 chmod -R a+rX "${pkgdir}/opt/${pkgname}"
58
59 install -dm755 "${pkgdir}/usr/bin"
60 ln -s "/opt/${pkgname}/lenza" "${pkgdir}/usr/bin/lenza"
61
62 install -Dm644 "squashfs-root/lenza.desktop" "${pkgdir}/usr/share/applications/lenza.desktop"
63 install -Dm644 "squashfs-root/lenza.png" "${pkgdir}/usr/share/pixmaps/lenza.png"
64}
65

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