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
3
pkgbase=gplugin
4
_pkgname=gplugin
5
pkgname=(gplugin gplugin-docs)
6
pkgver=0.44.2
7
pkgrel=4
8
arch=('i868' 'x86_64')
9
license=("LGPL2")
10
url="https://keep.imfreedom.org/gplugin/gplugin"
11
pkgdesc="A GObject based library that implements a reusable plugin system"
12
depends=("gtk3" "gtk4" "glib-perl" "lua" "python")
13
makedepends=("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")
25
options=('strip' '!debug' 'staticlibs')
26
source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname/#tag=v$pkgver")
27
sha256sums=('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
39
build() {
40
arch-meson gplugin build
41
ninja -C build
42
}
43
44
package_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
53
package_gplugin-docs() {
54
pkgdesc+=" (documentation)"
55
depends=()
56
mv docs/* "$pkgdir"
57
}
58
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 |