ravkavonline

maintainer amiad · 6 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from ravkavonline.co.il (the project's own domain, not a major forge like GitHub releases or a distro mirror) and installs the extracted binary directly into the system. There is a sha256sum check, which mitigates casual tampering, but the binary is closed-source/proprietary and comes from a single vendor-controlled host with no additional verification (no GPG signature). If the domain or its CDN were compromised, the sha256 would not help. The installed artifact is an executed binary, not data, so the supply-chain risk is real. This is a classic medium: not clearly malicious, but an unofficial prebuilt binary from a non-standard host with no cryptographic signing beyond a hash baked into the PKGBUILD itself.

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=("https://ravkavonline.co.il/releases/linux/${pkgname}_${pkgver}_amd64.deb" $pkgname.install)
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from ravkavonline.co.il (the project's own domain, not a major forge like GitHub releases or a distro mirror) and installs the extracted binary directly into the system. There is a sha256sum check, which mitigates casual tampering, but the binary is closed-source/proprietary and comes from a single vendor-controlled host with no additional verification (no GPG signature). If the domain or its CDN were compromised, the sha256 would not help. The installed artifact is an executed binary, not data, so the supply-chain risk is real. This is a classic medium: not clearly malicious, but an unofficial prebuilt binary from a non-standard host with no cryptographic signing beyond a hash baked into the PKGBUILD itself.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Amiad Bareli <amiad@hatul.info>
2
3pkgname=ravkavonline
4pkgver="2.5.2"
5pkgrel=1
6pkgdesc="Ravkav Online client - unofficial package"
7arch=('x86_64')
8url="https://ravkavonline.co.il/"
9license=('custom' 'MIT')
10depends=('pcsclite' 'ccid')
11optdepends=('scmccid: additional support for some card readers')
12
13source=("https://ravkavonline.co.il/releases/linux/${pkgname}_${pkgver}_amd64.deb" $pkgname.install)
14sha256sums=('002704d194012e454a255db1646de6067775524f97edb07e88ef067fae97b70c'
15 '91373cde0ef5a269db942aaabe53bb553748306e9d7ef5aedf05183bd42f8447')
16install=$pkgname.install
17
18prepare() {
19 tar -xf data.tar.gz
20}
21
22package() {
23 install -dm 755 $pkgdir/usr/{bin,share/{applications,doc/$pkgname}}
24 install -Dm 755 $srcdir/usr/bin/$pkgname $pkgdir/usr/bin
25 install -Dm 755 $srcdir/usr/share/applications/$pkgname.desktop $pkgdir/usr/share/applications
26 install -Dm 644 $srcdir/usr/share/doc/$pkgname/{LICENSE.txt,changelog.gz} $pkgdir/usr/share/doc/$pkgname/
27
28}
29

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 00:05:41 MEDIUM 2
2026-07-15 00:09:25 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