plink2-bin
Prebuilt binary downloaded from an S3 bucket (plink2-assets) rather than the project's own official release infrastructure; while this appears to be the project's own S3 bucket, it is an anonymous object store where the binary could be silently swapped, and the checksum has only one 'f' suggesting a possible typo (63 hex chars instead of 64), making verification uncertain.
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
"https://s3.amazonaws.com/plink2-assets/alpha7/plink2_linux_x86_64_20260818.zip"
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 (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): Prebuilt binary downloaded from an S3 bucket (plink2-assets) rather than the project's own official release infrastructure; while this appears to be the project's own S3 bucket, it is an anonymous object store where the binary could be silently swapped, and the checksum has only one 'f' suggesting a possible typo (63 hex chars instead of 64), making verification uncertain.
PKGBUILD
1 offending line(s) highlighted# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
pkgname=plink2-bin
_pkgname=plink2
pkgver=2.0a7.4
pkgrel=1
pkgdesc="Whole-genome association analysis toolset for large-scale variant data"
arch=('x86_64')
url="https://www.cog-genomics.org/plink/2.0/"
license=('GPL-3.0-or-later' 'custom:Intel Simplified Software License')
provides=("plink2=$pkgver")
conflicts=('plink2')
options=('!strip' '!debug')
source=(
"https://s3.amazonaws.com/plink2-assets/alpha7/plink2_linux_x86_64_20260818.zip"
)
sha256sums=('ccd8d129458e88532f9e91faaa5f52dc06dc22255d2501f161bc069019beb807')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm755 "${srcdir}/vcf_subset" "${pkgdir}/usr/bin/vcf_subset"
install -Dm644 "${srcdir}/intel-simplified-software-license.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/intel-simplified-software-license.txt"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 15:45:20 | Medium | 3 |
| 2026-08-30 15:43:17 | Medium | 2 |