muslcc-arm-linux-musleabi-cross-bin
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
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)
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# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
pkgname=muslcc-arm-linux-musleabi-cross-bin
name=${pkgname/-bin/}
name=${name/muslcc-/}
pkgver=11.2.1
pkgrel=1
pkgdesc="Static musl-based cross-compilation toolchain provided by musl.cc"
arch=('x86_64' 'i686')
url="https://musl.cc/"
license=('MIT')
depends=()
makedepends=()
options=('!strip')
source=(
"https://more.musl.cc/$pkgver/$CARCH-linux-musl/arm-linux-musleabi-cross.tgz"
"hooks.install"
)
install=hooks.install
sha512sums=(
'f37de55027a8ab037b2fab1e890719021cc9e53d6ee0627257b2b92e5eeb30847826bd132415898df70735295c80c6bb0a1bb27676bb9029ad255c5fe2753f0f'
'b16a6b5f20dde4121df456220c99304e4b6c25c5004b4ab5b923f94c603fe042076d2fb81d545926d940d19e02ccc3f097c0c1878abf6aa42dfdccbabd0e6f64'
)
package() {
# Copy toolchain to /opt/muslcc/
mkdir -p "$pkgdir/opt/muslcc/"
cp -R "$srcdir/$name/" "$pkgdir/opt/muslcc/"
# Add to PATH
mkdir -p "$pkgdir/etc/profile.d/"
echo -e "#!/bin/sh\nexport PATH=\$PATH:\"/opt/muslcc/$name/bin/\"" > "$pkgdir/etc/profile.d/$name.sh"
chmod 0644 "$pkgdir/etc/profile.d/$name.sh"
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |