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
3
pkgname=emacs-with-editor
4
_github_org="magit"
5
_github_repo="with-editor"
6
pkgver=3.5.2
7
pkgrel=1
8
pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
9
arch=('any')
10
url="http://github.com/${_github_org}/${_github_repo}"
11
license=('GPL3')
12
makedepends=('git')
13
depends=(
14
'emacs'
15
'emacs-async'
16
'emacs-cond-let'
17
'emacs-llama'
18
)
19
conflicts=('emacs-with-editor-git')
20
install="${pkgname}.install"
21
source=("https://github.com/${_github_org}/${_github_repo}/archive/refs/tags/v${pkgver}.tar.gz")
22
sha256sums=('4bbc01331e8772037838847944b91cdc9d8456e379daad61c8c9d076431ba5dd')
23
24
build() {
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
31
package() {
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) | 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 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 |