labelassister

LOW
maintainer Francois_B 0 votes scanned 2026-09-03 05:54:12.107496
View on AUR
Why flagged

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

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%): 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)
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 source=("labelassister-v${pkgver}.tar.gz::https://git.sciunto.org/PublicTools/LabelAssister/archive/${pkgver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Francois Boulogne <devel at sciunto dot org>
2# Maintainer: Francois Boulogne <devel at sciunto dot org>
3
4pkgname=labelassister
5pkgver=2026.09.03.0
6pkgrel=1
7pkgdesc="Label editor for Brother QL-700"
8arch=('any')
9url="https://git.sciunto.org/PublicTools/LabelAssister"
10license=('GPL-3.0-or-later')
11depends=('python' 'pyside6' 'python-pillow' 'python-pymupdf' 'python-pyusb' 'python-brother_ql')
12makedepends=('python-build' 'python-installer' 'python-wheel')
13source=("labelassister-v${pkgver}.tar.gz::https://git.sciunto.org/PublicTools/LabelAssister/archive/${pkgver}.tar.gz")
14sha256sums=('4efd8d1d3ea4d0edc184b157b154ebd39cca192613b963432f4931c64d4088b4')
15
16build() {
17 cd "$srcdir/labelassister"
18 rm -rf dist
19 python -m build --wheel --no-isolation
20}
21
22package() {
23 cd "$srcdir/labelassister"
24 python -m installer --destdir="$pkgdir" dist/*.whl
25
26 local purelib
27 purelib="$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')"
28
29 mkdir -p "$pkgdir/$purelib/resources/translations"
30 install -m644 resources/translations/*.qm "$pkgdir/$purelib/resources/translations/"
31 install -Dm644 resources/udev/60-brother-ql.rules "$pkgdir/usr/lib/udev/rules.d/60-brother-ql.rules"
32 install -Dm644 resources/labelassister.desktop "$pkgdir/usr/share/applications/labelassister.desktop"
33 install -Dm644 resources/labelassister.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/labelassister.svg"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 05:54:12 Low 3
2026-09-03 05:52:26 Medium 2

Report a package

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

0 / 4000
Your suggestion