doors-git

LOW
maintainer dy-tea 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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:34 source=("git+https://dawn.wine/CreeperFace/doors.git#branch=master" "doors-portals.conf" "doors-session.target")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dylan Donnell <dy-tea@proton.me>
2pkgname='doors-git'
3_pkgname='doors'
4pkgver=0
5pkgrel=1
6pkgdesc='Wayland compositor inspired by bspwm'
7arch=(x86_64)
8url='https://dawn.wine/CreeperFace/doors'
9license=(GPL-3.0-or-later)
10depends=(
11 'cairo'
12 'glib2'
13 'glibc'
14 'libevdev'
15 'libglvnd'
16 'libinput'
17 'libpixman-1.so'
18 'libsystemd.so'
19 'libwayland-server.so'
20 'libxcb'
21 'libxkbcommon.so'
22 'pango'
23 'bash'
24 'shaderc'
25 'systemd-libs'
26 'vulkan-icd-loader'
27 'wlroots-git'
28 'xcb-util-wm'
29 'xorg-xwayland'
30)
31makedepends=(git perl meson ninja wayland-protocols vulkan-headers linux-api-headers)
32provides=('wayland-compositor')
33install=doors-git.install
34source=("git+https://dawn.wine/CreeperFace/doors.git#branch=master" "doors-portals.conf" "doors-session.target")
35sha512sums=("SKIP" "ac8d23f5ace35b77c55e00e26976e8981f53e31b10ff1df717bc26acba3567e79d4b477bc8b60d0f83e0ca8d18ab4f42840a8e7734f447cdf525460510bc1063" "9bbd5bea647f983884ff92871b17a5cab68e6d46c0d465d859e49be61f6e31c171bb2916665c1b1dcd61988edc76f7b41a051ec35ac3d13aa45c393a0fe746ac")
36
37pkgver() {
38 cd "$srcdir/$_pkgname"
39 printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
40}
41
42build() {
43 mkdir -p build
44 arch-meson build "$_pkgname" -D b_ndebug=true
45 ninja -C build
46}
47
48package() {
49 DESTDIR="$pkgdir" ninja -C build install
50 install -Dm644 "$_pkgname/LICENSE.md" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
51 install -Dm644 "$_pkgname/examples/arch/doorsrc" "$pkgdir/etc/doors/doorsrc"
52 install -Dm644 "$_pkgname/examples/arch/doorshkrc" "$pkgdir/etc/doors/doorshkrc"
53 install -Dm644 doors-portals.conf "$pkgdir/usr/share/xdg-desktop-portal/doors-portals.conf"
54 install -Dm644 doors-session.target "$pkgdir/usr/lib/systemd/user/doors-session.target"
55}
56

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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion