esorex

LOW
maintainer masutu 0 votes scanned 2026-08-26 00:12:07.713121
View on AUR
Why flagged

The source is a tarball from ESO's official FTP server (a plausible project host), and the package builds from source; the non-whitelisted host is not inherently dangerous given the context of an official project domain.

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 source is a tarball from ESO's official FTP server (a plausible project host), and the package builds from source; the non-whitelisted host is not inherently dangerous given the context of an official project domain.

2 higher static findings superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host 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:12 source=(https://ftp.eso.org/pub/dfs/pipelines/libraries/esorex/esorex-${pkgver}.tar.gz
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 offending line(s) highlighted
1# Maintainer: masutu <masutu dot arch at gmail dot com>
2# Contributor: Yigit Dallilar <yigit.dallilar@gmail.com>
3
4pkgname=esorex
5pkgver=3.13.11
6pkgrel=1
7pkgdesc="EsoRex is the ESO Recipe Execution Tool. It can list, configure and execute CPL-based recipes from the command line."
8url="https://www.eso.org/sci/software/cpl/esorex.html"
9arch=('x86_64')
10license=('GPL2')
11depends=(cpl)
12source=(https://ftp.eso.org/pub/dfs/pipelines/libraries/esorex/esorex-${pkgver}.tar.gz
13 esorex)
14sha256sums=('2aca384e4c6d2010cecc9a51621ce17570d37c07239b9dca62b25aab66aebb12'
15 'SKIP')
16
17
18build() {
19
20 # In case everything build in one-go variables may not be read.
21 [[ -z "${CPLDIR}" ]] && . /etc/profile.d/cpl.sh
22 export C_INCLUDE_PATH=${CPLDIR}/include:${C_INCLUDE_PATH}
23 export LD_LIBRARY_PATH=${CPLDIR}/lib:${LD_LIBRARY_PATH}
24
25 cd $srcdir/${pkgname}-${pkgver}
26 ./configure --prefix=/opt/esopipes --with-cpl=${CPLDIR}
27 make
28
29}
30
31package() {
32
33 cd $srcdir/${pkgname}-${pkgver}
34 make DESTDIR=${pkgdir} install
35
36 install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37 install -D -m755 ${srcdir}/esorex ${pkgdir}/usr/bin/esorex
38}
39
40# vim:set ts=4 sw=4 et:
41

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-26 00:12
@@ -1,22 +1,18 @@
-# Maintainer: Yigit Dallilar <yigit.dallilar@gmail.com>
+# Maintainer: masutu <masutu dot arch at gmail dot com>
+# Contributor: Yigit Dallilar <yigit.dallilar@gmail.com>
pkgname=esorex
-pkgver=3.13.5
-pkgrel=3
+pkgver=3.13.11
+pkgrel=1
pkgdesc="EsoRex is the ESO Recipe Execution Tool. It can list, configure and execute CPL-based recipes from the command line."
url="https://www.eso.org/sci/software/cpl/esorex.html"
arch=('x86_64')
license=('GPL2')
depends=(cpl)
-makedepends=(cpl)
-provides=()
-conflicts=()
-replaces=()
-backup=()
source=(https://ftp.eso.org/pub/dfs/pipelines/libraries/esorex/esorex-${pkgver}.tar.gz
esorex)
-sha256sums=('417def5a893dda3396a363007ad2537ab1804d56efc9f41f6b95be61c6eb1894'
- SKIP)
+sha256sums=('2aca384e4c6d2010cecc9a51621ce17570d37c07239b9dca62b25aab66aebb12'
+ 'SKIP')
build() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 00:12:07 Low 3
2026-08-25 23:28:42 Medium 2
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion