squareline-studio
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
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)
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) highlightedpkgname=squareline-studio
_pkgname=SquareLine_Studio
pkgver=1.6.1
pkgrel=1
pkgdesc="Visual drag-and-drop UI editor to create beautiful Graphical User Interfaces quickly and easily"
arch=('x86_64')
url="https://squareline.io/"
license=('custom')
source=("https://static.squareline.io/downloads/${_pkgname}_Linux_v${pkgver//./_}.zip")
sha256sums=('28bcfbd475ad1670ec688117cbfeebbd6b0bedb52b16e64011d4c6eeca47ab5d')
prepare() {
# Packaging folder structure can change.
# Find lvgl to find the root of the source
_lvgl_path=$(find "${srcdir}" -type d -name lvgl | head -n 1)
export _source_dir=$(dirname "${_lvgl_path}")
}
package() {
install -dm755 ${pkgdir}/opt/
# Using normalized source path from _source_dir
cp -a "${_source_dir}" ${pkgdir}/opt/${pkgname}
cd ${pkgdir}/opt/${pkgname}
# binary
chmod 755 ${_pkgname}.x86_64 lvgl/lv_font_conv-linux
find lvgl/ -type d -name 'lvgl_v*' -exec chmod 755 {}/server/micropython {}/server/server.py \;
# desktop entry
sed "s|__folder__|/opt/${pkgname}|g" squareline_studio.desktop.template > ${pkgname}.desktop
install -Dm644 ${pkgname}.desktop -t ${pkgdir}/usr/share/applications
}
# vim: set sw=2 ts=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |