gplugin-docs

maintainer SolarAquarion · 6 votes · base gplugin · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is pulled from a mercurial repository on a non-whitelisted host, but it is the project's own official repository, building from a tagged release, which is normal for AUR packages; the host being non-standard does not imply malicious intent or supply-chain risk in this context.

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 pulled from a mercurial repository on a non-whitelisted host, but it is the project's own official repository, building from a tagged release, which is normal for AUR packages; the host being non-standard does not imply malicious intent or supply-chain risk in this context.

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:26 source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname/#tag=v$pkgver")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Darryl Pogue <darryl@dpogue.ca>
2
3pkgbase=gplugin
4_pkgname=gplugin
5pkgname=(gplugin gplugin-docs)
6pkgver=0.44.2
7pkgrel=4
8arch=('i868' 'x86_64')
9license=("LGPL2")
10url="https://keep.imfreedom.org/gplugin/gplugin"
11pkgdesc="A GObject based library that implements a reusable plugin system"
12depends=("gtk3" "gtk4" "glib-perl" "lua" "python")
13makedepends=("meson"
14 "mercurial"
15 "gcc"
16 "gobject-introspection"
17 "pkg-config"
18 "help2man"
19 "gettext"
20 "gi-docgen"
21 "lua-lgi"
22 "perl-glib-object-introspection"
23 "python-gobject"
24 "vala")
25options=('strip' '!debug' 'staticlibs')
26source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname/#tag=v$pkgver")
27sha256sums=('SKIP')
28
29_pick() {
30 local p="$1" f d; shift
31 for f; do
32 d="$srcdir/$p/${f#$pkgdir/}"
33 mkdir -p "$(dirname "$d")"
34 mv -v "$f" "$d"
35 rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
36 done
37}
38
39build() {
40 arch-meson gplugin build
41 ninja -C build
42}
43
44package_gplugin() {
45 depends=("gtk3" "gtk4" "glib-perl" "lua" "python")
46 DESTDIR="$pkgdir" ninja -C build install
47
48 cd "$pkgdir"
49 _pick docs usr/share/doc/gplugin*
50}
51
52
53package_gplugin-docs() {
54 pkgdesc+=" (documentation)"
55 depends=()
56 mv docs/* "$pkgdir"
57}
58

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