reaction-bin
maintainer hannaeko
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:16
"https://static.ppom.me/reaction/releases/${_pkgver}/reaction-${_pkgver}-amd64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Hannaeko <tech+aur@hannaeko.eu>
2
3
pkgname=reaction-bin
4
pkgver=2.5.1
5
_pkgver="v${pkgver/rc/-rc}"
6
pkgrel=1
7
pkgdesc="A daemon that scans program outputs for repeated patterns, and takes action. A lightweight alternative to fail2ban."
8
arch=('x86_64')
9
url="https://framagit.org/ppom/reaction"
10
license=('AGPL')
11
optdepends=('nftables' 'firewalld')
12
provides=('reaction')
13
conflicts=('reaction')
14
backup=('etc/reaction/reaction.jsonnet')
15
source=(
16
"https://static.ppom.me/reaction/releases/${_pkgver}/reaction-${_pkgver}-amd64.tar.gz"
17
"https://framagit.org/ppom/reaction/-/raw/${_pkgver}/config/example.jsonnet"
18
"https://framagit.org/ppom/reaction/-/raw/${_pkgver}/packaging/reaction.service"
19
)
20
sha256sums=('4a0bbb552786cc551a97ac8a5e9112567308dbaf6b79eb2633aa40b0048549ee'
21
'e32fb135261493d960df8276acb5c466d4f8c15768042df790863680c17fc400'
22
'1d0cd534deafa19d8ac68ce90e9a4eb30302673b5a27e5d790bb3ffb11b2c788')
23
24
prepare() {
25
cd "reaction-${_pkgver}-amd64"
26
}
27
28
package() {
29
install -Dm644 "example.jsonnet" "${pkgdir}/etc/reaction/reaction.jsonnet"
30
install -Dm644 reaction.service "${pkgdir}/usr/lib/systemd/system/reaction.service"
31
32
cd "reaction-${_pkgver}-amd64"
33
34
install -Dm755 reaction "${pkgdir}/usr/bin/reaction"
35
install -Dm755 reaction-plugin-virtual "${pkgdir}/usr/bin/reaction-plugin-virtual"
36
install -Dm755 reaction-plugin-ipset "${pkgdir}/usr/bin/reaction-plugin-ipset"
37
install -Dm755 reaction-plugin-nftables "${pkgdir}/usr/bin/reaction-plugin-nftables"
38
39
40
install -Dm644 reaction*.1 -t "${pkgdir}/usr/share/man/man1"
41
install -Dm644 reaction.bash "${pkgdir}/usr/share/bash-completion/completions/reaction"
42
install -Dm644 reaction.fish "${pkgdir}/usr/share/fish/vendor_completions.d/reaction.fish"
43
install -Dm644 _reaction "${pkgdir}/usr/share/zsh/site-functions/_reaction"
44
}
45
Changes since previous scan
--- PKGBUILD @ 2026-07-21 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Hannaeko <tech+aur@hannaeko.eu> pkgname=reaction-bin-pkgver=2.4.0+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."@@ -17,7 +17,7 @@ "https://framagit.org/ppom/reaction/-/raw/${_pkgver}/config/example.jsonnet" "https://framagit.org/ppom/reaction/-/raw/${_pkgver}/packaging/reaction.service" )-sha256sums=('91ba7c8089f2fdb79f594eaf726e7fd99a8e588cf69fecbc03ba33f65f154a33'+sha256sums=('4a0bbb552786cc551a97ac8a5e9112567308dbaf6b79eb2633aa40b0048549ee' 'e32fb135261493d960df8276acb5c466d4f8c15768042df790863680c17fc400' '1d0cd534deafa19d8ac68ce90e9a4eb30302673b5a27e5d790bb3ffb11b2c788') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 13:17:02 | MEDIUM | 1 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |