psiconv
The source is a tarball from the project's own domain, building the project's own source, which is normal AUR packaging; the non-standard host is plausibly project-owned, not a swappable file host, and there is no execution of unreviewed remote code.
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 source is a tarball from the project's own domain, building the project's own source, which is normal AUR packaging; the non-standard host is plausibly project-owned, not a swappable file host, and there is no execution of unreviewed remote code.
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:15
source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=psiconv
pkgver=0.9.9
pkgrel=12
pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
arch=('x86_64')
url="http://software.frodo.looijaard.name/psiconv/"
license=('GPL')
depends=('graphicsmagick')
makedepends=('bc')
backup=('etc/psiconv/psiconv.conf')
source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"psiconv-0.9.9-fileformat_list.patch"
"psiconv-0.9.9-no-getopt.patch")
md5sums=('286e427b10f4d10aaeef1944210a2ea6'
'876fae6eb5dbe3cd5c9fe4ced54df549'
'518658a009d5e1f22d5af54563b74907')
sha512sums=('ec21d1e4734ad79dc19146223d7016bd53b3a3bb602f3a55489663ccbf3a4c6f5c6417728e798b4448acc2e49ff5145f58c812edfdd6c11ee9060128b6157d3a'
'e2d8aad681604052caf54a0bcb96bef4415aa726328bab2c587ff88d42430d70d5f24a48e9379e111efc1e95cb9d302cbcf3109b01d0a690fefd9765e6e19cd7'
'e6d73f49bd5c7b3ac8fe45208c522eec7e8d962ea6b36ab395c534d0d3120ea02384a14c15f7f521aa12f36ce7541dca521a84c877200e35db4a8fe45f548693')
prepare() {
cd $pkgname-$pkgver
patch -Np1 <"$srcdir"/psiconv-0.9.9-fileformat_list.patch
patch -Np1 <"$srcdir"/psiconv-0.9.9-no-getopt.patch
sed -e 's|Magick-config|GraphicsMagick-config|g' -i configure.in
autoreconf -vi
}
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man
make
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
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 |