masume-bin
The package downloads prebuilt binaries from GitHub releases of the project's own repository; while the host is not whitelisted, it is a legitimate project source with verifiable checksums, and the worst case is supply-chain compromise of the upstream release.
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 of the project's own repository; while the host is not whitelisted, it is a legitimate project source with verifiable checksums, and the worst case is supply-chain compromise of the upstream release.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_gitauthor=turanmahmudov
_gitname=masume
_appname=${_gitname}
pkgname=${_appname}-bin
pkgdesc="A database client for the terminal"
pkgver=0.0.1
pkgrel=1
_gitversion=v${pkgver}
arch=('x86_64' 'aarch64')
_barch=('linux_amd64' 'linux_arm64')
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
url=${_ghurl}
license=('Apache-2.0')
provides=("${_appname}")
conflicts=("${pkgname%-bin}")
options=('!strip')
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[0]}.tar.gz")
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[0]}.tar.gz")
sha256sums_x86_64=('52c6bb7902e289591bb15d30141fff894de849dc4ff191b332fc793ad8c8cade')
sha256sums_aarch64=('52c6bb7902e289591bb15d30141fff894de849dc4ff191b332fc793ad8c8cade')
package() {
cd "${srcdir}/" || exit
install -Dm755 "${_appname}" -t "${pkgdir}/usr/bin/"
install -Dm644 "config.example.toml" -t "${pkgdir}/usr/share/doc/${pkgname}/config/"
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}/"
install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 01:12:52 | Low | 2 |