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
3pkgname=metabuli-bin
4_pkgname=metabuli
5_tag=1.2.0
6pkgver=1.2.0
7pkgrel=1
8pkgdesc="Specific and sensitive metagenomic classification via joint amino acid and DNA k-mer analysis (precompiled binary)"
9arch=('x86_64')
10url="https://github.com/steineggerlab/Metabuli"
11license=('GPL3')
12depends=('gcc-libs')
13provides=("${_pkgname}=${pkgver}")
14conflicts=("${_pkgname}")
15options=('!strip' '!debug')
16source=("${url}/releases/download/${_tag}/metabuli-linux-avx2.tar.gz")
17sha256sums=('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
23package() {
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)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 15:36:47 LOW 2
2026-08-17 05:35:16 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion