ucsc-genepred-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 genome browser download server (hgdownload.soe.ucsc.edu) with pinned sha256 checksums; the host is the project's own official infrastructure, not a personal/swappable storage service, so supply-chain risk is low, though unversioned upstream binaries mean checksums could silently drift on future installs.
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 70%): Prebuilt binaries downloaded directly from UCSC's official genome browser download server (hgdownload.soe.ucsc.edu) with pinned sha256 checksums; the host is the project's own official infrastructure, not a personal/swappable storage service, so supply-chain risk is low, though unversioned upstream binaries mean checksums could silently drift on future installs.
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:15
source=("https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/gtfToGenePred"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
# Prebuilt UCSC Genome Browser binaries. Upstream files are unversioned, so
4
# pkgver is the newest HTTP Last-Modified date (YYYYMMDD) across the group.
5
6
pkgname=ucsc-genepred-bin
7
pkgver=20251203
8
pkgrel=1
9
pkgdesc="UCSC genePred format converters: gtfToGenePred, genePredToGtf, gff3ToGenePred, genePredToBed, bedToGenePred"
10
arch=('x86_64')
11
url="https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/"
12
license=('MIT')
13
depends=('glibc' 'curl' 'gcc-libs')
14
options=('!strip' '!debug')
15
source=("https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/gtfToGenePred"
16
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/genePredToGtf"
17
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/gff3ToGenePred"
18
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/genePredToBed"
19
"https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bedToGenePred"
20
"LICENSE::https://raw.githubusercontent.com/ucscGenomeBrowser/kent/master/LICENSE")
21
sha256sums=('17932c3b0deb755e961a3f2cfbfef995113f770b334ff90f6359e860e2d3f949'
22
'7708f77da1ffab2bda9bcc8325376e585f5617a51e4be9663d8663ea54f07ab7'
23
'8a62fde0c395078ae173f36762bd554804ec1e86b9d737292dd504b05570e678'
24
'63aa33a60a1407aebe2d701b0d769e1e033fa575445e557140207a2878167ec3'
25
'203ae51ea0a3d767bbbbfd18511a4cf597b4e3703dcb93c84171fc26a9daaebb'
26
'793d774ec3941d88d5f93611639230030ea3e167282be144b6e5604bc5ad29a4')
27
28
package() {
29
install -Dm755 "$srcdir/gtfToGenePred" "$pkgdir/usr/bin/gtfToGenePred"
30
install -Dm755 "$srcdir/genePredToGtf" "$pkgdir/usr/bin/genePredToGtf"
31
install -Dm755 "$srcdir/gff3ToGenePred" "$pkgdir/usr/bin/gff3ToGenePred"
32
install -Dm755 "$srcdir/genePredToBed" "$pkgdir/usr/bin/genePredToBed"
33
install -Dm755 "$srcdir/bedToGenePred" "$pkgdir/usr/bin/bedToGenePred"
34
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
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 |