emacs-with-editor

maintainer yar · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate source tarball on GitHub for a known Emacs package; the recent orphan/re-adopt status is a metadata concern, not a security risk, and the build process is transparent and follows standard practices.

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 package builds from a legitimate source tarball on GitHub for a known Emacs package; the recent orphan/re-adopt status is a metadata concern, not a security risk, and the build process is transparent and follows standard practices.

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: Esben Haabendal <esben@haabendal.dk>
2
3pkgname=emacs-with-editor
4_github_org="magit"
5_github_repo="with-editor"
6pkgver=3.5.2
7pkgrel=1
8pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
9arch=('any')
10url="http://github.com/${_github_org}/${_github_repo}"
11license=('GPL3')
12makedepends=('git')
13depends=(
14 'emacs'
15 'emacs-async'
16 'emacs-cond-let'
17 'emacs-llama'
18)
19conflicts=('emacs-with-editor-git')
20install="${pkgname}.install"
21source=("https://github.com/${_github_org}/${_github_repo}/archive/refs/tags/v${pkgver}.tar.gz")
22sha256sums=('4bbc01331e8772037838847944b91cdc9d8456e379daad61c8c9d076431ba5dd')
23
24build() {
25 cd "$srcdir/${_github_repo}-${pkgver}"
26 unset EMACS
27 make LOAD_PATH="-L /usr/share/emacs/site-lisp -L ${srcdir}/${_gitrepo}/lisp" \
28 lisp info
29}
30
31package() {
32 cd "$srcdir/${_github_repo}-${pkgver}"
33 mkdir -p ${pkgdir}/usr/share/emacs/site-lisp
34 install -m 644 lisp/with-editor.{el,elc} ${pkgdir}/usr/share/emacs/site-lisp
35 mkdir -p ${pkgdir}/usr/share/info
36 install -m 644 docs/with-editor.info ${pkgdir}/usr/share/info/
37}
38

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 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

Report a package

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

0 / 4000
Your suggestion