archman-bin
The package downloads a prebuilt binary from a GitHub release, which is a supply-chain risk if the host is compromised, but the source is from a project-owned repository and the binary is installed directly without obfuscation or remote code execution.
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 a GitHub release, which is a supply-chain risk if the host is compromised, but the source is from a project-owned repository and the binary is installed directly without obfuscation or remote code execution.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_gitauthor=ankur3-101106
_gitname=pacman-utils
_appname=archman
pkgname=${_appname}-bin
pkgdesc="All available pacman options combined into one interactive script"
pkgver=2.0.0
pkgrel=1
_gitversion=v${pkgver}
arch=('x86_64' 'aarch64')
_barch=('linux-x86_64' 'linux-aarch64')
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
url=${_ghurl}
license=('GPL-2.0')
provides=("${_appname}")
conflicts=("${pkgname%-bin}")
depends=('pacman' 'pacman-contrib')
optdepends=('yay' 'paru' 'reflector')
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}")
sha256sums=('e2caefd82f83a5490e6aaaa8d652417a1f53afa545fc40d600e58633f06388a5'
'8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643')
sha256sums_x86_64=('065fdc344bca95036d1e8c636beab823884c69c80ee6e94eb08eb7da0d379366')
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"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 16:00:23 | Low | 2 |