zentorrent-bin
The package downloads a prebuilt binary from the project's official GitHub release assets, which is a normal and expected practice for -bin packages; the source is trustworthy and matches the project's own infrastructure.
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 the project's official GitHub release assets, which is a normal and expected practice for -bin packages; the source is trustworthy and matches the project's own infrastructure.
1 higher static finding superseded - not the current verdict (shown for transparency)
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_gitauthor=subwaycookiecrunch
_gitname=zentorrent
_appname=${_gitname}
pkgname=${_appname}-bin
pkgdesc="Just a CLI torrent downloader. No UI, no BS!"
pkgver=4.0.0
pkgrel=1
_gitversion=v${pkgver}
arch=('x86_64')
_barch=('linux-amd64')
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
url=${_ghurl}
license=('MIT')
provides=("${_appname}")
conflicts=("${_appname}")
depends=('glibc' 'libgcc' 'libstdc++')
options=(!strip)
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
sha256sums=('4b8b77cd3163f3c6a7329edaee1e04ac48bc83e05b0a97b220319e21654f964c'
'5eea9322571742b0584f859e0ee9dfc3958e7d82c597cdc29bff2b623cf07beb')
sha256sums_x86_64=('dc14e3b8f54da5e1546d991805368b8f9821d2a9da13e66901e032caf2ad1e6f')
package() {
cd "${srcdir}/" || exit
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Changes since previous scan
--- PKGBUILD @ 2026-06-23 04:15+++ PKGBUILD @ 2026-08-31 00:19@@ -6,7 +6,7 @@ pkgname=${_appname}-bin pkgdesc="Just a CLI torrent downloader. No UI, no BS!" -pkgver=3.0.0+pkgver=4.0.0 pkgrel=1 _gitversion=v${pkgver} @@ -28,9 +28,9 @@ source=("README-${pkgver}.md::${_ghurlraw}/README.md" "LICENSE-${pkgver}::${_ghurlraw}/LICENSE") source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")-sha256sums=('0b59c86623b0f0126653456773046da420f63cc3f87b37687019710f1b5c4802'+sha256sums=('4b8b77cd3163f3c6a7329edaee1e04ac48bc83e05b0a97b220319e21654f964c' '5eea9322571742b0584f859e0ee9dfc3958e7d82c597cdc29bff2b623cf07beb')-sha256sums_x86_64=('65e5d7a13b9070d1814a4aaf125a457547d4fff73d0e6bc58fd0ceb2aeb13f3f')+sha256sums_x86_64=('dc14e3b8f54da5e1546d991805368b8f9821d2a9da13e66901e032caf2ad1e6f') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 23:44:22 | Medium | 1 |
| 2026-06-23 04:15:49 | Clean | 2 |