simplicitystudio5-bin

maintainer bbandi · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt binary from the official vendor's domain (silabs.com), which is the legitimate provider of the software, making the download appropriate despite the non-whitelisted host and skipped checksum.

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 source is a prebuilt binary from the official vendor's domain (silabs.com), which is the legitimate provider of the software, making the download appropriate despite the non-whitelisted host and skipped checksum.

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:18 source=(https://www.silabs.com/documents/login/software/SimplicityStudio-5.tgz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Andras Biro <bbandi86@gmail.com>
2# Contributor: Håvard Pettersson <mail@haavard.me> for studio4
3
4pkgname=simplicitystudio5-bin
5pkgver=5
6pkgrel=2
7pkgdesc='Design tools, documentation, software and support resources for EFM32™, EFM8™, 8051, Wireless MCUs and Wireless SoCs.'
8arch=(x86_64)
9url=https://www.silabs.com/products/development-tools/software/simplicity-studio
10license=(unknown)
11backup=("opt/$installdir/studio.ini")
12depends=(qt5-base qt5-networkauth webkit2gtk git git-lfs make openssl ncurses5-compat-libs)
13#ncurses5 is required by the gdb packaged in studio, /opt/simplicitystudio5/developer/toolchains/gnu_arm/10.3_2021.10/bin/arm-none-eabi-gdb
14optdepends=('wine: for IAR support'
15 'lib32-qt4: for old tools like battery estimator')
16options=('!strip')
17install=simplicitystudio5.install
18source=(https://www.silabs.com/documents/login/software/SimplicityStudio-5.tgz
19 simplicitystudio5.desktop)
20sha256sums=('SKIP'
21 '124f76950ab6b8dba75f3094ee22169d92822df633a1262ad7de5d1561d65f11')
22
23installdir=simplicitystudio5
24
25prepare() {
26 cd "$srcdir/SimplicityStudio_v5"
27}
28
29package() {
30 install -dm755 "$pkgdir/opt/"
31 cp -a "$srcdir/SimplicityStudio_v5" "$pkgdir/opt/$installdir"
32
33 install -dm755 "$pkgdir/etc/udev/rules.d/"
34 find "$srcdir/SimplicityStudio_v5/StudioLinux" -name '*.rules' \
35 -exec install -m644 {} "$pkgdir/etc/udev/rules.d/" \;
36
37 mkdir -p $pkgdir/usr/bin
38 ln -sf /opt/$installdir/studio $pkgdir/usr/bin/$installdir
39
40 install -Dm644 "simplicitystudio5.desktop" \
41 "$pkgdir/usr/share/applications/simplicitystudio5.desktop"
42
43 # installation directory has to be writable
44 find "$pkgdir/opt/$installdir" -type d -exec chmod a+w {} +
45 find "$pkgdir/opt/$installdir" -type f -exec chmod a+w {} +
46}
47
48# vim:set ts=2 sw=2 et:
49

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