publii
MEDIUM
maintainer JulianXhokaxhiu
10 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt RPM from a non-whitelisted host (getpublii.com), which is not a standard code hosting platform, posing a supply-chain risk if the host or package were compromised.
Triggered rules
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://getpublii.com/download/Publii-$pkgver.rpm")
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt RPM from a non-whitelisted host (getpublii.com), which is not a standard code hosting platform, posing a supply-chain risk if the host or package were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
2
pkgname=publii
3
pkgver=0.47.9
4
pkgrel=1
5
pkgdesc="Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners"
6
arch=('x86_64')
7
url="https://github.com/GetPublii/Publii"
8
license=('MIT')
9
source=("https://getpublii.com/download/Publii-$pkgver.rpm")
10
sha512sums=('d4861a070e67aed210e05a0dfc3cdebbf80c896e5b3d7f5ae56b8879cd8ee610096a387f7ce674d798018feff5e113c1e84800d0ce3d123cdda077ffb68906b6')
11
12
package() {
13
bsdtar -xpf "${srcdir}/Publii-$pkgver.rpm" -C $pkgdir
14
[ -d $pkgdir/usr/lib/.build-id ] && rm -rf $pkgdir/usr/lib/.build-id
15
}
16
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |