enlightenment-dr13
Triggered rules
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=("${pkgver}-${pkgrel}.tar.gz"::"https://github.com/mathieujobin/enlightenment-13/archive/refs/tags/${pkgver}-${pkgrel}.tar.gz" "enl-0.13-themes.tar.gz"::"http://www.somekool.net/HTML/smk2k3/stuff/enl-0.13-themes.tar.gz")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): Two concerns here: (1) The main source is from a personal GitHub repo (mathieujobin/enlightenment-13) rather than any official Enlightenment project repository — this is compiled C code executed as a window manager/X session, so supply-chain risk is real. (2) A theme archive is pulled from a personal domain (somekool.net) over plain HTTP with only an MD5 checksum (weak, collision-prone). The compiled binary (e13) is installed as an X session entry point, meaning it runs with full user privileges at login. The maintainer's GitHub handle matches the email domain, suggesting self-hosting, but the code is still unverifiable third-party C compiled and executed. The combination of unofficial C source + personal binary host + weak integrity check (MD5 only, no SHA) + HTTP (no TLS for the theme archive) constitutes a genuine medium supply-chain concern. The cheaper model's assessment is correct: this is MEDIUM, not clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: somekool <somekool _ at _ gmail _ dot _com>
pkgname=enlightenment-dr13
pkgver=v0.13.3
pkgrel=20230302
pkgdesc="Enlightenment BETA 0.13.3."
arch=('i686' 'x86_64')
url="http://enlightenment.org"
license=('GPLv2')
depends=('imlib')
optdepends=()
makedepends=('git' 'scons' 'cmake' 'libxext' 'libpng' 'giflib' 'libjpeg')
source=("${pkgver}-${pkgrel}.tar.gz"::"https://github.com/mathieujobin/enlightenment-13/archive/refs/tags/${pkgver}-${pkgrel}.tar.gz" "enl-0.13-themes.tar.gz"::"http://www.somekool.net/HTML/smk2k3/stuff/enl-0.13-themes.tar.gz")
md5sums=('91b757e066c61def2f581f188ea1fcf3' '817a338117d52505bb50cfb63a18a96a')
build() {
cd ${srcdir}/enlightenment-13-${pkgver:1}-${pkgrel}
gcc -w -o e13 *.c -lImlib -lX11 -lXext -ltiff -ljpeg -lgif -lpng
echo ======================== build completed ========================
}
package() {
ls ${srcdir}
mkdir -p ${pkgdir}/usr/local/enlightenment/bin/
mv ${srcdir}/enlightenment-13-${pkgver:1}-${pkgrel}/e13 ${pkgdir}/usr/local/enlightenment/bin/e-13.3
mkdir -p ${pkgdir}/usr/local/enlightenment/themes/
mv ${srcdir}/enl-0.13-themes/[DE]* ${pkgdir}/usr/local/enlightenment/themes/
mkdir -p ${pkgdir}/usr/share/xsessions/
cat << EOF > ${pkgdir}/usr/share/xsessions/e13.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Enlightenment DR13.3
Comment=Enlightenment BETA 0.13.3 (02/15/98)
Exec=/usr/local/enlightenment/bin/e-13.3
Icon=e
Type=Application
EOF
echo ======================== package completed ========================
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |