remotrix-bin

MEDIUM
maintainer zxp19821005 0 votes scanned 2026-09-03 03:52:21.844053
View on AUR
Why flagged

The package installs a prebuilt binary from a GitHub release with a fixed checksum, which is normal, but the source is a .deb file hosted on an untrusted personal GitHub account without a verifiable build process, creating a supply-chain risk if the binary were swapped.

Triggered rules

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 of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package installs a prebuilt binary from a GitHub release with a fixed checksum, which is normal, but the source is a .deb file hosted on an untrusted personal GitHub account without a verifiable build process, creating a supply-chain risk if the binary were swapped.

PKGBUILD

1# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2pkgname=remotrix-bin
3_pkgname=Remotrix
4pkgver=0.3.0
5pkgrel=1
6pkgdesc="A Rust-native desktop download manager inspired by Motrix-next, built with the iced GUI framework and an aria2-next sidecar engine driven over WebSocket JSON-RPC (aria2-ws)."
7arch=('x86_64')
8url="https://github.com/lazy1104/Remotrix"
9license=('MIT')
10provides=("${pkgname%-bin}=${pkgver}")
11conflicts=("${pkgname%-bin}")
12depends=(
13)
14source=(
15 "${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
16 "LICENSE-${pkgver}::${url}/raw/v${pkgver}/LICENSE"
17)
18sha256sums=('4cccbd653478c35a8309258d7a3d894dc4b20a7f8ca07a6b7d003e91bd4a81f8'
19 '634f002e12fff4b4fab31bd3cf91c5975bd365dbafa027725559ee2677252ce8')
20prepare() {
21 bsdtar -xf "${srcdir}/data."*
22 sed -i "s/Categories=/Categories=Network;/" "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
23}
24package() {
25 install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
26 find "${srcdir}" -type f \( -name "*.png" -o -name "*.svg" \) -path "*share/icons/*" | while read -r _i; do
27 _extension="${_i##*.}"
28 _icon_path="${_i#*share/icons/}"
29 _target_dir="/usr/share/icons/$(dirname "${_icon_path}")"
30 install -Dm644 "${_i}" "${pkgdir}${_target_dir}/${pkgname%-bin}.${_extension}"
31 done
32 install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
33 install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 03:52:21 Medium 2

Report a package

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

0 / 4000
Your suggestion