mapivi-svn
maintainer jose1711
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a Subversion checkout from the project's official SourceForge repository, which is a legitimate development host; building from source is normal for AUR packages and poses no inherent risk.
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 uses a Subversion checkout from the project's official SourceForge repository, which is a legitimate development host; building from source is normal for AUR packages and poses no inherent risk.
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:11
source=("${pkgname}::svn+https://svn.code.sf.net/p/mapivi/code" mapivi mapivi-svn.desktop mapivi.png)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jose Riha <jose1711 gmail com>
2
3
pkgname=mapivi-svn
4
pkgver=r459
5
pkgrel=1
6
pkgdesc="A photo management tool with focus on JPEG pictures (dev version)"
7
depends=('jpegpixi' 'jhead' 'imagemagick' 'libjpeg.so' 'perl-image-info' 'perl-image-metadata-jpeg' 'tk-matchentry' 'tk-resizebutton' 'tk-splash' 'perl-tk' 'perl-exiftool')
8
arch=('i686' 'x86_64')
9
license=('GPL')
10
url="http://mapivi.sourceforge.net/mapivi.shtml"
11
source=("${pkgname}::svn+https://svn.code.sf.net/p/mapivi/code" mapivi mapivi-svn.desktop mapivi.png)
12
13
pkgver() {
14
cd "$srcdir/$pkgname"
15
local ver="$(svnversion)"
16
printf "r%s" "${ver//[[:alpha:]]}"
17
}
18
19
20
package() {
21
cd "$srcdir/$pkgname"
22
mkdir -p $pkgdir/usr/{share,bin}
23
mkdir -p $pkgdir/usr/share/{$pkgname,applications,pixmaps}
24
mkdir -p $pkgdir/usr/share/$pkgname/{icons,PlugIns,docs,Tk}
25
26
cp icons/* $pkgdir/usr/share/$pkgname/icons/
27
cp PlugIns/* $pkgdir/usr/share/$pkgname/PlugIns/
28
cp Tk/* $pkgdir/usr/share/$pkgname/Tk/
29
cp docs/* $pkgdir/usr/share/$pkgname/docs/
30
cp mapivi.pl $pkgdir/usr/share/$pkgname/
31
32
install -m755 $srcdir/mapivi $pkgdir/usr/bin/mapivi-svn
33
install -m644 $srcdir/mapivi-svn.desktop $pkgdir/usr/share/applications/
34
install -m655 $srcdir/mapivi.png $pkgdir/usr/share/pixmaps/mapivi-svn.png
35
36
chmod 644 $pkgdir/usr/share/$pkgname/icons/*
37
}
38
md5sums=('SKIP'
39
'838400c143467bd6767ddb68a204f484'
40
'709b5c5ad79ad78918afb17214ed0044'
41
'15d8e83af7ccfa852774a48d2fb1ba75')
42
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 |