zoho-mail-desktop
maintainer AlfredoRamos
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Zoho's official CDN, which is a non-whitelisted but plausibly legitimate source for the project; the worst case of a swapped source would be code execution, but the host is owned by the vendor, making it a low-severity supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from Zoho's official CDN, which is a non-whitelisted but plausibly legitimate source for the project; the worst case of a swapped source would be code execution, but the host is owned by the vendor, making it a low-severity supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:17
source=("https://downloads.zohocdn.com/zmail-desktop/linux/${pkgname}-lite-installer-x64-v${pkgver}.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alfredo Ramos <alfredo.ramos@proton.me>
2
# Maintainer: Jose Galvez (galvez_65)
3
# Contributor: Sabu Siyad <hello@ssiyad.com>
4
# Contributor: Hunter Wittenborn <hunter@hunterwittenborn.me>
5
# Contributor: Emerson Almeida <duke.m16@gmail.com>
6
7
pkgname=zoho-mail-desktop
8
pkgver=1.9.2
9
pkgrel=1
10
pkgdesc='Lite desktop version of Zoho email client.'
11
arch=('x86_64')
12
url='https://www.zoho.com/mail/desktop'
13
license=('custom')
14
15
depends=('hicolor-icon-theme')
16
17
source=("https://downloads.zohocdn.com/zmail-desktop/linux/${pkgname}-lite-installer-x64-v${pkgver}.deb")
18
sha512sums=('d004aa56693241819e582f011f79351eaa0c1c20aa4d8693987ce8065518cf0bb66506639bf3a7376c032d42b8a2502ae7fe808f9d1717934c8119959376fe11')
19
20
package() {
21
# Install application, icons, docs and desktop file
22
tar -C "${pkgdir}" -xavf "${srcdir}/data.tar.xz"
23
24
# Create symbolic link
25
install -dm 755 "${pkgdir}/usr/bin"
26
ln -sr "${pkgdir}/opt/Zoho Mail - Desktop/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
27
28
# Install license
29
install -Dm 644 "${pkgdir}/opt/Zoho Mail - Desktop/resources/EULA.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |