lexicon-beta

MEDIUM
maintainer hailey 0 votes scanned 2026-09-18 03:28:59.646512
View on AUR
Why flagged

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

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:13 "https://update.rekord.cloud/releases/lexicon/beta/${pkgname}-${pkgver}-linux-amd64.tar.gz"
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.

Medium AI review 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
1# Maintainer: Hailey Somerville <hailey@hails.org>
2
3pkgname=lexicon-beta
4pkgver=1.11.105
5pkgrel=2
6arch=(x86_64)
7license=(custom)
8url=https://www.lexicondj.com/
9depends=()
10options=("!strip")
11
12source=(
13 "https://update.rekord.cloud/releases/lexicon/beta/${pkgname}-${pkgver}-linux-amd64.tar.gz"
14)
15
16sha512sums=(
17 "0346c3415128a2e8bd5c62537a620a2131b50baa07dae5ec372420cba4a1dd10c129107174642b53ebc11b4157c49bd8809516d802af63639f8495ec1c4646c6"
18)
19
20noextract=(
21 "${pkgname}-${pkgver}-linux-amd64.tar.gz"
22)
23
24package() {
25 mkdir -p "${pkgdir}/usr/lib/${pkgname}" "${pkgdir}/usr/bin"
26 tar -xf "${pkgname}-${pkgver}-linux-amd64.tar.gz" -C "${pkgdir}/usr/lib/${pkgname}" --strip-components=1
27 mv "${pkgdir}/usr/lib/${pkgname}/share" "${pkgdir}/usr/"
28 ln -nsf /usr/lib/lexicon-beta/lexicon-beta.bin "${pkgdir}/usr/bin/lexicon-beta"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 03:28:59 Medium 3
2026-09-18 03:27:19 Medium 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion