aarch64-none-linux-gnu-gcc-bin
The package downloads prebuilt ARM cross-compiler toolchain binaries from Arm's official GitLab instance; despite the non-whitelisted host, the source is legitimate and checksums are provided, limiting risk to low.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt ARM cross-compiler toolchain binaries from Arm's official GitLab instance; despite the non-whitelisted host, the source is legitimate and checksums are provided, limiting risk to low.
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
source_x86_64=(https://gitlab.arm.com/api/v4/projects/tooling%2Fgnu-toolchains-for-arm/packages/generic/gnu-toolchain/${pkgver}/arm-gnu-toolchain-${pkgver}-x86_64-${_target}.tar.xz)
PKGBUILD
1 offending line(s) highlighted# Maintainer: hendy643 <phenderson643@gmail.com>
# Contributor: 1Conan <me@1conan.com>
_target=aarch64-none-linux-gnu
pkgname=${_target}-gcc-bin
pkgver=15.3.rel1
pkgrel=1
pkgdesc="The GNU Compiler Collection - cross compiler for ARM64 Linux target"
arch=('x86_64' 'aarch64')
url="https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads"
license=('GPL' 'LGPL')
# https://gitlab.arm.com/api/v4/projects/tooling%2Fgnu-toolchains-for-arm/packages/generic/gnu-toolchain/${pkgver}/arm-gnu-toolchain-${pkgver}-x86_64-aarch64-none-linux-gnu.tar.xz
# https://gitlab.arm.com/api/v4/projects/tooling%2Fgnu-toolchains-for-arm/packages/generic/gnu-toolchain/${pkgver}/arm-gnu-toolchain-${pkgver}-aarch64-aarch64-none-linux-gnu.tar.xz
source_x86_64=(https://gitlab.arm.com/api/v4/projects/tooling%2Fgnu-toolchains-for-arm/packages/generic/gnu-toolchain/${pkgver}/arm-gnu-toolchain-${pkgver}-x86_64-${_target}.tar.xz)
sha256sums_x86_64=('ea12d99f87848009270277afe5d03fac873cb869784a39387183835f743014d9')
source_aarch64=(https://gitlab.arm.com/api/v4/projects/tooling%2Fgnu-toolchains-for-arm/packages/generic/gnu-toolchain/${pkgver}/arm-gnu-toolchain-${pkgver}-aarch64-${_target}.tar.xz)
sha256sums_aarch64=('8020be7aa1013704756158400cb5ba438d6f09b2909795d13617b9e7bac53286')
options=('!strip' '!debug' '!emptydirs' 'staticlibs')
provides=(aarch64-none-linux-gnu-gcc aarch64-none-linux-gnu-gcc-binutils aarch64-none-linux-gnu-gdb)
conflicts=( 'aarch64-linux-gnu-binutils'
'aarch64-linux-gnu-gcc'
'aarch64-linux-gnu-gdb'
'aarch64-linux-gnu-glibc'
'aarch64-linux-gnu-linux-api-headers'
'aarch64-none-linux-gnu-gcc-12.3-bin'
'aarch64-none-linux-gnu-gcc-10.3-bin'
'aarch64-none-linux-gnu-gcc-9.2-bin'
)
package() {
mkdir -p ${pkgdir}/usr
cp -a ${srcdir}/arm-gnu-toolchain-${pkgver}-${CARCH}-${_target}/* ${pkgdir}/usr
rm -f ${pkgdir}/usr/license.txt
rm -f ${pkgdir}/usr/*-manifest.txt
rm -rf ${pkgdir}/usr/lib64
rm -rf ${pkgdir}/usr/include
rm -rf ${pkgdir}/usr/share/{doc,gcc-*,gdb,info,locale}
rm -rf ${pkgdir}/usr/share/man/{man5,man7}
rm -rf ${pkgdir}/usr/lib/bfd-plugins/libdep.so
}
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 |