uenv-git

maintainer dvzrv · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:37 source=("git+https://git.sleepmap.de/software/uenv.git")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: David Runge <dave@sleepmap.de>
2pkgname=uenv-git
3pkgver=0.9.r0.gf7aeb07
4_pkg=uenv
5pkgrel=1
6pkgdesc="Useful scripts, systemd timer/service units and their configuration"
7arch=('any')
8url="https://sleepmap.de/software/uenv"
9license=('GPL3')
10makedepends=('git')
11optdepends=(
12 'arch-audit: For updating MOTD with security info'
13 'autossh: For autotunnel (SSH tunnel)'
14 'compton: For compton user service'
15 'conky: For conky user service'
16 'cpupower: For cpupower settings on linux-rt'
17 'glances: For monitoring user service (running in separate tmux environment)'
18 'htop: For monitoring user service (running in separate tmux environment)'
19 'irssi: For irssi in a separate tmux environment'
20 'jack2: For profile based JACK user service'
21 'linux-rt: For cpupower and JACK services'
22 'mpd: For mpd user service connecting to server profiles'
23 'openssh: For ssh-agent as systemd user service'
24 'python-lolcat: For colorful output of MOTD'
25 'rtorrent: For rtorrent user and system service'
26 'tmux: For monitoring, rtorrent and tmux user services'
27 'weechat: For weechat in a separate tmux environment'
28)
29provides=('uenv')
30conflicts=('uenv')
31backup=(
32 'etc/jack/fw1'
33 'etc/conf.d/postpone-screensaver'
34 'etc/default/cpupower-rt'
35 'etc/default/rtorrent@.conf'
36)
37source=("git+https://git.sleepmap.de/software/uenv.git")
38sha512sums=('SKIP')
39
40pkgver() {
41 cd "${srcdir}/${_pkg}"
42 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
43}
44
45package() {
46 cd "${srcdir}/${_pkg}"
47 install -t "${pkgdir}/usr/lib/systemd/scripts/" -Dm0755 scripts/*
48 install -t "${pkgdir}/usr/lib/systemd/system/" -Dm0644 system/*
49 install -t "${pkgdir}/usr/lib/systemd/user/" -Dm0644 user/*
50 install -t "${pkgdir}/etc/jack/" -Dm0644 config/jack/*
51 install -Dm 644 config/plot.conf "${pkgdir}/etc/systemd-analyze-plot/plot.conf"
52 install -Dm 644 config/cpupower-rt ${pkgdir}/etc/default/cpupower-rt
53 install -Dm 644 config/postpone-screensaver ${pkgdir}/etc/conf.d/postpone-screensaver
54 install -Dm 644 config/rtorrent@.conf ${pkgdir}/etc/default/rtorrent@.conf
55 install -Dm 644 config/autotunnel/example.conf ${pkgdir}/etc/autotunnel/example.conf
56 install -Dm 644 README.rst ${pkgdir}/usr/share/doc/${_pkg}/README.rst
57 install -Dm 644 NEWS ${pkgdir}/usr/share/doc/${_pkg}/NEWS
58}
59# vim:set ts=2 sw=2 et:
60

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