modem-manager-gui-hg

maintainer lprobsth · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Mercurial checkout from a plausible project-owned SourceForge repository, which is a normal AUR packaging practice; building from source with patches is expected and not inherently dangerous.

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 Mercurial checkout from a plausible project-owned SourceForge repository, which is a normal AUR packaging practice; building from source with patches is expected and not inherently dangerous.

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:36 source=("${_pkgname}::hg+http://hg.code.sf.net/p/modem-manager-gui/code"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lukas Probsthain <lukas.probsthain@google.com>
2pkgdesc="A GUI for Modem-Manager. Build from source with patches."
3url='https://linuxonly.ru/page/modem-manager-gui/'
4
5pkgname='modem-manager-gui-hg'
6_pkgname="${pkgname%-hg}"
7pkgver=r85+.3f6d6c4ee74c+
8arch=('x86_64')
9pkgrel=3
10license=('GPL-3.0-or-later')
11
12conflicts=(modem-manager-gui)
13provides=(modem-manager-gui)
14
15makedepends=(
16 mercurial
17 po4a
18 itstool
19)
20
21depends=(
22 libayatana-appindicator
23 gtk3
24 glib2
25 gdbm
26 gtkspell3
27 python
28 cairo
29 hicolor-icon-theme
30 gdk-pixbuf2
31)
32
33optdepends=(
34)
35
36source=("${_pkgname}::hg+http://hg.code.sf.net/p/modem-manager-gui/code"
37 "fix_notification_segfault.patch"
38 "fix_segfault_on_DNS_entries.patch")
39
40sha256sums=('SKIP'
41 '593ba269cef6168c14e4bdd5098753b3603a78fe702cd20bd634cdd213198114'
42 '2a21a7ab4ae78e4296a28e46a337eee042a8d7855a8af5d116ebcfcd989e9892'
43)
44
45pkgver() {
46 cd "${_pkgname}"
47 printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
48}
49
50prepare() {
51 cd "${_pkgname}"
52 patch --forward --strip=1 --input="${srcdir}/fix_segfault_on_DNS_entries.patch"
53 patch --forward --strip=1 --input="${srcdir}/fix_notification_segfault.patch"
54}
55
56build() {
57 cd "${_pkgname}"
58 #meson build
59 #cd build
60 #ninja
61 sh configure
62 make
63}
64
65
66package() {
67 cd "${_pkgname}"
68 make DESTDIR="${pkgdir}" install
69
70 cd "$pkgdir/usr/lib"
71 rmdir -p "ofono/plugins" || true
72}
73

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