psiconv
maintainer andreas_baumann
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
5
pkgname=psiconv
6
pkgver=0.9.9
7
pkgrel=12
8
pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
9
arch=('x86_64')
10
url="http://software.frodo.looijaard.name/psiconv/"
11
license=('GPL')
12
depends=('graphicsmagick')
13
makedepends=('bc')
14
backup=('etc/psiconv/psiconv.conf')
15
source=("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")
18
md5sums=('286e427b10f4d10aaeef1944210a2ea6'
19
'876fae6eb5dbe3cd5c9fe4ced54df549'
20
'518658a009d5e1f22d5af54563b74907')
21
sha512sums=('ec21d1e4734ad79dc19146223d7016bd53b3a3bb602f3a55489663ccbf3a4c6f5c6417728e798b4448acc2e49ff5145f58c812edfdd6c11ee9060128b6157d3a'
22
'e2d8aad681604052caf54a0bcb96bef4415aa726328bab2c587ff88d42430d70d5f24a48e9379e111efc1e95cb9d302cbcf3109b01d0a690fefd9765e6e19cd7'
23
'e6d73f49bd5c7b3ac8fe45208c522eec7e8d962ea6b36ab395c534d0d3120ea02384a14c15f7f521aa12f36ce7541dca521a84c877200e35db4a8fe45f548693')
24
25
prepare() {
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
35
build() {
36
cd ${pkgname}-${pkgver}
37
./configure --prefix=/usr \
38
--sysconfdir=/etc \
39
--mandir=/usr/share/man
40
make
41
}
42
43
package() {
44
cd ${pkgname}-${pkgver}
45
make DESTDIR="${pkgdir}" install
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |