python-sedbgmux-git

maintainer fixeria · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Git repository from a project-maintainer-controlled forge (gitea.osmocom.org), which is a normal and expected practice for AUR packages; building from source is safe even if the host is not on a standard whitelist.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a Git repository from a project-maintainer-controlled forge (gitea.osmocom.org), which is a normal and expected practice for AUR packages; building from source is safe even if the host is not on a standard whitelist.

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:20 source=("git+https://gitea.osmocom.org/fixeria/sedbgmux.git")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2
3pkgname=python-sedbgmux-git
4pkgver=r289.9d1d6ae
5pkgrel=1
6pkgdesc="DebugMux client for [Sony] Ericsson phones and modems"
7arch=('any')
8url="https://gitea.osmocom.org/fixeria/sedbgmux"
9license=('GPL-3.0-or-later')
10depends=('python-construct'
11 'python-cryptography'
12 'python-pyserial'
13 'python-cmd2')
14optdepends=('python-pyshark: btpcap dump format support'
15 'python-scapy: cdcpcap dump format support')
16makedepends=('git'
17 'python-build'
18 'python-installer')
19conflicts=("${pkgname%-git}")
20source=("git+https://gitea.osmocom.org/fixeria/sedbgmux.git")
21sha256sums=('SKIP')
22
23pkgver() {
24 cd "$srcdir/sedbgmux"
25 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
26}
27
28prepare() {
29 # https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)
30 git -C "$srcdir/sedbgmux" clean -dfx
31}
32
33build() {
34 cd "$srcdir/sedbgmux"
35 python -m build --wheel --no-isolation
36}
37
38package() {
39 cd "$srcdir/sedbgmux"
40 python -m installer --destdir="$pkgdir" dist/*.whl
41}
42
43# vim:set ts=2 sw=2 et:
44

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,20 +1,21 @@
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
pkgname=python-sedbgmux-git
-pkgver=r115.63c16fc
+pkgver=r289.9d1d6ae
pkgrel=1
pkgdesc="DebugMux client for [Sony] Ericsson phones and modems"
arch=('any')
url="https://gitea.osmocom.org/fixeria/sedbgmux"
license=('GPL-3.0-or-later')
depends=('python-construct'
+ 'python-cryptography'
'python-pyserial'
'python-cmd2')
-optdepends=('python-pyshark: btpcap dump format support')
+optdepends=('python-pyshark: btpcap dump format support'
+ 'python-scapy: cdcpcap dump format support')
makedepends=('git'
'python-build'
- 'python-installer'
- 'python-wheel')
+ 'python-installer')
conflicts=("${pkgname%-git}")
source=("git+https://gitea.osmocom.org/fixeria/sedbgmux.git")
sha256sums=('SKIP')

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 21:52:49 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion