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
3pkgname=vmg-svn
4pkgver=3.7
5pkgrel=3
6pkgdesc="Handy virtual magnifying glass tool SVN version"
7arch=('x86_64' 'i686')
8url=""
9license=('GPL2')
10depends=('gdk-pixbuf2')
11source=('svn+http://svn.code.sf.net/p/magnifier/code/trunk'
12 'vmg.desktop')
13makedepends=('subversion' 'lazarus' 'fpc')
14provides=('vmg')
15conflicts=('vmg')
16md5sums=('SKIP'
17 'e831d6b702672283d3c64202454c6f32')
18
19build() {
20 cd "$srcdir/trunk"
21ARCH=$(uname -m)
22
23case "$ARCH" in
24
25 "i686") ARCH="i386";;
26
27 "i586") ARCH="i386";;
28
29 "i486") ARCH="i386";;
30
31esac
32
33echo "Target architecture: $ARCH"
34
35OS="linux"
36
37echo "Target operating system: $OS"
38
39
40fpc -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
43package() {
44cd "$srcdir"
45mkdir -p $pkgdir/usr/share/applications
46cp ./vmg.desktop $pkgdir/usr/share/applications
47cd "$srcdir/trunk"
48DESTDIR="$pkgdir"
49
50mkdir -p $DESTDIR/usr/share/magnifier
51
52cp ./topleft.bmp $DESTDIR/usr/share/magnifier/
53cp ./topright.bmp $DESTDIR/usr/share/magnifier/
54cp ./bottomleft.bmp $DESTDIR/usr/share/magnifier/
55cp ./bottomright.bmp $DESTDIR/usr/share/magnifier/
56cp ./top.bmp $DESTDIR/usr/share/magnifier/
57cp ./left.bmp $DESTDIR/usr/share/magnifier/
58cp ./bottom.bmp $DESTDIR/usr/share/magnifier/
59cp ./right.bmp $DESTDIR/usr/share/magnifier/
60cp ./icon3.ico $DESTDIR/usr/share/magnifier/
61cp ./icon3.png $DESTDIR/usr/share/magnifier/
62cp ./cecae.bmp $DESTDIR/usr/share/magnifier/
63cp ./feusp.bmp $DESTDIR/usr/share/magnifier/
64cp ./vmg.bmp $DESTDIR/usr/share/magnifier/
65cp ./lupa.bmp $DESTDIR/usr/share/magnifier/
66cp ./usplegal.bmp $DESTDIR/usr/share/magnifier/
67
68cp ./docs/README-EN.pdf $DESTDIR/usr/share/magnifier/
69cp ./docs/README-EN.rtf $DESTDIR/usr/share/magnifier/
70cp ./docs/README-PT.pdf $DESTDIR/usr/share/magnifier/
71cp ./docs/README-PT.rtf $DESTDIR/usr/share/magnifier/
72
73mkdir -p $DESTDIR/usr/bin
74cp ./magnifier $DESTDIR/usr/bin/vmg
75
76}
77
78

Scan history

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

Report a package

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

0 / 4000
Your suggestion