squareline-studio

LOW
maintainer khvalera 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a versioned zip from the project's own static domain, which is not on a standard whitelist but plausibly official; it builds no code, only installs prebuilt binaries and assets from the vendor, which is a supply-chain risk but not inherently malicious.

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 versioned zip from the project's own static domain, which is not on a standard whitelist but plausibly official; it builds no code, only installs prebuilt binaries and assets from the vendor, which is a supply-chain risk but not inherently malicious.

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:9 source=("https://static.squareline.io/downloads/${_pkgname}_Linux_v${pkgver//./_}.zip")

PKGBUILD

1 offending line(s) highlighted
1pkgname=squareline-studio
2_pkgname=SquareLine_Studio
3pkgver=1.6.1
4pkgrel=1
5pkgdesc="Visual drag-and-drop UI editor to create beautiful Graphical User Interfaces quickly and easily"
6arch=('x86_64')
7url="https://squareline.io/"
8license=('custom')
9source=("https://static.squareline.io/downloads/${_pkgname}_Linux_v${pkgver//./_}.zip")
10sha256sums=('28bcfbd475ad1670ec688117cbfeebbd6b0bedb52b16e64011d4c6eeca47ab5d')
11
12prepare() {
13 # Packaging folder structure can change.
14 # Find lvgl to find the root of the source
15 _lvgl_path=$(find "${srcdir}" -type d -name lvgl | head -n 1)
16 export _source_dir=$(dirname "${_lvgl_path}")
17}
18
19package() {
20 install -dm755 ${pkgdir}/opt/
21 # Using normalized source path from _source_dir
22 cp -a "${_source_dir}" ${pkgdir}/opt/${pkgname}
23
24 cd ${pkgdir}/opt/${pkgname}
25
26 # binary
27 chmod 755 ${_pkgname}.x86_64 lvgl/lv_font_conv-linux
28 find lvgl/ -type d -name 'lvgl_v*' -exec chmod 755 {}/server/micropython {}/server/server.py \;
29
30 # desktop entry
31 sed "s|__folder__|/opt/${pkgname}|g" squareline_studio.desktop.template > ${pkgname}.desktop
32 install -Dm644 ${pkgname}.desktop -t ${pkgdir}/usr/share/applications
33}
34
35# vim: set sw=2 ts=2 et:
36

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