ucsc-blat-bin
maintainer imjiaoyuan
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Prebuilt binaries downloaded directly from UCSC's official bioinformatics download server (hgdownload.soe.ucsc.edu), which is the project's own infrastructure, with sha256 checksums provided for all files; the host is non-standard but is the legitimate upstream source for UCSC tools, making this a normal prebuilt-binary packaging with no obfuscation or exfiltration concerns.
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 downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Prebuilt binaries downloaded directly from UCSC's official bioinformatics download server (hgdownload.soe.ucsc.edu), which is the project's own infrastructure, with sha256 checksums provided for all files; the host is non-standard but is the legitimate upstream source for UCSC tools, making this a normal prebuilt-binary packaging with no obfuscation or exfiltration concerns.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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:17
source=("https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/blat/blat"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
# Prebuilt UCSC BLAT suite. Upstream files are unversioned, so pkgver is
4
# the newest HTTP Last-Modified date (YYYYMMDD) across the group. The BLAT
5
# suite is free for personal, academic and non-profit use only; commercial
6
# use requires a license from Kent Informatics (kentinformatics.com).
7
8
pkgname=ucsc-blat-bin
9
pkgver=20260407
10
pkgrel=1
11
pkgdesc="UCSC BLAT alignment suite: blat, gfServer, gfClient, isPcr"
12
arch=('x86_64')
13
url="https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/"
14
license=('custom')
15
depends=('glibc')
16
options=('!strip' '!debug')
17
source=("https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/blat/blat"
18
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/blat/gfServer"
19
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/blat/gfClient"
20
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/blat/isPcr"
21
"LICENSE::https://raw.githubusercontent.com/ucscGenomeBrowser/kent/master/src/blat/LICENSE")
22
sha256sums=('c0e949dc6d2f728f483e00201a044245b9f4129bb4f8ffcea4ecc8bff5b13b07'
23
'35f1c49ae32b001f7159b3c8ab87ad1f017069e07b3b656c755f68c1d4c7d168'
24
'07b0cfb42d3e9e43085c4107fa9978c017d87225ad587b8f87dd8d8090a68193'
25
'0f31c25ab25bff1071515c9c278459b09ccf8bf0c078324d896801e70f64e052'
26
'2e30d3c37340e3e3b5c20fe226c299a6f3ebf427103bf5d3ad225e2f85e45989')
27
28
package() {
29
install -Dm755 "$srcdir/blat" "$pkgdir/usr/bin/blat"
30
install -Dm755 "$srcdir/gfServer" "$pkgdir/usr/bin/gfServer"
31
install -Dm755 "$srcdir/gfClient" "$pkgdir/usr/bin/gfClient"
32
install -Dm755 "$srcdir/isPcr" "$pkgdir/usr/bin/isPcr"
33
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 17:37:55 | LOW | 3 |
| 2026-08-16 17:33:23 | MEDIUM | 2 |