rasterbator
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
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)
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# Maintainer: Steffen Weber <-boenki-gmx-de->
# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
pkgname=rasterbator
pkgver=1.21
pkgrel=3
pkgdesc="Create huge, rasterized images from any picture."
url="http://arje.net/rasterbator"
license=('custom')
arch=('i686' 'x86_64')
depends=('mono')
source=(https://rasterbatorapi.azureedge.net/downloads/Rasterbator_Standalone_${pkgver}.zip
http://www.gnu.org/licenses/agpl-3.0.txt
readme.licenses
$pkgname.patch
$pkgname
$pkgname.png
$pkgname.desktop)
md5sums=('426ed9e545433d6d4b83ce555539c48a'
'eb1e647870add0502f8f010b19de32af'
'1da706012a634ece69c0ad83f0321640'
'd60a3b969f3e413584a4be1b7cd19114'
'd26d0e432dc4ec0f80bac0cda5978efa'
'96002e81b88105e7916d44fb9367ae03'
'679d0dbd73404815d6e6b0b35c3910b7')
prepare() {
cd Rasterbator\ Standalone/source
patch MainForm.cs < $srcdir/$pkgname.patch
}
build() {
cd Rasterbator\ Standalone/source
mcs -out:../Rasterbator.exe -unsafe -resource:Rasterbator.MainForm.resources \
-r:System.Windows.Forms -r:System.Drawing -r:../itextsharp.dll *.cs
}
package() {
install -d $pkgdir/usr/{bin,share/{applications,pixmaps,licenses/$pkgname,doc/$pkgname/docfiles,$pkgname/languages}}
install -m755 $pkgname $pkgdir/usr/bin
install -m644 $pkgname.png $pkgdir/usr/share/pixmaps
install -m644 $pkgname.desktop $pkgdir/usr/share/applications
install -m644 agpl-3.0.txt $pkgdir/usr/share/licenses/$pkgname
install -m644 readme.licenses $pkgdir/usr/share/licenses/$pkgname
cd Rasterbator\ Standalone
install -m644 Rasterbator.exe $pkgdir/usr/share/$pkgname
install -m644 -t $pkgdir/usr/share/$pkgname *.dll
install -m644 -t $pkgdir/usr/share/$pkgname/languages languages/*
install -m644 -t $pkgdir/usr/share/doc/$pkgname/docfiles docfiles/*
install -m644 readme.html $pkgdir/usr/share/doc/$pkgname
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |