rexpaint
maintainer Praxidike_Kore
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the official project website (gridsagegames.com), which is the legitimate and expected source for REXPaint; the non-whitelisted host is the project's own domain, so the download is trustworthy despite the static analyzer flag.
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 downloaded from the official project website (gridsagegames.com), which is the legitimate and expected source for REXPaint; the non-whitelisted host is the project's own domain, so the download is trustworthy despite the static analyzer flag.
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=("https://www.gridsagegames.com/blogs/fileDownload.php?fileName=REXPaint-v$pkgver.zip"
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Praxidike_Kore <praxidike.kore@protonmail.com>
2
#Contributor: Vince <vince@ultrabanana.net>
3
pkgname='rexpaint'
4
pkgver='1.70'
5
pkgrel=1
6
pkgdesc='A powerful and user-friendly ASCII art editor'
7
arch=('any') #Anything that WINE supports, at least
8
url='https://www.gridsagegames.com/rexpaint'
9
license=('custom')
10
depends=('wine')
11
source=("https://www.gridsagegames.com/blogs/fileDownload.php?fileName=REXPaint-v$pkgver.zip"
12
"launcher.sh"
13
"launcher.desktop")
14
sha256sums=('deea6f0008d9119512d974c8d19387828a6d8b6ed9e4c7aaeb6a90cd36b923b4'
15
'b68e78c4b4d0373944158c1dc6146dd3401b06f040d35166b6328aed0b872306'
16
'3fc98f84e55888c60d423c60532e048601a84debd1d15fcb015b5a2a15b6c648')
17
DLAGENTS=("https::/usr/bin/curl -A 'PKGBUILD' -fLC - --retry 3 --retry-delay 3 -o %o %u")
18
19
prepare(){
20
mv "REXPaint-v$pkgver" $pkgname
21
sed -n '76,84p' $pkgname/REXPaint-README.txt >LICENSE
22
}
23
24
package(){
25
mkdir -p "$pkgdir/usr/share"
26
cp -R "$pkgname" "$pkgdir/usr/share/"
27
find $pkgdir/usr/share/$pkgname -type f -exec chmod 644 {} \;
28
find $pkgdir/usr/share/$pkgname -type d -exec chmod 755 {} \;
29
install -Dm755 launcher.sh "$pkgdir/usr/bin/$pkgname"
30
install -Dm644 launcher.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
}
33
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 |