jed-git
The source is a git repository from the project's official domain (git.jedsoft.org), which is plausibly the project's own infrastructure; building from a non-whitelisted but project-owned host is normal for AUR packages and does not constitute a significant supply-chain risk.
Triggered rules
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 source is a git repository from the project's official domain (git.jedsoft.org), which is plausibly the project's own infrastructure; building from a non-whitelisted but project-owned host is normal for AUR packages and does not constitute a significant supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source=('git://git.jedsoft.org/git/jed.git')
PKGBUILD
1 offending line(s) highlighted# shellcheck shell=bash
# -*- sh -*-
# Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
pkgname='jed-git'
_pkgname="${pkgname/-git/}"
pkgver=0.99.20.r203.g40c0b67
pkgrel=1
pkgdesc='Powerful scriptable editor designed for use by programmers (development version)'
arch=("$CARCH")
url='https://www.jedsoft.org/jed/'
source=('git://git.jedsoft.org/git/jed.git')
license=('GPL-2.0-or-later')
provides=('jed' 'jed-script' 'xjed' 'rgrep')
conflicts=('jed' 'jed-script' 'xjed' 'rgrep')
options=('!makeflags')
depends=(
'fontconfig'
'glibc'
'gpm'
'hicolor-icon-theme'
'slang'
'libx11'
'libxft'
)
makedepends=('awk' 'git' 'libxext' 'libxt')
install="$_pkgname.install"
prepare() {
cd "$srcdir/$_pkgname"
git clean -dfx
sed \
-e "s|\(^all.*\)|\1 xjed rgrep getmail|" \
-e "s|..DEST.*doc|$pkgdir/usr/share/doc/$pkgname|g" \
-i src/Makefile.in
}
pkgver() {
cd "$srcdir/$_pkgname"
# The usual “git describe --long” doesn't work here,
# so let's invent our own thing:
_version=$(
awk '$2 == "JED_VERSION_STR" {print $3}' src/version.h \
| sed -e 's/pre//;s/-/.r/;s/"//g'
)
_commit=$(git log -n 1 --pretty=format:'g%h')
printf '%s.%s\n' "$_version" "$_commit"
}
build() {
cd "$srcdir/$_pkgname"
./configure --prefix=/usr JED_ROOT=/usr/share/jed
make clean
make
make xjed
make getmail
}
package() {
cd "$srcdir/$_pkgname"
make DESTDIR="$pkgdir" install
install -Dm0755 src/objs/rgrep \
-t "$pkgdir/usr/bin"
install -Dm0644 desktop/{jed,xjed}.desktop \
-t "$pkgdir/usr/share/applications"
install -Dm0644 desktop/{jed,xjed}.svg \
-t "$pkgdir/usr/share/icons/hicolor/scalable/apps"
cd "$pkgdir/usr/share/jed/lib"
env JED_ROOT="$pkgdir/usr/share/jed" \
"$pkgdir/usr/bin/jed" -batch -n -l preparse.sl
cd "$pkgdir/usr/share/doc" && ln -srf "$pkgname" "$_pkgname"
cd "$pkgdir/usr/share/man/man1" && {
ln -rsf jed.1 jed-script.1
ln -rsf jed.1 xjed.1
}
}
sha256sums=('SKIP')
# eof
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |