dmenu-extended-git
maintainer stiermid
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the recently orphaned flag does not indicate inherent danger.
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 package builds from the project's own Git repository, which is a normal AUR practice; the recently orphaned flag does not indicate inherent danger.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Agil Mammadov <mammadovagil@proton.me>
2
# Contributor: Emilio Reggi <nag@mailbox.org>
3
# Contributor: Morten Linderud <morten@linderud.pw>
4
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
5
6
pkgname=dmenu-extended-git
7
_pkgname=dmenu-extended
8
_source=https://github.com/markjones112358/dmenu-extended.git
9
pkgver=1.5.0.r1.dd93e7a
10
pkgrel=2
11
pkgdesc='An extension to dmenu for quickly opening files and folders and run programs.'
12
url='https://github.com/markjones112358/dmenu-extended'
13
license=('MIT')
14
arch=('any')
15
depends=(python)
16
makedepends=(git python-installer python-build python-wheel)
17
provides=(dmenu-extended)
18
conflicts=(dmenu-extended)
19
source=("${_pkgname}"::"git+${_source}")
20
sha256sums=('SKIP')
21
22
pkgver() {
23
cd "$_pkgname"
24
printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
25
}
26
27
build() {
28
cd "$_pkgname"
29
python3 -m build --wheel --no-isolation
30
}
31
32
package() {
33
cd "$_pkgname"
34
python -m installer --destdir="$pkgdir" dist/*.whl
35
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
36
}
37
Changes since previous scan
--- PKGBUILD @ 2026-07-20 00:19+++ PKGBUILD @ 2026-08-03 00:08@@ -7,12 +7,12 @@ _pkgname=dmenu-extended _source=https://github.com/markjones112358/dmenu-extended.git pkgver=1.5.0.r1.dd93e7a-pkgrel=1+pkgrel=2 pkgdesc='An extension to dmenu for quickly opening files and folders and run programs.' url='https://github.com/markjones112358/dmenu-extended' license=('MIT') arch=('any')-depends=(python dmenu)+depends=(python) makedepends=(git python-installer python-build python-wheel) provides=(dmenu-extended) conflicts=(dmenu-extended)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 21:14:52 | MEDIUM | 1 |
| 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 21:52:49 | MEDIUM | 1 |