muslcc-arm-linux-musleabi-cross-bin

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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-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