reaction-bin

LOW
maintainer hannaeko 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=reaction-bin
4pkgver=2.5.1
5_pkgver="v${pkgver/rc/-rc}"
6pkgrel=1
7pkgdesc="A daemon that scans program outputs for repeated patterns, and takes action. A lightweight alternative to fail2ban."
8arch=('x86_64')
9url="https://framagit.org/ppom/reaction"
10license=('AGPL')
11optdepends=('nftables' 'firewalld')
12provides=('reaction')
13conflicts=('reaction')
14backup=('etc/reaction/reaction.jsonnet')
15source=(
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)
20sha256sums=('4a0bbb552786cc551a97ac8a5e9112567308dbaf6b79eb2633aa40b0048549ee'
21 'e32fb135261493d960df8276acb5c466d4f8c15768042df790863680c17fc400'
22 '1d0cd534deafa19d8ac68ce90e9a4eb30302673b5a27e5d790bb3ffb11b2c788')
23
24prepare() {
25 cd "reaction-${_pkgver}-amd64"
26}
27
28package() {
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

Scan history

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

Report a package

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

0 / 4000
Your suggestion