rasterbator

maintainer orphaned · 11 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source zip from a Microsoft Azure CDN domain, which is non-standard but plausible for hosting; it then builds and installs the software locally, which is normal AUR behavior, and the rest of the sources are local or license/docs.

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 package downloads a source zip from a Microsoft Azure CDN domain, which is non-standard but plausible for hosting; it then builds and installs the software locally, which is normal AUR behavior, and the rest of the sources are local or license/docs.

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:12 source=(https://rasterbatorapi.azureedge.net/downloads/Rasterbator_Standalone_${pkgver}.zip

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Steffen Weber <-boenki-gmx-de->
2# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
3
4pkgname=rasterbator
5pkgver=1.21
6pkgrel=3
7pkgdesc="Create huge, rasterized images from any picture."
8url="http://arje.net/rasterbator"
9license=('custom')
10arch=('i686' 'x86_64')
11depends=('mono')
12source=(https://rasterbatorapi.azureedge.net/downloads/Rasterbator_Standalone_${pkgver}.zip
13 http://www.gnu.org/licenses/agpl-3.0.txt
14 readme.licenses
15 $pkgname.patch
16 $pkgname
17 $pkgname.png
18 $pkgname.desktop)
19md5sums=('426ed9e545433d6d4b83ce555539c48a'
20 'eb1e647870add0502f8f010b19de32af'
21 '1da706012a634ece69c0ad83f0321640'
22 'd60a3b969f3e413584a4be1b7cd19114'
23 'd26d0e432dc4ec0f80bac0cda5978efa'
24 '96002e81b88105e7916d44fb9367ae03'
25 '679d0dbd73404815d6e6b0b35c3910b7')
26
27prepare() {
28 cd Rasterbator\ Standalone/source
29 patch MainForm.cs < $srcdir/$pkgname.patch
30}
31
32build() {
33 cd Rasterbator\ Standalone/source
34 mcs -out:../Rasterbator.exe -unsafe -resource:Rasterbator.MainForm.resources \
35 -r:System.Windows.Forms -r:System.Drawing -r:../itextsharp.dll *.cs
36}
37
38package() {
39 install -d $pkgdir/usr/{bin,share/{applications,pixmaps,licenses/$pkgname,doc/$pkgname/docfiles,$pkgname/languages}}
40
41 install -m755 $pkgname $pkgdir/usr/bin
42 install -m644 $pkgname.png $pkgdir/usr/share/pixmaps
43 install -m644 $pkgname.desktop $pkgdir/usr/share/applications
44 install -m644 agpl-3.0.txt $pkgdir/usr/share/licenses/$pkgname
45 install -m644 readme.licenses $pkgdir/usr/share/licenses/$pkgname
46
47 cd Rasterbator\ Standalone
48 install -m644 Rasterbator.exe $pkgdir/usr/share/$pkgname
49 install -m644 -t $pkgdir/usr/share/$pkgname *.dll
50 install -m644 -t $pkgdir/usr/share/$pkgname/languages languages/*
51 install -m644 -t $pkgdir/usr/share/doc/$pkgname/docfiles docfiles/*
52 install -m644 readme.html $pkgdir/usr/share/doc/$pkgname
53}
54

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