jpeg2eps

maintainer fbrennan · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:13 source=("$pkgname-$pkgver.tar.gz::http://rses.anu.edu.au/~andy/jpeg2eps/jpeg2eps.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1#!/bin/hint/bash
2# Maintainer: Fredrick R. Brennan <copypaste@kittens.ph>
3
4pkgname=jpeg2eps
5pkgver=1.00
6pkgrel=1
7pkgdesc="Convert JPEG images to EPS (Encapsulated PostScript) format"
8arch=('any')
9url="http://rses.anu.edu.au/~andy/jpeg2eps/"
10license=(GPL2)
11makedepends=()
12depends=(ghostscript)
13source=("$pkgname-$pkgver.tar.gz::http://rses.anu.edu.au/~andy/jpeg2eps/jpeg2eps.tar.gz"
14 "usr_share.patch"
15 "usr_share.patch.asc")
16b2sums=('cced55cb8122828c61cbf2f0821c5cd6d7ccc0266340b05044b91ba84f693b50468e8035bd6e32269aeee79f51b33a3d54184678992b3e5396172b8c8816da34'
17 'a9e3ae75124bc561f60b17384cd4818f79aff8de665731d3d94eb33a68b15b148669781dd549b99b34d6ab94283cfeeda05ef48453cc013006adb71c1d0b183c'
18 'SKIP')
19validpgpkeys=('98F28F767470129FBE3B054CE2154DD1A1C77B8B') # Fredrick R. Brennan <copypaste@kittens.ph>
20
21prepare() {
22 cd "$srcdir/${pkgname}_source"
23 patch -i ../usr_share.patch
24}
25
26package() {
27 SRCDIR="$srcdir/${pkgname}_source"
28 DESTDIR="$pkgdir/usr/bin"
29 _SHAREDIR="/usr/share/jpeg2eps"
30 mkdir -v -p "$DESTDIR" "$pkgdir$_SHAREDIR"
31 chmod -v ugo+x "$SRCDIR/jpeg2eps"
32 ln -v -s "$_SHAREDIR/jpeg2eps" "$DESTDIR/jpeg2eps"
33 cp -v "$SRCDIR/"*.ps "$pkgdir$_SHAREDIR"
34}
35
36# vim:set ts=4 sw=4 et syntax=bash:
37

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion