foldmason-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 a normal distribution method for static binaries; the low severity is due to the unverifiable binary release but from a trusted project source.
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 a normal distribution method for static binaries; the low severity is due to the unverifiable binary release but from a trusted project source.
PKGBUILD
1
# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
pkgname=foldmason-bin
4
_pkgname=foldmason
5
_tag=4-dd3c235
6
pkgver=4_dd3c235
7
pkgrel=1
8
pkgdesc="Multiple protein structure alignment at scale (precompiled binary)"
9
arch=('x86_64')
10
url="https://github.com/steineggerlab/foldmason"
11
license=('GPL3')
12
depends=()
13
provides=("${_pkgname}=${pkgver}")
14
conflicts=("${_pkgname}")
15
options=('!strip' '!debug')
16
source=("${url}/releases/download/${_tag}/foldmason-linux-avx2.tar.gz")
17
sha256sums=('7e6f6bd264defda742882ec167eedaad1185c0a83a32646b1ec83fa6c5b86f05')
18
19
# Upstream ships a statically-linked binary (ldd: not a dynamic executable),
20
# so there are no runtime shared-library deps and no build step. The release
21
# tarball bundles LICENSE.md.
22
23
package() {
24
install -Dm755 "${srcdir}/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
25
install -Dm644 "${srcdir}/${_pkgname}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 13:36:23 | LOW | 2 |
| 2026-08-17 05:35:16 | LOW | 2 |