silex-desktop-v3-bin

maintainer jg22 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the binary is not executed during build and comes from a trusted project source, so the risk is low despite the unverifiable binary payload.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the binary is not executed during build and comes from a trusted project source, so the risk is low despite the unverifiable binary payload.

PKGBUILD

1# Maintainer: João Gabriel V. Melão <jgvasconcellos22@gmail.com>
2
3pkgname=silex-desktop-v3-bin
4pkgver=3.9.0
5_pkgver=3.9.0
6pkgrel=1
7pkgdesc="Silex website builder desktop application"
8arch=('x86_64')
9url="https://github.com/silexlabs/Silex"
10license=('AGPL-3.0-or-later')
11
12options=('!debug')
13
14depends=(
15 cairo
16 gdk-pixbuf2
17 glib2
18 gtk3
19 hicolor-icon-theme
20 libsoup3
21 openssl
22 webkit2gtk-4.1
23)
24
25source=("Silex_${_pkgver}_amd64.deb::https://github.com/silexlabs/Silex/releases/download/v${_pkgver}/Silex_${_pkgver}_amd64.deb")
26sha256sums=('1bf233109cd014e7d8c8134a4c843b7addc75ba2ff12f560b99a83860f1a1ac5')
27
28package() {
29 cd "$srcdir"
30
31 # Extract the data payload directly from the .deb, no intermediate files
32 bsdtar -xOf "Silex_${_pkgver}_amd64.deb" data.tar.gz | bsdtar -xf - -C "$pkgdir"
33}
34
35

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,13 +1,13 @@
# Maintainer: João Gabriel V. Melão <jgvasconcellos22@gmail.com>
pkgname=silex-desktop-v3-bin
-pkgver=3.10.0_canary.0
-_pkgver=3.10.0-canary.0
+pkgver=3.9.0
+_pkgver=3.9.0
pkgrel=1
pkgdesc="Silex website builder desktop application"
arch=('x86_64')
url="https://github.com/silexlabs/Silex"
-license=('GPL-3.0-only')
+license=('AGPL-3.0-or-later')
options=('!debug')
@@ -23,7 +23,7 @@
)
source=("Silex_${_pkgver}_amd64.deb::https://github.com/silexlabs/Silex/releases/download/v${_pkgver}/Silex_${_pkgver}_amd64.deb")
-sha256sums=('ffb4ffd43dfe05ca79623a040756cd5b604c6379e88c4c1c0ee54b7f79c37acb')
+sha256sums=('1bf233109cd014e7d8c8134a4c843b7addc75ba2ff12f560b99a83860f1a1ac5')
package() {
cd "$srcdir"
@@ -32,3 +32,4 @@
bsdtar -xOf "Silex_${_pkgver}_amd64.deb" data.tar.gz | bsdtar -xf - -C "$pkgdir"
}
+

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 15:18:17 LOW 2
2026-07-29 00:25:53 CLEAN 2
2026-07-28 23:39:52 LOW 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion