vmg-svn
maintainer NextHendrix
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is pulled from a legitimate project SVN repository on SourceForge, which is a standard hosting platform; building from source is normal for AUR packages, and no untrusted executables are downloaded or executed.
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 pulled from a legitimate project SVN repository on SourceForge, which is a standard hosting platform; building from source is normal for AUR packages, and no untrusted executables are downloaded or executed.
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=('svn+http://svn.code.sf.net/p/magnifier/code/trunk'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: NextHendrix <cjones12@sheffield.ac.uk>
2
3
pkgname=vmg-svn
4
pkgver=3.7
5
pkgrel=3
6
pkgdesc="Handy virtual magnifying glass tool SVN version"
7
arch=('x86_64' 'i686')
8
url=""
9
license=('GPL2')
10
depends=('gdk-pixbuf2')
11
source=('svn+http://svn.code.sf.net/p/magnifier/code/trunk'
12
'vmg.desktop')
13
makedepends=('subversion' 'lazarus' 'fpc')
14
provides=('vmg')
15
conflicts=('vmg')
16
md5sums=('SKIP'
17
'e831d6b702672283d3c64202454c6f32')
18
19
build() {
20
cd "$srcdir/trunk"
21
ARCH=$(uname -m)
22
23
case "$ARCH" in
24
25
"i686") ARCH="i386";;
26
27
"i586") ARCH="i386";;
28
29
"i486") ARCH="i386";;
30
31
esac
32
33
echo "Target architecture: $ARCH"
34
35
OS="linux"
36
37
echo "Target operating system: $OS"
38
39
40
fpc -S2cgi -O1 -gl -vewnhi -l -Fu/usr/lib/lazarus/lcl/units/$ARCH-$OS/ -Fu/usr/lib/lazarus/components/lazutils/lib/$ARCH-$OS/ -Fu/usr/lib/lazarus/lcl/units/$ARCH-$OS/ -Fu/usr/lib/lazarus/lcl/units/$ARCH-$OS/gtk2/ -Fu/usr/lib/lazarus/packager/units/$ARCH-$OS/ -Fu. -o./magnifier -dLCL -dLCLgtk2 magnifier.dpr
41
}
42
43
package() {
44
cd "$srcdir"
45
mkdir -p $pkgdir/usr/share/applications
46
cp ./vmg.desktop $pkgdir/usr/share/applications
47
cd "$srcdir/trunk"
48
DESTDIR="$pkgdir"
49
50
mkdir -p $DESTDIR/usr/share/magnifier
51
52
cp ./topleft.bmp $DESTDIR/usr/share/magnifier/
53
cp ./topright.bmp $DESTDIR/usr/share/magnifier/
54
cp ./bottomleft.bmp $DESTDIR/usr/share/magnifier/
55
cp ./bottomright.bmp $DESTDIR/usr/share/magnifier/
56
cp ./top.bmp $DESTDIR/usr/share/magnifier/
57
cp ./left.bmp $DESTDIR/usr/share/magnifier/
58
cp ./bottom.bmp $DESTDIR/usr/share/magnifier/
59
cp ./right.bmp $DESTDIR/usr/share/magnifier/
60
cp ./icon3.ico $DESTDIR/usr/share/magnifier/
61
cp ./icon3.png $DESTDIR/usr/share/magnifier/
62
cp ./cecae.bmp $DESTDIR/usr/share/magnifier/
63
cp ./feusp.bmp $DESTDIR/usr/share/magnifier/
64
cp ./vmg.bmp $DESTDIR/usr/share/magnifier/
65
cp ./lupa.bmp $DESTDIR/usr/share/magnifier/
66
cp ./usplegal.bmp $DESTDIR/usr/share/magnifier/
67
68
cp ./docs/README-EN.pdf $DESTDIR/usr/share/magnifier/
69
cp ./docs/README-EN.rtf $DESTDIR/usr/share/magnifier/
70
cp ./docs/README-PT.pdf $DESTDIR/usr/share/magnifier/
71
cp ./docs/README-PT.rtf $DESTDIR/usr/share/magnifier/
72
73
mkdir -p $DESTDIR/usr/bin
74
cp ./magnifier $DESTDIR/usr/bin/vmg
75
76
}
77
78
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 |