treemd-bin
The package downloads prebuilt binaries from GitHub releases, which is a supply-chain risk if the author's account is compromised, but the binaries are from the official project repository and checksums are provided, limiting impact.
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 supply-chain risk if the author's account is compromised, but the binaries are from the official project repository and checksums are provided, limiting impact.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_gitauthor=Epistates
_gitname=treemd
_appname=${_gitname}
pkgname=${_appname}-bin
pkgdesc="A markdown navigator with tree-based structural navigation"
pkgver=0.7.0
pkgrel=1
_gitversion=v${pkgver}
arch=('x86_64' 'aarch64')
_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
url=${_ghurl}
license=('Apache-2.0' 'MIT')
provides=("${_appname}")
conflicts=("${_appname}")
depends=('glibc' 'libgcc' 'oniguruma')
options=(!strip)
source=("LICENSE-${pkgver}::${_ghurlraw}/LICENSE"
"README-${pkgver}.md::${_ghurlraw}/README.md")
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}.tar.gz")
sha256sums=('0a2496502420c25264adbbe706b07da2d37a83d08d4241284e8229e23a46538e'
'5fe97f84bf34fbb48bb85bd390c61d5d145f2ffe624e162de9f2fc671157b4d1')
sha256sums_x86_64=('1abeb617f1e2fd466fdd455633d313db170c451107411c66c097038fe0de3c2a')
sha256sums_aarch64=('094b2976c4a57b1f9d7e3ce10636829d81f8354ef42e0986e19c91a088add4d7')
case ${CARCH} in
${arch[0]})
_CARCH=${_barch[0]}
;;
${arch[1]})
_CARCH=${_barch[1]}
;;
esac
package() {
cd "${srcdir}/" || exit
install -Dm755 "${_appname}-${_CARCH}" "${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-08-26 01:28:49 | Low | 2 |