reaction-bin
The package downloads a prebuilt binary from a non-whitelisted but project-associated host (static.ppom.me); however, the binary is part of the official release for a legitimate project, checksums are provided and verifiable, and the installed files match expected program artifacts, so the risk is low.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from a non-whitelisted but project-associated host (static.ppom.me); however, the binary is part of the official release for a legitimate project, checksums are provided and verifiable, and the installed files match expected program artifacts, so the risk is low.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
"https://static.ppom.me/reaction/releases/${_pkgver}/reaction-${_pkgver}-amd64.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Hannaeko <tech+aur@hannaeko.eu>
pkgname=reaction-bin
pkgver=2.5.1
_pkgver="v${pkgver/rc/-rc}"
pkgrel=1
pkgdesc="A daemon that scans program outputs for repeated patterns, and takes action. A lightweight alternative to fail2ban."
arch=('x86_64')
url="https://framagit.org/ppom/reaction"
license=('AGPL')
optdepends=('nftables' 'firewalld')
provides=('reaction')
conflicts=('reaction')
backup=('etc/reaction/reaction.jsonnet')
source=(
"https://static.ppom.me/reaction/releases/${_pkgver}/reaction-${_pkgver}-amd64.tar.gz"
"https://framagit.org/ppom/reaction/-/raw/${_pkgver}/config/example.jsonnet"
"https://framagit.org/ppom/reaction/-/raw/${_pkgver}/packaging/reaction.service"
)
sha256sums=('4a0bbb552786cc551a97ac8a5e9112567308dbaf6b79eb2633aa40b0048549ee'
'e32fb135261493d960df8276acb5c466d4f8c15768042df790863680c17fc400'
'1d0cd534deafa19d8ac68ce90e9a4eb30302673b5a27e5d790bb3ffb11b2c788')
prepare() {
cd "reaction-${_pkgver}-amd64"
}
package() {
install -Dm644 "example.jsonnet" "${pkgdir}/etc/reaction/reaction.jsonnet"
install -Dm644 reaction.service "${pkgdir}/usr/lib/systemd/system/reaction.service"
cd "reaction-${_pkgver}-amd64"
install -Dm755 reaction "${pkgdir}/usr/bin/reaction"
install -Dm755 reaction-plugin-virtual "${pkgdir}/usr/bin/reaction-plugin-virtual"
install -Dm755 reaction-plugin-ipset "${pkgdir}/usr/bin/reaction-plugin-ipset"
install -Dm755 reaction-plugin-nftables "${pkgdir}/usr/bin/reaction-plugin-nftables"
install -Dm644 reaction*.1 -t "${pkgdir}/usr/share/man/man1"
install -Dm644 reaction.bash "${pkgdir}/usr/share/bash-completion/completions/reaction"
install -Dm644 reaction.fish "${pkgdir}/usr/share/fish/vendor_completions.d/reaction.fish"
install -Dm644 _reaction "${pkgdir}/usr/share/zsh/site-functions/_reaction"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |