ukrainealarm-client-bin

MEDIUM
maintainer sonmi-451 1 votes base ukrainealarm-client scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:23 https://apt.ukrainealarm.com/pool/main/u/${pkgbase}/${pkgbase}_${_pkgver}_${_arch}.deb
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 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
1# Maintainer: Yevhen Hurynovych <support@stfalcon.com>
2# Contributor: Alexander Hrinchuk <agrynchuk@gmail.com>
3
4pkgbase='ukrainealarm-client'
5pkgname="${pkgbase}-bin"
6pkgver=0.2.0
7pkgrel=0
8pkgdesc="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."
9arch=('x86_64')
10install=ukrainealarm-client.install
11_arch='amd64'
12_pkgver="${pkgver}-0~bullseye0"
13url="https://www.ukrainealarm.com/linux-app"
14license=('custom')
15depends=(
16 'alsa-lib'
17 'glibc'
18)
19optdepends=('libpulse: A featureful, general-purpose sound server.')
20provides=(${pkgbase})
21conflicts=(${pkgbase})
22source=(
23 https://apt.ukrainealarm.com/pool/main/u/${pkgbase}/${pkgbase}_${_pkgver}_${_arch}.deb
24)
25sha256sums=('482b648bafd5ff4753aa67acd61feff2ae08dce212db98638fce94a29b049f4b')
26package() {
27 tar xf data.tar.xz -C "${pkgdir}"
28 install -d "${pkgdir}/usr/lib/systemd/system"
29 mv "${pkgdir}/lib/systemd/system/${pkgbase}.service" "${pkgdir}/usr/lib/systemd/system/"
30 rm -Rf "${pkgdir}/lib"
31}
32
33

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion