gnome-shell-extension-albumwm-git
LOW
maintainer eNV25
1 votes
scanned 2026-08-25 05:25:49.966969
Why flagged
The package builds from the project's own GitHub source using git, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own GitHub source using git, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: eNV25 <env252525@gmail.com>
2
3
pkgname=gnome-shell-extension-albumwm-git
4
pkgver=50.0.r3756.f1efeaa
5
pkgrel=1
6
pkgdesc="Scrollable tiling extension for GNOME Shell"
7
arch=('any')
8
url="https://albumwm.0iq.dev"
9
license=('GPL-3.0-or-later')
10
depends=('gnome-shell')
11
makedepends=('git' 'npm' 'blueprint-compiler' 'glib2')
12
provides=("${pkgname%-git}")
13
conflicts=("${pkgname%-git}")
14
source=('git+https://github.com/poli0iq/albumwm.git')
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$srcdir/albumwm"
19
printf "%s.r%s.%s" \
20
"$(grep -Po '"version"\s*:\s*"\K[^"]+' package.json)" \
21
"$(git rev-list --count HEAD)" \
22
"$(git rev-parse --short HEAD)"
23
}
24
25
build() {
26
cd "$srcdir/albumwm"
27
npm install --no-audit --no-fund
28
npm run build
29
}
30
31
package() {
32
cd "$srcdir/albumwm"
33
mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
34
mv dist/ "$pkgdir/usr/share/gnome-shell/extensions/albumwm@0iq.dev"
35
mkdir -p "$pkgdir/usr/share/glib-2.0/"
36
mv -t "$pkgdir/usr/share/glib-2.0/" "$pkgdir/usr/share/gnome-shell/extensions/albumwm@0iq.dev/schemas/"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 05:25:49 | Low | 2 |