vmg-svn

LOW
maintainer NextHendrix 6 votes scanned 2026-09-17 00:27:14.276658
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-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