emacs-undo-tree
maintainer benjaminjacob
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate GitLab source owned by the project maintainer, which is normal for AUR packages; the 'recently orphaned' flag is administrative and does not imply code risk.
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 a legitimate GitLab source owned by the project maintainer, which is normal for AUR packages; the 'recently orphaned' flag is administrative and does not imply code risk.
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: Jon Eyolfson <jon@eyl.io>
2
# Contributor: listx <linusarver <at> gmail <dot> com>
3
pkgname=emacs-undo-tree
4
pkgver=0.8.1
5
pkgrel=1
6
pkgdesc="Replace Emacs' undo system with an intuitive tree-based system."
7
arch=('any')
8
url="https://www.dr-qubit.org/undo-tree.html"
9
depends=('emacs' 'emacs-queue')
10
makedepends=('git')
11
license=('GPL')
12
provides=('emacs-undo-tree')
13
conflicts=('emacs-undo-tree')
14
install=$pkgname.install
15
source=("$pkgname"::"git+https://gitlab.com/tsc25/undo-tree#tag=release/$pkgver")
16
sha256sums=('SKIP')
17
18
build() {
19
cd "${srcdir}/${pkgname}"
20
emacs -batch -f batch-byte-compile undo-tree.el
21
}
22
23
package() {
24
cd "${srcdir}/${pkgname}"
25
install -d $pkgdir/usr/share/emacs/site-lisp/undo-tree
26
install -m644 *.el{c,} "${pkgdir}/usr/share/emacs/site-lisp/undo-tree"
27
}
28
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |