supercc
maintainer G_lander
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source zip and assets from a non-whitelisted but project-related host; however, it installs only a JAR file and static data, with no evidence of malicious or obfuscated code execution.
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 and assets from a non-whitelisted but project-related host; however, it installs only a JAR file and static data, with no evidence of malicious or obfuscated code execution.
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:13
"https://supercc.bitbusters.club/downloads/SuperCC_${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Zee Yudenko <lubomir dot yudenko at gmail dot com>
2
3
pkgname=supercc
4
pkgver=2.0.2
5
pkgrel=1
6
pkgdesc="An optimization focused emulator of the game \"Chip's Challenge\"."
7
arch=('any')
8
url='https://github.com/SicklySilverMoon/SuperCC'
9
license=('GPL2')
10
depends=('java-runtime>=17')
11
optdepends=()
12
source=(
13
"https://supercc.bitbusters.club/downloads/SuperCC_${pkgver}.zip"
14
"https://raw.githubusercontent.com/SicklySilverMoon/SuperCC/master/LICENSE"
15
"https://raw.githubusercontent.com/SicklySilverMoon/SuperCC/master/src/main/resources/icons/windowIcon.png"
16
"SuperCC"
17
"SuperCC.desktop")
18
sha256sums=('15e3060a5efe3878877e4c416531f1c5163114c58cee4bc9f717c233f299443f'
19
'SKIP'
20
'SKIP'
21
'fb4da0254eb1ff76265c2a6aebbd81cbc6d3ea72d25f1ce2493c7b53025144a4'
22
'53b95ca77cbe3a6669343ec094a306f15f02df23f5f1dff22e83138e0888ebbd')
23
24
build() {
25
# There are no real build steps
26
mv windowIcon.png SuperCC.png
27
}
28
29
package() {
30
install -D -m755 "SuperCC.jar" -t "${pkgdir}/usr/share/java/supercc/"
31
install -D -m755 "SuperCC" -t "${pkgdir}/usr/bin/"
32
install -D -m644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
33
install -D -m644 "SuperCC.png" -t "${pkgdir}/usr/share/pixmaps"
34
install -D -m644 "SuperCC.desktop" -t "${pkgdir}/usr/share/applications"
35
}
36
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 |