python-widlparser

LOW
maintainer KokaKiwi 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from a project-owned GitLab instance, building the project's own source, which is normal AUR packaging; the non-whitelisted host is plausibly official, and there is no execution of untrusted remote code.

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 source is a tarball from a project-owned GitLab instance, building the project's own source, which is normal AUR packaging; the non-whitelisted host is plausibly official, and there is no execution of untrusted remote code.

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=("$pkgname-$pkgver.tar.gz::https://gitlab.linss.com/open-source/python/widlparser/-/archive/v$pkgver/widlparser-v$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: KokaKiwi <kokakiwi+aur@kokakiwi.net>
2
3_pkgname=widlparser
4pkgname="python-$_pkgname"
5pkgver=1.4.0
6pkgrel=1
7pkgdesc="WebIDL Parser"
8arch=('any')
9url="https://pypi.org/project/$_pkgname"
10license=('MIT')
11depends=('python' 'python-typing_extensions')
12makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm')
13source=("$pkgname-$pkgver.tar.gz::https://gitlab.linss.com/open-source/python/widlparser/-/archive/v$pkgver/widlparser-v$pkgver.tar.gz"
14 LICENSE)
15sha256sums=('92054b3f8b36be00501b691c2a556be6ff78fd311a722339b1d456df785e3c60'
16 'f348501d1ffcefb090a49e4ec6911786e7913347f50f0924d5256497213a2493')
17b2sums=('01c2846020a8f6a954d6b12da2df26e996d6d185cb503f209e250622d0cf886fbd192dfef22a38d5f1b3678c24523b2dbad5b9e84482bfb80b178a15517da0df'
18 '9869a2d862cc7ea22788323384983b8afe64f0015bfae28181d60b0601e2e4c67e74774a4e318842873eef418eb887bfa0f58ef6cca59278f52d95433a2c79a4')
19
20build() {
21 cd "widlparser-v$pkgver"
22
23 SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" \
24 python -m build --wheel --no-isolation
25}
26
27package() {
28 cd "widlparser-v$pkgver"
29
30 python -m installer --destdir="$pkgdir" dist/*.whl
31
32 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" \
33 "$srcdir/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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