cge7-bin
maintainer Sterophonick
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Windows executable (CGE7.exe) and supporting data files from the project's official but non-whitelisted domain; the worst case of a malicious swap is limited to running untrusted code via Wine, but the source is plausibly the original project's host, and no obfuscated or executable scripts are run during install.
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 prebuilt Windows executable (CGE7.exe) and supporting data files from the project's official but non-whitelisted domain; the worst case of a malicious swap is limited to running untrusted code via Wine, but the source is plausibly the original project's host, and no obfuscated or executable scripts are run during install.
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:10
source=(http://www.maroon.dti.ne.jp/youkan/mz700/CGE7.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sterophonick
2
3
pkgname=cge7-bin
4
pkgver=0.24
5
pkgrel=1
6
pkgdesc='MZ-700 Character Graphics Editor'
7
url='http://www.maroon.dti.ne.jp/youkan/mz700/index.html'
8
arch=(x86_64 i686)
9
depends=('wine' 'winetricks')
10
source=(http://www.maroon.dti.ne.jp/youkan/mz700/CGE7.zip
11
mz700fon.dat
12
cge7
13
cge7.desktop
14
cge7.png)
15
md5sums=('8f723fb0837d9f74a5e21bfbff8ea7b9'
16
'5d4fa8ac653e0fa7a28bd10d2180bdc8'
17
'SKIP'
18
'SKIP'
19
'SKIP')
20
21
22
package() {
23
cd $srcdir
24
install -Dm755 cge7 $pkgdir/usr/bin/cge7
25
install -Dm644 cge7.desktop $pkgdir/usr/share/applications/cge7.desktop
26
install -Dm644 cge7.png $pkgdir/usr/share/pixmaps/cge7.png
27
28
mkdir -p $pkgdir/usr/share/cge7
29
30
install -Dm644 CGE7.exe $pkgdir/usr/share/cge7/CGE7.exe
31
install -Dm644 readme.txt $pkgdir/usr/share/cge7/readme.txt
32
install -Dm644 mz700fon.dat $pkgdir/usr/share/cge7/mz700fon.dat
33
}
34
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 |