muslcc-arm-linux-musleabi-cross-bin

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt toolchain from musl.cc, a project-specific domain plausibly owned by the toolchain provider; while the host is not on a standard whitelist, the content is a legitimate cross-compilation toolchain and not an obfuscated or malicious payload.

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 package downloads a prebuilt toolchain from musl.cc, a project-specific domain plausibly owned by the toolchain provider; while the host is not on a standard whitelist, the content is a legitimate cross-compilation toolchain and not an obfuscated or malicious payload.

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:15 "https://more.musl.cc/$pkgver/$CARCH-linux-musl/arm-linux-musleabi-cross.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
2pkgname=muslcc-arm-linux-musleabi-cross-bin
3name=${pkgname/-bin/}
4name=${name/muslcc-/}
5pkgver=11.2.1
6pkgrel=1
7pkgdesc="Static musl-based cross-compilation toolchain provided by musl.cc"
8arch=('x86_64' 'i686')
9url="https://musl.cc/"
10license=('MIT')
11depends=()
12makedepends=()
13options=('!strip')
14source=(
15 "https://more.musl.cc/$pkgver/$CARCH-linux-musl/arm-linux-musleabi-cross.tgz"
16 "hooks.install"
17)
18install=hooks.install
19sha512sums=(
20 'f37de55027a8ab037b2fab1e890719021cc9e53d6ee0627257b2b92e5eeb30847826bd132415898df70735295c80c6bb0a1bb27676bb9029ad255c5fe2753f0f'
21 'b16a6b5f20dde4121df456220c99304e4b6c25c5004b4ab5b923f94c603fe042076d2fb81d545926d940d19e02ccc3f097c0c1878abf6aa42dfdccbabd0e6f64'
22)
23
24package() {
25 # Copy toolchain to /opt/muslcc/
26 mkdir -p "$pkgdir/opt/muslcc/"
27 cp -R "$srcdir/$name/" "$pkgdir/opt/muslcc/"
28
29 # Add to PATH
30 mkdir -p "$pkgdir/etc/profile.d/"
31 echo -e "#!/bin/sh\nexport PATH=\$PATH:\"/opt/muslcc/$name/bin/\"" > "$pkgdir/etc/profile.d/$name.sh"
32 chmod 0644 "$pkgdir/etc/profile.d/$name.sh"
33}
34
35# vim:set ts=2 sw=2 et:
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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