mousr-bin
Prebuilt binary downloaded from a personal domain (packages.toxdes.com) unrelated to an official project infrastructure; while checksums are provided and the maintainer appears to be the project author, the binary is unverifiable from a third-party perspective and could be silently swapped on a personal server.
Triggered rules
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:11
source_x86_64=("mousr-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/mousr_${pkgver}_amd64.tar.gz")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Prebuilt binary downloaded from a personal domain (packages.toxdes.com) unrelated to an official project infrastructure; while checksums are provided and the maintainer appears to be the project author, the binary is unverifiable from a third-party perspective and could be silently swapped on a personal server.
PKGBUILD
1 offending line(s) highlighted# Maintainer: toxdes <hi@toxdes.com>
pkgname=mousr-bin
pkgver=0.1.7
pkgrel=1
pkgdesc="Keyboard-driven mouse control for Wayland"
arch=('x86_64' 'aarch64')
url="https://github.com/toxdes/mousr"
license=('MIT')
depends=('wayland' 'libxkbcommon')
source_x86_64=("mousr-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/mousr_${pkgver}_amd64.tar.gz")
sha256sums_x86_64=('65c274f19a4d01eacf9c385af45da8363cc5846e7152b3d74caa07f6ae64c324')
source_aarch64=("mousr-${pkgver}-aarch64.tar.gz::https://packages.toxdes.com/releases/mousr_${pkgver}_arm64.tar.gz")
sha256sums_aarch64=('541da79f385ddc9069924944db6ff9fb125b7bdf7eb08a9bf1a09e3acb82326a')
package() {
bsdtar -xf "${srcdir}/mousr-${pkgver}-${CARCH}.tar.gz" -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:50:56 | Medium | 3 |
| 2026-08-19 03:41:13 | Medium | 3 |