zoho-writer-bin
maintainer frakod
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
Downloads a prebuilt .deb binary from a non-standard Zoho CDN host (zohopublic.com) with a SKIP'd checksum, making it unverifiable; while the domain appears plausibly Zoho-owned, the SKIP'd checksum means a silently swapped executable could not be detected.
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:13
source=("ZohoWriter.deb::https://files-accl.zohopublic.com/public/zohowriter/download/linux")
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt .deb binary from a non-standard Zoho CDN host (zohopublic.com) with a SKIP'd checksum, making it unverifiable; while the domain appears plausibly Zoho-owned, the SKIP'd checksum means a silently swapped executable could not be detected.
PKGBUILD
1 offending line(s) highlighted
1
pkgname=zoho-writer-bin
2
pkgver=4.0.1
3
pkgrel=1
4
5
pkgdesc="Create - Share - Collaborate"
6
arch=('x86_64')
7
url="https://writer.zoho.com/documents"
8
license=('ISC')
9
10
depends=(gtk3 libnotify nss libxss libxtst xdg-utils at-spi2-core util-linux-libs libsecret)
11
optdepends=('libappindicator-gtk3: Icon status notifier support')
12
13
source=("ZohoWriter.deb::https://files-accl.zohopublic.com/public/zohowriter/download/linux")
14
md5sums=('SKIP')
15
16
pkgver()
17
{
18
bsdtar -xOf "$srcdir"/control.tar.* | grep '^Version:' | cut -d ' ' -f2 | tr '-' '_'
19
}
20
21
package()
22
{
23
tar -xf "$srcdir/data.tar.xz" -C "$pkgdir"
24
25
mkdir -p "$pkgdir/usr/bin"
26
ln -sf "/opt/Writer/writer" "$pkgdir/usr/bin/writer"
27
28
install -D -m644 "$pkgdir/opt/Writer/resources/jre/legal/jdk.zipfs/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
}
30
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 | 3 |
| 2026-07-19 00:17:08 | MEDIUM | 3 |
| 2026-07-18 00:14:48 | MEDIUM | 3 |
| 2026-07-17 00:06:16 | MEDIUM | 3 |
| 2026-07-16 00:05:41 | MEDIUM | 3 |
| 2026-07-15 00:09:25 | MEDIUM | 3 |