omacal-bin
The package installs a prebuilt binary from a GitHub release, which is an unverifiable executable from a potentially swappable source, posing a supply-chain risk despite the project's plausible origin.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release, which is an unverifiable executable from a potentially swappable source, posing a supply-chain risk despite the project's plausible origin.
PKGBUILD
# Maintainer: mestik78 mestik78@gmail.com
pkgname=omacal-bin
pkgver=3.7.2
pkgrel=1
pkgdesc="Native desktop calendar for Google Calendar, iCloud and any CalDAV server"
arch=('x86_64')
url="https://omacal.app/"
license=('unknown')
depends=('hicolor-icon-theme' 'webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator')
provides=('omacal')
conflicts=('omacal')
source=("${pkgname}-${pkgver}.deb::https://github.com/x3me/omacal/releases/download/v${pkgver}/omacal_${pkgver}_amd64.deb")
sha256sums=('63b807ebad76c8e15adcba646435790afb0af1cee540908482c6f098b43e4b72')
package() {
tar -xzf "${srcdir}/data.tar.gz" -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 13:17:35 | Medium | 2 |