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>
3pkgname=emacs-undo-tree
4pkgver=0.8.1
5pkgrel=1
6pkgdesc="Replace Emacs' undo system with an intuitive tree-based system."
7arch=('any')
8url="https://www.dr-qubit.org/undo-tree.html"
9depends=('emacs' 'emacs-queue')
10makedepends=('git')
11license=('GPL')
12provides=('emacs-undo-tree')
13conflicts=('emacs-undo-tree')
14install=$pkgname.install
15source=("$pkgname"::"git+https://gitlab.com/tsc25/undo-tree#tag=release/$pkgver")
16sha256sums=('SKIP')
17
18build() {
19 cd "${srcdir}/${pkgname}"
20 emacs -batch -f batch-byte-compile undo-tree.el
21}
22
23package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion