mousr-bin

MEDIUM
maintainer toxdes 0 votes scanned 2026-08-19 03:50:56.065595
View on AUR
Why flagged

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

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:11 source_x86_64=("mousr-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/mousr_${pkgver}_amd64.tar.gz")
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review 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
1# Maintainer: toxdes <hi@toxdes.com>
2pkgname=mousr-bin
3pkgver=0.1.7
4pkgrel=1
5pkgdesc="Keyboard-driven mouse control for Wayland"
6arch=('x86_64' 'aarch64')
7url="https://github.com/toxdes/mousr"
8license=('MIT')
9depends=('wayland' 'libxkbcommon')
10
11source_x86_64=("mousr-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/mousr_${pkgver}_amd64.tar.gz")
12sha256sums_x86_64=('65c274f19a4d01eacf9c385af45da8363cc5846e7152b3d74caa07f6ae64c324')
13
14source_aarch64=("mousr-${pkgver}-aarch64.tar.gz::https://packages.toxdes.com/releases/mousr_${pkgver}_arm64.tar.gz")
15sha256sums_aarch64=('541da79f385ddc9069924944db6ff9fb125b7bdf7eb08a9bf1a09e3acb82326a')
16
17package() {
18 bsdtar -xf "${srcdir}/mousr-${pkgver}-${CARCH}.tar.gz" -C "${pkgdir}"
19}
20

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 03:50:56 Medium 3
2026-08-19 03:41:13 Medium 3

Report a package

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

0 / 4000
Your suggestion