jpeg2eps
The package downloads a source tarball from a university-hosted personal page, which is not on a standard code forge but is plausibly the original author's official site; the build process is transparent and installs only PostScript files and a script, with no obfuscated code or remote execution.
Triggered rules
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 downloads a source tarball from a university-hosted personal page, which is not on a standard code forge but is plausibly the original author's official site; the build process is transparent and installs only PostScript files and a script, with no obfuscated code or remote execution.
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=("$pkgname-$pkgver.tar.gz::http://rses.anu.edu.au/~andy/jpeg2eps/jpeg2eps.tar.gz"
PKGBUILD
1 offending line(s) highlighted#!/bin/hint/bash
# Maintainer: Fredrick R. Brennan <copypaste@kittens.ph>
pkgname=jpeg2eps
pkgver=1.00
pkgrel=1
pkgdesc="Convert JPEG images to EPS (Encapsulated PostScript) format"
arch=('any')
url="http://rses.anu.edu.au/~andy/jpeg2eps/"
license=(GPL2)
makedepends=()
depends=(ghostscript)
source=("$pkgname-$pkgver.tar.gz::http://rses.anu.edu.au/~andy/jpeg2eps/jpeg2eps.tar.gz"
"usr_share.patch"
"usr_share.patch.asc")
b2sums=('cced55cb8122828c61cbf2f0821c5cd6d7ccc0266340b05044b91ba84f693b50468e8035bd6e32269aeee79f51b33a3d54184678992b3e5396172b8c8816da34'
'a9e3ae75124bc561f60b17384cd4818f79aff8de665731d3d94eb33a68b15b148669781dd549b99b34d6ab94283cfeeda05ef48453cc013006adb71c1d0b183c'
'SKIP')
validpgpkeys=('98F28F767470129FBE3B054CE2154DD1A1C77B8B') # Fredrick R. Brennan <copypaste@kittens.ph>
prepare() {
cd "$srcdir/${pkgname}_source"
patch -i ../usr_share.patch
}
package() {
SRCDIR="$srcdir/${pkgname}_source"
DESTDIR="$pkgdir/usr/bin"
_SHAREDIR="/usr/share/jpeg2eps"
mkdir -v -p "$DESTDIR" "$pkgdir$_SHAREDIR"
chmod -v ugo+x "$SRCDIR/jpeg2eps"
ln -v -s "$_SHAREDIR/jpeg2eps" "$DESTDIR/jpeg2eps"
cp -v "$SRCDIR/"*.ps "$pkgdir$_SHAREDIR"
}
# vim:set ts=4 sw=4 et syntax=bash:
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 |