doors-git
The source is a git repository from a non-whitelisted host, but it is the project's own upstream repository used for building the software, which is a normal AUR practice; the host 'dawn.wine' may be non-standard but appears to be project-associated, and no untrusted prebuilt binaries or malicious payloads are involved.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git repository from a non-whitelisted host, but it is the project's own upstream repository used for building the software, which is a normal AUR practice; the host 'dawn.wine' may be non-standard but appears to be project-associated, and no untrusted prebuilt binaries or malicious payloads are involved.
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:34
source=("git+https://dawn.wine/CreeperFace/doors.git#branch=master" "doors-portals.conf" "doors-session.target")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Dylan Donnell <dy-tea@proton.me>
pkgname='doors-git'
_pkgname='doors'
pkgver=0
pkgrel=1
pkgdesc='Wayland compositor inspired by bspwm'
arch=(x86_64)
url='https://dawn.wine/CreeperFace/doors'
license=(GPL-3.0-or-later)
depends=(
'cairo'
'glib2'
'glibc'
'libevdev'
'libglvnd'
'libinput'
'libpixman-1.so'
'libsystemd.so'
'libwayland-server.so'
'libxcb'
'libxkbcommon.so'
'pango'
'bash'
'shaderc'
'systemd-libs'
'vulkan-icd-loader'
'wlroots-git'
'xcb-util-wm'
'xorg-xwayland'
)
makedepends=(git perl meson ninja wayland-protocols vulkan-headers linux-api-headers)
provides=('wayland-compositor')
install=doors-git.install
source=("git+https://dawn.wine/CreeperFace/doors.git#branch=master" "doors-portals.conf" "doors-session.target")
sha512sums=("SKIP" "ac8d23f5ace35b77c55e00e26976e8981f53e31b10ff1df717bc26acba3567e79d4b477bc8b60d0f83e0ca8d18ab4f42840a8e7734f447cdf525460510bc1063" "9bbd5bea647f983884ff92871b17a5cab68e6d46c0d465d859e49be61f6e31c171bb2916665c1b1dcd61988edc76f7b41a051ec35ac3d13aa45c393a0fe746ac")
pkgver() {
cd "$srcdir/$_pkgname"
printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
build() {
mkdir -p build
arch-meson build "$_pkgname" -D b_ndebug=true
ninja -C build
}
package() {
DESTDIR="$pkgdir" ninja -C build install
install -Dm644 "$_pkgname/LICENSE.md" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
install -Dm644 "$_pkgname/examples/arch/doorsrc" "$pkgdir/etc/doors/doorsrc"
install -Dm644 "$_pkgname/examples/arch/doorshkrc" "$pkgdir/etc/doors/doorshkrc"
install -Dm644 doors-portals.conf "$pkgdir/usr/share/xdg-desktop-portal/doors-portals.conf"
install -Dm644 doors-session.target "$pkgdir/usr/lib/systemd/user/doors-session.target"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-14 00:27+++ PKGBUILD @ 2026-09-17 00:27@@ -30,6 +30,7 @@ ) makedepends=(git perl meson ninja wayland-protocols vulkan-headers linux-api-headers) provides=('wayland-compositor')+install=doors-git.install source=("git+https://dawn.wine/CreeperFace/doors.git#branch=master" "doors-portals.conf" "doors-session.target") sha512sums=("SKIP" "ac8d23f5ace35b77c55e00e26976e8981f53e31b10ff1df717bc26acba3567e79d4b477bc8b60d0f83e0ca8d18ab4f42840a8e7734f447cdf525460510bc1063" "9bbd5bea647f983884ff92871b17a5cab68e6d46c0d465d859e49be61f6e31c171bb2916665c1b1dcd61988edc76f7b41a051ec35ac3d13aa45c393a0fe746ac") @@ -53,11 +54,3 @@ install -Dm644 doors-session.target "$pkgdir/usr/lib/systemd/user/doors-session.target" } -post_install() {- setcap cap_sys_nice+ep usr/bin/doors-}--post_upgrade() {- setcap cap_sys_nice+ep usr/bin/doors-}-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 01:15:25 | Medium | 1 |
| 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 |