psiconv

LOW
maintainer andreas_baumann 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:15 source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
2# Contributor: Giovanni Scafora <giovanni@archlinux.org>
3# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
4
5pkgname=psiconv
6pkgver=0.9.9
7pkgrel=12
8pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
9arch=('x86_64')
10url="http://software.frodo.looijaard.name/psiconv/"
11license=('GPL')
12depends=('graphicsmagick')
13makedepends=('bc')
14backup=('etc/psiconv/psiconv.conf')
15source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"
16 "psiconv-0.9.9-fileformat_list.patch"
17 "psiconv-0.9.9-no-getopt.patch")
18md5sums=('286e427b10f4d10aaeef1944210a2ea6'
19 '876fae6eb5dbe3cd5c9fe4ced54df549'
20 '518658a009d5e1f22d5af54563b74907')
21sha512sums=('ec21d1e4734ad79dc19146223d7016bd53b3a3bb602f3a55489663ccbf3a4c6f5c6417728e798b4448acc2e49ff5145f58c812edfdd6c11ee9060128b6157d3a'
22 'e2d8aad681604052caf54a0bcb96bef4415aa726328bab2c587ff88d42430d70d5f24a48e9379e111efc1e95cb9d302cbcf3109b01d0a690fefd9765e6e19cd7'
23 'e6d73f49bd5c7b3ac8fe45208c522eec7e8d962ea6b36ab395c534d0d3120ea02384a14c15f7f521aa12f36ce7541dca521a84c877200e35db4a8fe45f548693')
24
25prepare() {
26 cd $pkgname-$pkgver
27
28 patch -Np1 <"$srcdir"/psiconv-0.9.9-fileformat_list.patch
29 patch -Np1 <"$srcdir"/psiconv-0.9.9-no-getopt.patch
30
31 sed -e 's|Magick-config|GraphicsMagick-config|g' -i configure.in
32 autoreconf -vi
33}
34
35build() {
36 cd ${pkgname}-${pkgver}
37 ./configure --prefix=/usr \
38 --sysconfdir=/etc \
39 --mandir=/usr/share/man
40 make
41}
42
43package() {
44 cd ${pkgname}-${pkgver}
45 make DESTDIR="${pkgdir}" install
46}
47

Scan history

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

Report a package

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

0 / 4000
Your suggestion