livechess-bin

LOW
maintainer rnestler 0 votes scanned 2026-08-19 09:43:40.493170
View on AUR
Why flagged

Downloads a prebuilt .deb from download.livechesscloud.com, which is plausibly the official DGT/LiveChess vendor domain matching the declared project URL (livechesscloud.com); checksum is provided, so the binary is verifiable. The only concern is that it is a prebuilt binary from a non-whitelisted host, but the host appears to be the project's own official download infrastructure.

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%): Downloads a prebuilt .deb from download.livechesscloud.com, which is plausibly the official DGT/LiveChess vendor domain matching the declared project URL (livechesscloud.com); checksum is provided, so the binary is verifiable. The only concern is that it is a prebuilt binary from a non-whitelisted host, but the host appears to be the project's own official download infrastructure.

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://download.livechesscloud.com/installer/${pkgver}/DGT-LiveChess-${pkgver}-x86_64.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Your Name <your.email@example.com>
2pkgname=livechess-bin
3pkgver=2.2
4pkgrel=2
5pkgdesc="DGT LiveChess software for DGT e-Boards"
6arch=('x86_64')
7url="https://www.livechesscloud.com/software/"
8license=('custom')
9depends=('alsa-lib' 'cairo' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2'
10 'gtk2' 'libxi' 'libxrender' 'libxtst' 'libx11' 'libxext' 'pango')
11provides=('livechess')
12conflicts=('livechess')
13options=('!strip')
14noextract=("DGT-LiveChess-${pkgver}-x86_64.deb")
15source=("https://download.livechesscloud.com/installer/${pkgver}/DGT-LiveChess-${pkgver}-x86_64.deb")
16sha256sums=('456abb65819bdb56cf0918b523b32cf3ea53a3c5ba6be933e666895279ecfe2f')
17
18prepare() {
19 bsdtar xf "DGT-LiveChess-${pkgver}-x86_64.deb"
20}
21
22package() {
23 bsdtar xf data.tar.xz -C "${pkgdir}"
24
25 find "${pkgdir}" -type d -exec chmod 755 {} +
26
27 if [ -f "${pkgdir}/usr/share/doc/DGT-LiveChess/copyright" ]; then
28 install -Dm644 "${pkgdir}/usr/share/doc/DGT-LiveChess/copyright" \
29 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30 fi
31
32 install -Dm755 /dev/stdin "${pkgdir}/usr/bin/livechess" << 'EOF'
33#!/bin/sh
34exec /opt/DGTLiveChess/DGTLiveChess "$@"
35EOF
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 09:43:40 Low 3
2026-08-19 09:41:53 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