tinywm
maintainer stormdragon2976
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a small, auditable window manager from its official project host; building from source is normal AUR practice, and the host, while not whitelisted, is the project's own domain.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a small, auditable window manager from its official project host; building from source is normal AUR practice, and the host, while not whitelisted, is the project's own domain.
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:15
source=(http://incise.org/files/dev/$pkgname-$pkgver.tgz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
2
# Contributor: Andrew Antle <andrew dot antle at gmail dot com>
3
# Contributor: Tim Yang <tdy@gmx.com>
4
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
5
# Contributor: Mateusz Lukasik <mati75@linuxmint.pl>
6
7
pkgname=tinywm
8
pkgver=1.3
9
pkgrel=10
10
pkgdesc="A tiny window manager written in only ~50 lines of code"
11
arch=('aarch64' 'i686' 'x86_64')
12
url="http://incise.org/tinywm.html"
13
license=('custom')
14
depends=('libx11')
15
source=(http://incise.org/files/dev/$pkgname-$pkgver.tgz
16
'add_install_taget.patch'
17
'fix_ftbfs_ld_as_needed.patch'
18
'tinywm.desktop')
19
md5sums=('8b1c1c3a0615af122b6f9f16ead6a34e'
20
'5e27fe3b6fdde27b52805bd65febdff9'
21
'90d4babe618fced0591edc2fe36eb123'
22
'1c8c4ff10c7c9af52e0c6d1eb14cf523')
23
24
build() {
25
cd $pkgname-$pkgver
26
patch -Np1 -i "$srcdir/add_install_taget.patch"
27
patch -Np1 -i "$srcdir/fix_ftbfs_ld_as_needed.patch"
28
make
29
}
30
31
package() {
32
cd $pkgname-$pkgver
33
install -D -m755 $pkgname "$pkgdir"/usr/bin/$pkgname
34
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
35
install -D -Dm644 $srcdir/$pkgname.desktop "$pkgdir"/usr/share/xsessions/$pkgname.desktop
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |