nuclei-gcc
maintainer taotieren
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt GCC toolchain from the official vendor's domain (nucleisys.com), which is plausibly the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a legitimate source for the toolchain and the worst case of a swapped artifact would be supply-chain compromise, but no active malicious behavior is present.
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 GCC toolchain from the official vendor's domain (nucleisys.com), which is plausibly the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a legitimate source for the toolchain and the worst case of a swapped artifact would be supply-chain compromise, but no active malicious behavior is present.
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:19
source=("https://download.nucleisys.com/upload/files/toolchain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_${pkgver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: taotieren <admin@taotieren.com>
2
3
pkgbase=nuclei-gcc
4
pkgname=(nuclei-gcc)
5
pkgver=2025.10
6
pkgrel=1
7
pkgdesc="nuclei-gcc 是 Nuclei Studio IDE 的编译工具。"
8
arch=("x86_64")
9
makedepends=()
10
depends=()
11
optdepends=('nucleistudioide: Nuclei Studio IDE 是基于 MCU Eclipse IDE 开发的一款针对芯来公司处理器核产品的集成开发环境工具,用于 RISC-V 开发继承了 Eclipse IDE 平台的各种优势。'
12
'jlink-software-and-documentation: Segger JLink software & documentation pack for Linux'
13
'embedded-studio-risc-v: Segger Embedded Studio for RISC-V')
14
conflicts=()
15
url="https://www.nucleisys.com/download.php"
16
license=('LicenseRef-unknow')
17
options=(!strip !debug)
18
# https://download.nucleisys.com/upload/files/toolchain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_2025.10.tar.bz2
19
source=("https://download.nucleisys.com/upload/files/toolchain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_${pkgver}.tar.bz2")
20
sha256sums=('a311f527fe838bc65440148fedec21a9fea95a382aec4122ccddfe3656ad6910')
21
22
package() {
23
msg2 'Installing Nuclei GCC'
24
install -dm755 "${pkgdir}/opt/nuclei/NucleiStudio/toolchain/" \
25
"${pkgdir}/opt/SEGGER/Embedded-Studio-RISC-V/Nuclei_Toolchain/"
26
27
mv "${srcdir}/gcc" "${pkgdir}/opt/nuclei"
28
ln -sf "/opt/nuclei/gcc" "${pkgdir}/opt/nuclei/NucleiStudio/toolchain/gcc"
29
ln -sf "/opt/nuclei/gcc" "${pkgdir}/opt/SEGGER/Embedded-Studio-RISC-V/Nuclei_Toolchain/gcc"
30
}
31
32
#
33
# makepkg --printsrcinfo > .SRCINFO
34
#
35
36
# vim: set ts=8 sw=8 tw=0 noet:
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |