embedded-studio-arm-nordic

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