darwan-bin
The package installs prebuilt theme and application files from a GitHub release; while the host is not a major trusted CDN, the content is not purely data but includes a binary, though from a project-maintainer source with low execution risk given the described functionality.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt theme and application files from a GitHub release; while the host is not a major trusted CDN, the content is not purely data but includes a binary, though from a project-maintainer source with low execution risk given the described functionality.
PKGBUILD
# Maintainer: Mahfuz Shaikh <mah3uz at gmail dot com>
pkgname=darwan-bin
_pkgname=darwan
pkgver=0.1.0
pkgrel=1
pkgdesc='Themes for the SDDM login screen and the Quickshell lockscreen, with a CLI, TUI and GUI (prebuilt)'
arch=('x86_64')
url='https://github.com/mah3uz/darwan'
license=('GPL-3.0-only')
depends=(
'gcc-libs'
'glibc'
'polkit'
'qt6-5compat'
'qt6-base'
'qt6-declarative'
'qt6-multimedia'
'qt6-multimedia-ffmpeg'
'quickshell'
'ttf-jetbrains-mono-nerd'
)
optdepends=(
'sddm: use the themes on the login screen'
'libfaketime: darwan preview --at'
'noto-fonts-cjk: Chinese text in the Genshin theme'
)
provides=("$_pkgname")
conflicts=("$_pkgname")
options=('!strip' '!debug')
source=("$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64.pkg.tar.zst")
sha256sums=('3ba191c03a368c340ded0935b0c2059b29cdb7545198996d5666470c15d0aaac')
package() {
cp -r --no-preserve=ownership "$srcdir/usr" "$pkgdir/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 21:15:27 | Low | 2 |