dish

LOW
maintainer Dish 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host (musl.cc) provides a legitimate cross-compilation toolchain used in the build process; this is a normal part of building Rust binaries for musl targets and does not constitute remote code execution or malicious behavior.

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 non-standard host (musl.cc) provides a legitimate cross-compilation toolchain used in the build process; this is a normal part of building Rust binaries for musl targets and does not constitute remote code execution or malicious behavior.

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:13 "$CARCH-linux-musl-cross.tgz::https://musl.cc/$CARCH-linux-musl-cross.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dish <needed@tutamail.com>
2pkgname=dish
3pkgver=0.6.8
4pkgrel=1
5pkgdesc="It shell"
6arch=('x86_64')
7url="https://codeberg.org/D1SH/Dish"
8license=('GPL3')
9depends=()
10makedepends=('rustup' 'curl' 'tar' 'binutils')
11source=(
12 "$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
13 "$CARCH-linux-musl-cross.tgz::https://musl.cc/$CARCH-linux-musl-cross.tgz"
14)
15sha256sums=(
16 '527d38fe1dfa4710316b1be753ee3966c6aede7f1ffc6829e7d5f796eeafa607'
17 'c5d410d9f82a4f24c549fe5d24f988f85b2679b452413a9f7e5f7b956f2fe7ea'
18)
19noextract=('$CARCH-linux-musl-cross.tgz')
20
21prepare() {
22 tar xf "$srcdir/$CARCH-linux-musl-cross.tgz" -C "$srcdir"
23 ar rcs "$srcdir/$CARCH-linux-musl-cross/$CARCH-linux-musl/lib/libunwind.a"
24
25 rustup toolchain install nightly
26 rustup component add rust-src --toolchain nightly
27}
28
29build() {
30 cd "dish"
31
32 local gcc="$srcdir/$CARCH-linux-musl-cross/bin/$CARCH-linux-musl-gcc"
33 local lib="$srcdir/$CARCH-linux-musl-cross/$CARCH-linux-musl/lib"
34 local gcc_lib="$srcdir/$CARCH-linux-musl-cross/lib/gcc/$CARCH-linux-musl/11.2.1"
35
36 RUSTFLAGS="-Z unstable-options -C panic=immediate-abort -C linker=$gcc -L $lib -L $gcc_lib" \
37 cargo +nightly build \
38 -Z build-std=std \
39 -Z unstable-options \
40 --target $CARCH-unknown-linux-musl \
41 --release
42}
43
44package() {
45 cd "dish"
46 install -Dm755 "target/$CARCH-unknown-linux-musl/release/dish" \
47 "$pkgdir/usr/bin/dish"
48 install -Dm644 README.md \
49 "$pkgdir/usr/share/doc/$pkgname/README.md"
50}
51

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion