dualscreen-mouse-utils
The source is a tarball from archive.org, used because the original is 404; it's a legitimate project archive, and the checksums are verified, so the risk is low despite the non-standard host.
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 tarball from archive.org, used because the original is 404; it's a legitimate project archive, and the checksums are verified, so the risk is low despite the non-standard host.
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:18
'https://web.archive.org/web/20150511070756/http://de.mcbf.net/~squisher/downloads/releases/dualscreen-mouse-utils-0.5.tar.gz'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Stefan Göbel <aur —at— subtype —dot— de>
pkgname='dualscreen-mouse-utils'
pkgver='0.5'
pkgrel='2'
pkgdesc='Utilities for use with old-school dual head setups.'
arch=('i686' 'x86_64')
url='http://de.mcbf.net/david/dualscreenmouseutils/'
license=('GPL2' 'GPL3' 'LGPL3' 'CCPL:by-nc-sa')
depends=('libx11')
optdepends=(
'python-pyqt5: for mouse-wrapscreen-tray (system tray icon)'
'python-psutil: for mouse-wrapscreen-tray (system tray icon)'
)
source=(
# Original URL is 404, using archive.org's copy for now:
# "http://dsp.mcbf.net/releases/$pkgname-$pkgver.tar.gz"
'https://web.archive.org/web/20150511070756/http://de.mcbf.net/~squisher/downloads/releases/dualscreen-mouse-utils-0.5.tar.gz'
'01-mss-fix-args.diff'
'02-mws-inline.diff'
'03-mws-fix-args.diff'
'04-mws-sleep-arg.diff'
'mouse-wrapscreen-tray'
'mouse-wrapscreen-tray.desktop'
'README.icons'
'running.svg'
'stopped.svg'
)
sha256sums=(
'51c94b382e3b32ea8ccbcb3f2ef8972acc68329aec3c4fcaeaf7f55fda166303'
'3acd313147ff3a5ef029c570aff11d7f27e804917d7134cb240112981aa929a0'
'd27feddbb7ff6ad1d4d4bd8bd1a65984d9391c3d85ed0bbab8ce245228a8cf6d'
'caeab014dbca7d7aa1fcd977d98d552e0510615aa93e3eafe8c0dba29b747d82'
'b26110eb377dd8ec60b164cdd65f08c7459982d448ae66a7290bfb873c2c0be8'
'777da0954c757cf978a1a5bc0159032171d3bc186fb586f6f740dbe7c9f03baf'
'62dd5735d1c0fabef0421232a56645e1f46abbf36e9e398964ff0ffafce04267'
'9886a34df1babda6728699e9934444f6fb22a3a7f68fa31bcdf578cfb32c173a'
'7c2f799a89c799b82e888b9916ca0c24b49f24644ea8cf792d4b398819b46848'
'f343de71ebce7a842ec8ae191fc151e6c881791fe091abcbf46ef49f69819edf'
)
prepare() {
cd "$pkgname-$pkgver"
for diff in ../*.diff ; do
patch -uN -i "$diff" || return 1
done
}
build() {
cd "$pkgname-$pkgver"
CPPFLAGS="$CFLAGS -O2" make
}
package() {
install -d "$pkgdir"/usr/{bin,share/{{doc/,}dualscreen-mouse-utils,applications}}/
local _bin="$pkgdir/usr/bin" _shr="$pkgdir/usr/share" _doc="$pkgdir/usr/share/doc"
install -m 0755 mouse-wrapscreen-tray "$_bin/mouse-wrapscreen-tray"
install -m 0644 mouse-wrapscreen-tray.desktop "$_shr/applications/"
install -m 0644 README.icons "$_shr/dualscreen-mouse-utils/"
install -m 0644 {running,stopped}.svg "$_shr/dualscreen-mouse-utils/"
cd "$pkgname-$pkgver"
install -m 0755 -s mouse-{switch,wrap}screen "$_bin/"
install -m 0755 mouse-wrapscreen.sh "$_shr/dualscreen-mouse-utils/"
install -m 0644 README "$_doc/dualscreen-mouse-utils/"
}
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 |