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
3pkgname=tc2-launcher-bin
4_pkgname=tc2-launcher
5pkgver=1.1.3
6pkgrel=1
7pkgdesc="Manages downloading and launching Team Comtress 2 (TC2)"
8arch=('x86_64')
9license=('MIT')
10url="https://github.com/mastercomfig/tc2-launcher"
11depends=(
12 'glibc'
13 'zlib'
14)
15provides=('tc2-launcher')
16conflicts=("$_pkgname")
17options=('!strip' '!debug')
18source=("$url/releases/download/$pkgver/TC2Launcher-linux"
19 "$_pkgname.desktop"
20 "$_pkgname.png"
21 'LICENSE')
22sha256sums=('0e0ee7d0125c8e3e5fb979376c3e5976a5cc08f95b63d5527048136d710e1b19'
23 'SKIP'
24 'SKIP'
25 'SKIP')
26
27package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion