modem-manager-gui-hg

LOW
maintainer lprobsth 0 votes scanned 2026-09-17 00:27:14.276658
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-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