ravkavonline
Triggered rules
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)
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# Maintainer: Amiad Bareli <amiad@hatul.info>
pkgname=ravkavonline
pkgver="2.5.2"
pkgrel=1
pkgdesc="Ravkav Online client - unofficial package"
arch=('x86_64')
url="https://ravkavonline.co.il/"
license=('custom' 'MIT')
depends=('pcsclite' 'ccid')
optdepends=('scmccid: additional support for some card readers')
source=("https://ravkavonline.co.il/releases/linux/${pkgname}_${pkgver}_amd64.deb" $pkgname.install)
sha256sums=('002704d194012e454a255db1646de6067775524f97edb07e88ef067fae97b70c'
'91373cde0ef5a269db942aaabe53bb553748306e9d7ef5aedf05183bd42f8447')
install=$pkgname.install
prepare() {
tar -xf data.tar.gz
}
package() {
install -dm 755 $pkgdir/usr/{bin,share/{applications,doc/$pkgname}}
install -Dm 755 $srcdir/usr/bin/$pkgname $pkgdir/usr/bin
install -Dm 755 $srcdir/usr/share/applications/$pkgname.desktop $pkgdir/usr/share/applications
install -Dm 644 $srcdir/usr/share/doc/$pkgname/{LICENSE.txt,changelog.gz} $pkgdir/usr/share/doc/$pkgname/
}
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 | 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 |