metabuli-bin
maintainer imjiaoyuan
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; the low severity from few votes and recent upload is a metadata concern, not an active security risk.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a precompiled binary from the project's official GitHub releases, which is normal for -bin packages; the low severity from few votes and recent upload is a metadata concern, not an active security risk.
PKGBUILD
1
# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
pkgname=metabuli-bin
4
_pkgname=metabuli
5
_tag=1.2.0
6
pkgver=1.2.0
7
pkgrel=1
8
pkgdesc="Specific and sensitive metagenomic classification via joint amino acid and DNA k-mer analysis (precompiled binary)"
9
arch=('x86_64')
10
url="https://github.com/steineggerlab/Metabuli"
11
license=('GPL3')
12
depends=('gcc-libs')
13
provides=("${_pkgname}=${pkgver}")
14
conflicts=("${_pkgname}")
15
options=('!strip' '!debug')
16
source=("${url}/releases/download/${_tag}/metabuli-linux-avx2.tar.gz")
17
sha256sums=('9a75736bdb4dfae0a9de8cc41a1bbe8458fbfea85587edf4ba58927613e8236a')
18
19
# Unlike the rest of this -bin group, metabuli links dynamically against
20
# libstdc++/libatomic/libgcc_s (all provided by gcc-libs). The release
21
# tarball bundles LICENSE.
22
23
package() {
24
install -Dm755 "${srcdir}/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
25
install -Dm644 "${srcdir}/${_pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 15:36:47 | LOW | 2 |
| 2026-08-17 05:35:16 | LOW | 2 |