cellwriter

maintainer MikeWalrus · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads source code from GitHub (project's own repository) and a patch from Launchpad, which is a standard hosting service; the non-whitelisted host (launchpadlibrarian.net) hosts only a patch file, not executable code, so the risk is minimal.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code from GitHub (project's own repository) and a patch from Launchpad, which is a standard hosting service; the non-whitelisted host (launchpadlibrarian.net) hosts only a patch file, not executable code, so the risk is minimal.

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 "https://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
2# Contributor: Cilyan Olowen <gaknar@gmail.com>
3# Contributor: Alexander Markov <apsheronets@gmail.com>
4# Contributor: Winston Weinert
5
6pkgname=cellwriter
7pkgver=1.3.6
8pkgrel=1
9pkgdesc='A grid-entry natural handwriting input panel.'
10arch=('x86_64')
11license=('GPL')
12url="https://github.com/risujin/${pkgname}"
13depends=('gtk2' 'libxtst')
14source=("https://github.com/risujin/${pkgname}/archive/${pkgver}.tar.gz"
15 "https://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff")
16sha256sums=('17bb07226d4680b565b18a60494cb19cdf9067b427c8df7454c16d809de9963b'
17 '6a8412319c35d5983c339b9406d52c5bdc102f001eb5aae17e10e33c6d8aa56a')
18
19prepare() {
20 cd ${pkgname}-${pkgver}/src
21 patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
22}
23
24build() {
25 cd ${pkgname}-${pkgver}
26
27 env LDFLAGS="-lX11" CFLAGS=" -fcommon" ./configure --prefix=/usr
28 make
29}
30
31package() {
32 cd ${pkgname}-${pkgver}
33 make DESTDIR="${pkgdir}" install
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion