reap-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-31 05:44:47.999322
View on AUR
Why flagged

The package downloads prebuilt binaries from GitHub releases, which is a common but less trustworthy practice than building from source; however, the binaries are checksummed and the project is open-source, limiting risk to typical supply-chain concerns for binary packages.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries from GitHub releases, which is a common but less trustworthy practice than building from source; however, the binaries are checksummed and the project is open-source, limiting risk to typical supply-chain concerns for binary packages.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_pkgauthor=legostin
4_pkgname=reap
5_appname=${_pkgname}
6pkgname=${_pkgname}-bin
7pkgdesc="Interactive TUI for viewing and killing processes on ports"
8
9pkgver=0.1.0
10pkgrel=1
11_pkgvername=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux_amd64' 'linux_arm64')
15
16url="https://github.com/${_pkgauthor}/${_pkgname}"
17_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
18
19license=('MIT')
20
21provides=("${_pkgname}")
22conflicts=("${_pkgname}")
23
24source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_appname}_${_barch[0]}.tar.gz")
25source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_appname}_${_barch[1]}.tar.gz")
26sha256sums_x86_64=('f519fac622c1c2efeb64afab2263b22b60e4be92e659f8b1737769c1af440952')
27sha256sums_aarch64=('ad1223f63d8f7a86b9dfaa937aafab525b036dee978f3cf5f042e5c45f2bc2c6')
28
29
30package() {
31 cd "${srcdir}/" || exit
32
33 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
34
35 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
36
37 # install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 05:44:47 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