ukrainealarm-client-bin
ukrainealarm-client
scanned 2026-09-17 00:27:14.276658
The PKGBUILD downloads a prebuilt binary .deb from apt.ukrainealarm.com, which is the project's own official APT repository (matching the upstream URL ukrainealarm.com/linux-app). This is a common AUR pattern for -bin packages that repackage official vendor binaries. The sha256sum is pinned, providing integrity verification against accidental corruption or CDN tampering. However, the host is a project-specific domain with no independent verification mechanism (no GPG signature check, no Arch-official mirror), so if the upstream host were compromised or the maintainer's server were taken over, a malicious binary could be served with a matching hash only if the PKGBUILD's hash were also updated. The real concern is the executed binary from a non-standard host without GPG verification — this is the standard medium-risk pattern for -bin AUR packages from small/regional projects. Not clearly malicious, but a genuine supply-chain concern warranting the medium rating.
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:23
https://apt.ukrainealarm.com/pool/main/u/${pkgbase}/${pkgbase}_${_pkgver}_${_arch}.deb
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 apt.ukrainealarm.com, which is the project's own official APT repository (matching the upstream URL ukrainealarm.com/linux-app). This is a common AUR pattern for -bin packages that repackage official vendor binaries. The sha256sum is pinned, providing integrity verification against accidental corruption or CDN tampering. However, the host is a project-specific domain with no independent verification mechanism (no GPG signature check, no Arch-official mirror), so if the upstream host were compromised or the maintainer's server were taken over, a malicious binary could be served with a matching hash only if the PKGBUILD's hash were also updated. The real concern is the executed binary from a non-standard host without GPG verification — this is the standard medium-risk pattern for -bin AUR packages from small/regional projects. Not clearly malicious, but a genuine supply-chain concern warranting the medium rating.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Yevhen Hurynovych <support@stfalcon.com>
# Contributor: Alexander Hrinchuk <agrynchuk@gmail.com>
pkgbase='ukrainealarm-client'
pkgname="${pkgbase}-bin"
pkgver=0.2.0
pkgrel=0
pkgdesc="Linux client for receiving alarms in Ukraine (see https://www.ukrainealarm.com/). It's allows plays sounds like in Android app and execute custom script on alarms evenents."
arch=('x86_64')
install=ukrainealarm-client.install
_arch='amd64'
_pkgver="${pkgver}-0~bullseye0"
url="https://www.ukrainealarm.com/linux-app"
license=('custom')
depends=(
'alsa-lib'
'glibc'
)
optdepends=('libpulse: A featureful, general-purpose sound server.')
provides=(${pkgbase})
conflicts=(${pkgbase})
source=(
https://apt.ukrainealarm.com/pool/main/u/${pkgbase}/${pkgbase}_${_pkgver}_${_arch}.deb
)
sha256sums=('482b648bafd5ff4753aa67acd61feff2ae08dce212db98638fce94a29b049f4b')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/usr/lib/systemd/system"
mv "${pkgdir}/lib/systemd/system/${pkgbase}.service" "${pkgdir}/usr/lib/systemd/system/"
rm -Rf "${pkgdir}/lib"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |