lexicon-beta
Downloads and installs a prebuilt binary from 'update.rekord.cloud', a non-official-looking update/CDN host unrelated to the project's own domain (lexicondj.com), making it unverifiable and potentially swappable; the checksum provides some assurance but the host is not the project's canonical release infrastructure.
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:13
"https://update.rekord.cloud/releases/lexicon/beta/${pkgname}-${pkgver}-linux-amd64.tar.gz"
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 70%): Downloads and installs a prebuilt binary from 'update.rekord.cloud', a non-official-looking update/CDN host unrelated to the project's own domain (lexicondj.com), making it unverifiable and potentially swappable; the checksum provides some assurance but the host is not the project's canonical release infrastructure.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Hailey Somerville <hailey@hails.org>
pkgname=lexicon-beta
pkgver=1.11.105
pkgrel=2
arch=(x86_64)
license=(custom)
url=https://www.lexicondj.com/
depends=()
options=("!strip")
source=(
"https://update.rekord.cloud/releases/lexicon/beta/${pkgname}-${pkgver}-linux-amd64.tar.gz"
)
sha512sums=(
"0346c3415128a2e8bd5c62537a620a2131b50baa07dae5ec372420cba4a1dd10c129107174642b53ebc11b4157c49bd8809516d802af63639f8495ec1c4646c6"
)
noextract=(
"${pkgname}-${pkgver}-linux-amd64.tar.gz"
)
package() {
mkdir -p "${pkgdir}/usr/lib/${pkgname}" "${pkgdir}/usr/bin"
tar -xf "${pkgname}-${pkgver}-linux-amd64.tar.gz" -C "${pkgdir}/usr/lib/${pkgname}" --strip-components=1
mv "${pkgdir}/usr/lib/${pkgname}/share" "${pkgdir}/usr/"
ln -nsf /usr/lib/lexicon-beta/lexicon-beta.bin "${pkgdir}/usr/bin/lexicon-beta"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 03:28:59 | Medium | 3 |
| 2026-09-18 03:27:19 | Medium | 3 |