python-widlparser
maintainer KokaKiwi
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
4
pkgname="python-$_pkgname"
5
pkgver=1.4.0
6
pkgrel=1
7
pkgdesc="WebIDL Parser"
8
arch=('any')
9
url="https://pypi.org/project/$_pkgname"
10
license=('MIT')
11
depends=('python' 'python-typing_extensions')
12
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm')
13
source=("$pkgname-$pkgver.tar.gz::https://gitlab.linss.com/open-source/python/widlparser/-/archive/v$pkgver/widlparser-v$pkgver.tar.gz"
14
LICENSE)
15
sha256sums=('92054b3f8b36be00501b691c2a556be6ff78fd311a722339b1d456df785e3c60'
16
'f348501d1ffcefb090a49e4ec6911786e7913347f50f0924d5256497213a2493')
17
b2sums=('01c2846020a8f6a954d6b12da2df26e996d6d185cb503f209e250622d0cf886fbd192dfef22a38d5f1b3678c24523b2dbad5b9e84482bfb80b178a15517da0df'
18
'9869a2d862cc7ea22788323384983b8afe64f0015bfae28181d60b0601e2e4c67e74774a4e318842873eef418eb887bfa0f58ef6cca59278f52d95433a2c79a4')
19
20
build() {
21
cd "widlparser-v$pkgver"
22
23
SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" \
24
python -m build --wheel --no-isolation
25
}
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |