embedded-studio-arm-nordic

maintainer kumen · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from dl2.segger.com, which is a plausible official host for Segger software; while not on a standard whitelist, it is likely legitimate and the binaries are verified via fixed sha256sums, reducing supply-chain risk.

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 prebuilt binaries from dl2.segger.com, which is a plausible official host for Segger software; while not on a standard whitelist, it is likely legitimate and the binaries are verified via fixed sha256sums, reducing supply-chain risk.

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:17 source_x86_64=("Setup_EmbeddedStudio_ARM_Nordic_v${pkgver/./}_linux_x64.tar.gz::https://dl2.segger.com/files/embedded-studio/EmbeddedStudio_ARM_Nordic_v${pkgver/./}_linux_x64.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: kumen
2
3pkgname="embedded-studio-arm-nordic"
4pkgver=5.68
5pkgrel=1
6pkgdesc="Segger Embedded Studio for ARM, Nordic version"
7arch=('x86_64' 'i686')
8makedepends=()
9depends=('jlink-software-and-documentation')
10optdepends=()
11conflicts=()
12replaces=()
13url="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#ses-nordic-edition"
14license=('Commercial')
15options=(!strip)
16
17source_x86_64=("Setup_EmbeddedStudio_ARM_Nordic_v${pkgver/./}_linux_x64.tar.gz::https://dl2.segger.com/files/embedded-studio/EmbeddedStudio_ARM_Nordic_v${pkgver/./}_linux_x64.tar.gz")
18source_i686=("Setup_EmbeddedStudio_ARM_Nordic_v${pkgver/./}_linux_x86.tar.gz::https://dl2.segger.com/files/embedded-studio/EmbeddedStudio_ARM_Nordic_v${pkgver/./}_linux_x86.tar.gz")
19
20sha256sums_x86_64=('bffcd895d076b191b379b142ef5f6346808761dde733ea05d73f4a89dab683a0')
21sha256sums_i686=('a7141cf6369af9050df85c305587114b88431a8c6413c7171276534a08ba4ec8')
22
23prepare(){
24 # Change src path name
25 case ${CARCH} in
26 "x86_64")
27 mv ${srcdir}/arm_segger_embedded_studio_v${pkgver/./}_linux_x64_nordic embedded-studio-arm
28 ;;
29
30 "i686")
31 mv ${srcdir}/arm_segger_embedded_studio_v${pkgver/./}_linux_x86_nordic embedded-studio-arm
32 ;;
33 esac
34}
35
36package() {
37 install -dm755 "${pkgdir}/opt/SEGGER/Embedded-Studio-ARM-Nordic" \
38 "${pkgdir}/usr/share/licenses/${pkgname}" \
39 "${pkgdir}/usr/bin/" \
40
41 msg2 'Installing Embedded Studio ARM Nordic'
42 mv "${srcdir}/embedded-studio-arm/"* "${pkgdir}/opt/SEGGER/Embedded-Studio-ARM-Nordic/"
43
44 msg2 'Instalation of binary file'
45 ln -s /opt/SEGGER/Embedded-Studio-ARM-Nordic/bin/emStudio "${pkgdir}/usr/bin/emStudio-ARM-Nordic"
46
47 msg2 'Installing desktop shortcut and icon'
48 install -Dm 644 "${pkgdir}/opt/SEGGER/Embedded-Studio-ARM-Nordic/bin/StudioIcon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
49 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/${pkgname}.desktop" <<END
50[Desktop Entry]
51Name=ARM Embedded Studio Nordic Edition
52Comment=SEGGER Embedded Studio for ARM (Nordic Edition)
53GenericName=Embedded Studio ARM (Nordic edition)
54Exec=env GDK_BACKEND=x11 emStudio-ARM-Nordic %F
55Icon=embedded-studio-arm
56Path=/opt/SEGGER/Embedded-Studio-ARM-Nordic/bin
57Terminal=false
58StartupNotify=true
59Type=Application
60Categories=Development
61END
62
63 msg2 'Instalation of license file'
64 ln -s /opt/SEGGER/Embedded-Studio-ARM-Nordic/html/License.htm "${pkgdir}/usr/share/licenses/${pkgname}/"
65
66}
67
68#
69# makepkg --printsrcinfo > .SRCINFO
70#
71
72# vim: set ts=8 sw=8 tw=0 noet:
73

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