cstrike-appimage

maintainer azzbcc · 1 votes · scanned 2026-08-03 00:08:14.047287
HIGH
piracy
View on AUR ↗
Why flagged This package distributes Counter-Strike 1.6, a proprietary Valve game, as a prebuilt AppImage from a third-party Chinese host (de.linuxgame.cn / linuxgame.cn). Counter-Strike 1.6 is commercial proprietary software; redistributing it as a repackaged AppImage without authorization constitutes piracy. The AppImage is also executed during prepare() via --appimage-extract, meaning arbitrary code from an unofficial third-party host runs at build time. The combination of piracy (unauthorized redistribution of a proprietary game) and execution of a binary from a non-canonical host warrants high severity with the piracy flag.

Triggered rules

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=("${_pkgname}-${pkgver}.appimage::https://de.linuxgame.cn/%E5%8F%8D%E6%81%90%E7%B2%BE%E8%8B%B1/${_pkgname}_${pkgver}_i386.appimage"
HIGH AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed it and judged it HIGH (confidence 85%): This package distributes Counter-Strike 1.6, a proprietary Valve game, as a prebuilt AppImage from a third-party Chinese host (de.linuxgame.cn / linuxgame.cn). Counter-Strike 1.6 is commercial proprietary software; redistributing it as a repackaged AppImage without authorization constitutes piracy. The AppImage is also executed during prepare() via --appimage-extract, meaning arbitrary code from an unofficial third-party host runs at build time. The combination of piracy (unauthorized redistribution of a proprietary game) and execution of a binary from a non-canonical host warrants high severity with the piracy flag.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Clarence <xjh.azzbcc@gmail.com>
2
3_pkgname=cstrike
4pkgname="${_pkgname}"-appimage
5pkgver=1.6
6pkgrel=1
7pkgdesc="Counter Strike 1.6 (AppImage version)"
8arch=('x86_64')
9url='https://www.linuxgame.cn/%e5%8f%8d%e6%81%90%e7%b2%be%e8%8b%b1'
10provides=("${_pkgname}=${pkgver}")
11source=("${_pkgname}-${pkgver}.appimage::https://de.linuxgame.cn/%E5%8F%8D%E6%81%90%E7%B2%BE%E8%8B%B1/${_pkgname}_${pkgver}_i386.appimage"
12 'cstrike.sh')
13sha256sums=('c2c3cc43e23dfd6c2816b9d110c09d7b9fea4b114ecfeb09515c189b7bc09b2d'
14 '94991fe0fc983cfaf9d46f28d5a5498b6f74a02f4ee5800db0a5e7015f9b7109')
15options=(!strip)
16
17prepare() {
18 cd "${srcdir}"
19 chmod +x "${_pkgname}-${pkgver}.appimage"
20 ./"${_pkgname}-${pkgver}.appimage" --appimage-extract
21}
22
23package() {
24 install -Dm755 "${srcdir}/${_pkgname}-${pkgver}.appimage" "${pkgdir}/opt/appimages/${_pkgname}.AppImage"
25 install -Dm755 "${srcdir}/${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
26 install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.png" "${pkgdir}/usr/share/icons/${_pkgname}.png"
27 install -Dm644 "${srcdir}/squashfs-root/7daystodie.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
28 sed -i 's|^Exec=cs|Exec=cstrike|' "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
29}
30
31# vim:set ts=2 sw=2 et:
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 HIGH 2
2026-08-02 00:16:08 HIGH 2
2026-08-01 00:11:18 HIGH 2
2026-07-31 00:14:10 HIGH 2
2026-07-30 00:17:23 HIGH 2
2026-07-29 00:25:53 HIGH 2
2026-07-28 00:07:28 HIGH 2
2026-07-27 00:24:32 HIGH 2
2026-07-26 00:07:32 HIGH 2
2026-07-25 00:13:44 HIGH 2
2026-07-24 00:02:28 HIGH 2
2026-07-23 00:14:47 HIGH 2
2026-07-22 00:29:32 HIGH 2
2026-07-21 00:24:15 HIGH 2
2026-07-20 00:19:49 HIGH 2
2026-07-19 00:17:08 HIGH 2
2026-07-18 00:14:48 HIGH 2
2026-07-17 00:06:16 HIGH 2
2026-07-16 00:05:41 HIGH 2
2026-07-15 00:09:25 HIGH 2

Report a package

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

0 / 4000
Your suggestion