labelassister
Source is fetched from a personal/self-hosted Gitea instance (git.sciunto.org) that matches the maintainer's own project URL, building Python source normally; the non-whitelisted host is plausibly the project's own infrastructure, making this a standard own-source build with low risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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%): Source is fetched from a personal/self-hosted Gitea instance (git.sciunto.org) that matches the maintainer's own project URL, building Python source normally; the non-whitelisted host is plausibly the project's own infrastructure, making this a standard own-source build with low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
source=("labelassister-v${pkgver}.tar.gz::https://git.sciunto.org/PublicTools/LabelAssister/archive/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Contributor: Francois Boulogne <devel at sciunto dot org>
# Maintainer: Francois Boulogne <devel at sciunto dot org>
pkgname=labelassister
pkgver=2026.09.03.0
pkgrel=1
pkgdesc="Label editor for Brother QL-700"
arch=('any')
url="https://git.sciunto.org/PublicTools/LabelAssister"
license=('GPL-3.0-or-later')
depends=('python' 'pyside6' 'python-pillow' 'python-pymupdf' 'python-pyusb' 'python-brother_ql')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("labelassister-v${pkgver}.tar.gz::https://git.sciunto.org/PublicTools/LabelAssister/archive/${pkgver}.tar.gz")
sha256sums=('4efd8d1d3ea4d0edc184b157b154ebd39cca192613b963432f4931c64d4088b4')
build() {
cd "$srcdir/labelassister"
rm -rf dist
python -m build --wheel --no-isolation
}
package() {
cd "$srcdir/labelassister"
python -m installer --destdir="$pkgdir" dist/*.whl
local purelib
purelib="$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')"
mkdir -p "$pkgdir/$purelib/resources/translations"
install -m644 resources/translations/*.qm "$pkgdir/$purelib/resources/translations/"
install -Dm644 resources/udev/60-brother-ql.rules "$pkgdir/usr/lib/udev/rules.d/60-brother-ql.rules"
install -Dm644 resources/labelassister.desktop "$pkgdir/usr/share/applications/labelassister.desktop"
install -Dm644 resources/labelassister.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/labelassister.svg"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 05:54:12 | Low | 3 |
| 2026-09-03 05:52:26 | Medium | 2 |