reap-bin
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_pkgauthor=legostin
_pkgname=reap
_appname=${_pkgname}
pkgname=${_pkgname}-bin
pkgdesc="Interactive TUI for viewing and killing processes on ports"
pkgver=0.1.0
pkgrel=1
_pkgvername=v${pkgver}
arch=('x86_64' 'aarch64')
_barch=('linux_amd64' 'linux_arm64')
url="https://github.com/${_pkgauthor}/${_pkgname}"
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
license=('MIT')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_appname}_${_barch[0]}.tar.gz")
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_appname}_${_barch[1]}.tar.gz")
sha256sums_x86_64=('f519fac622c1c2efeb64afab2263b22b60e4be92e659f8b1737769c1af440952')
sha256sums_aarch64=('ad1223f63d8f7a86b9dfaa937aafab525b036dee978f3cf5f042e5c45f2bc2c6')
package() {
cd "${srcdir}/" || exit
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
# install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 05:44:47 | Low | 2 |