uenv-git
The source is a git repository from the maintainer's own domain, which is plausibly the project's official location; building from such a source is normal for AUR packages and does not constitute a high risk, even if the host is not on a standard whitelist.
Triggered rules
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 git repository from the maintainer's own domain, which is plausibly the project's official location; building from such a source is normal for AUR packages and does not constitute a high risk, even if the host is not on a standard whitelist.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:37
source=("git+https://git.sleepmap.de/software/uenv.git")
PKGBUILD
1 offending line(s) highlighted# Maintainer: David Runge <dave@sleepmap.de>
pkgname=uenv-git
pkgver=0.9.r0.gf7aeb07
_pkg=uenv
pkgrel=1
pkgdesc="Useful scripts, systemd timer/service units and their configuration"
arch=('any')
url="https://sleepmap.de/software/uenv"
license=('GPL3')
makedepends=('git')
optdepends=(
'arch-audit: For updating MOTD with security info'
'autossh: For autotunnel (SSH tunnel)'
'compton: For compton user service'
'conky: For conky user service'
'cpupower: For cpupower settings on linux-rt'
'glances: For monitoring user service (running in separate tmux environment)'
'htop: For monitoring user service (running in separate tmux environment)'
'irssi: For irssi in a separate tmux environment'
'jack2: For profile based JACK user service'
'linux-rt: For cpupower and JACK services'
'mpd: For mpd user service connecting to server profiles'
'openssh: For ssh-agent as systemd user service'
'python-lolcat: For colorful output of MOTD'
'rtorrent: For rtorrent user and system service'
'tmux: For monitoring, rtorrent and tmux user services'
'weechat: For weechat in a separate tmux environment'
)
provides=('uenv')
conflicts=('uenv')
backup=(
'etc/jack/fw1'
'etc/conf.d/postpone-screensaver'
'etc/default/cpupower-rt'
'etc/default/rtorrent@.conf'
)
source=("git+https://git.sleepmap.de/software/uenv.git")
sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkg}"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {
cd "${srcdir}/${_pkg}"
install -t "${pkgdir}/usr/lib/systemd/scripts/" -Dm0755 scripts/*
install -t "${pkgdir}/usr/lib/systemd/system/" -Dm0644 system/*
install -t "${pkgdir}/usr/lib/systemd/user/" -Dm0644 user/*
install -t "${pkgdir}/etc/jack/" -Dm0644 config/jack/*
install -Dm 644 config/plot.conf "${pkgdir}/etc/systemd-analyze-plot/plot.conf"
install -Dm 644 config/cpupower-rt ${pkgdir}/etc/default/cpupower-rt
install -Dm 644 config/postpone-screensaver ${pkgdir}/etc/conf.d/postpone-screensaver
install -Dm 644 config/rtorrent@.conf ${pkgdir}/etc/default/rtorrent@.conf
install -Dm 644 config/autotunnel/example.conf ${pkgdir}/etc/autotunnel/example.conf
install -Dm 644 README.rst ${pkgdir}/usr/share/doc/${_pkg}/README.rst
install -Dm 644 NEWS ${pkgdir}/usr/share/doc/${_pkg}/NEWS
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |