cargo-pretty-build-bin
The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal practice for -bin packages; the low severity is due to the binary not being built from source and the project having few votes and recent upload, increasing supply-chain risk slightly but not indicating active malice.
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 a prebuilt binary from the project's official GitHub releases, which is a normal practice for -bin packages; the low severity is due to the binary not being built from source and the project having few votes and recent upload, increasing supply-chain risk slightly but not indicating active malice.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_pkgauthor=romancitodev
_pkgname=cargo-pretty-build
pkgname=${_pkgname}-bin
pkgver=0.1.1
pkgrel=1
_pkgvername=v${pkgver}
pkgdesc="A cargo build wrapper with a live, animated status view"
arch=('x86_64')
url="https://github.com/${_pkgauthor}/${_pkgname}"
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
license=('GPL-3.0-or-later')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
depends=('glibc' 'libgcc' 'cargo')
options=('!strip')
source=("README-${pkgver}.md::${_urlraw}/README.md"
"LICENSE-${pkgver}::${_urlraw}/LICENSE")
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${arch[0]}-unknown-linux-gnu.tar.gz")
sha256sums=('dc128fe7842851066ce5c4ea9f40436beb6b78f14854da20425dadc4cd1fab42'
'4d105a9bb5753da6a00aea2fd5b691af2ac9cde446981d1a2d569c44ab3c0bb9')
sha256sums_x86_64=('558584f2d5bf2a56e60e5215a633f62bbc1e5d32a385cf4aa8c2c72d0c860474')
package() {
cd "${srcdir}/" || exit
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 21:21:21 | Low | 2 |