tc2-launcher-bin
maintainer genco
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt executable from a GitHub release, which is unverifiable due to a skipped checksum, posing a potential supply-chain risk if the source were compromised.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package downloads a prebuilt executable from a GitHub release, which is unverifiable due to a skipped checksum, posing a potential supply-chain risk if the source were compromised.
PKGBUILD
1
# Maintainer: Tom Genco <tom at tomgenco dot com>
2
3
pkgname=tc2-launcher-bin
4
_pkgname=tc2-launcher
5
pkgver=1.1.3
6
pkgrel=1
7
pkgdesc="Manages downloading and launching Team Comtress 2 (TC2)"
8
arch=('x86_64')
9
license=('MIT')
10
url="https://github.com/mastercomfig/tc2-launcher"
11
depends=(
12
'glibc'
13
'zlib'
14
)
15
provides=('tc2-launcher')
16
conflicts=("$_pkgname")
17
options=('!strip' '!debug')
18
source=("$url/releases/download/$pkgver/TC2Launcher-linux"
19
"$_pkgname.desktop"
20
"$_pkgname.png"
21
'LICENSE')
22
sha256sums=('0e0ee7d0125c8e3e5fb979376c3e5976a5cc08f95b63d5527048136d710e1b19'
23
'SKIP'
24
'SKIP'
25
'SKIP')
26
27
package() {
28
install -Dm755 TC2Launcher-linux -t "$pkgdir/usr/bin/"
29
install -Dm644 "$_pkgname.desktop" -t "$pkgdir/usr/share/applications/"
30
install -Dm644 "$_pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
31
install -Dm644 "$_pkgname.png" -t "$pkgdir/usr/share/icons/hicolor/192x192/apps/"
32
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 01:13:52 | MEDIUM | 2 |