cstrike-appimage

HIGH
maintainer azzbcc 1 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 High 2
2026-09-16 00:03:17 High 2
2026-09-15 00:25:31 High 2
2026-09-14 00:27:57 High 2
2026-09-13 00:19:54 High 2
2026-09-12 00:25:17 High 2
2026-09-11 00:19:22 High 2
2026-09-10 00:22:44 High 2
2026-09-09 00:04:09 High 2
2026-09-08 00:18:08 High 2
2026-09-07 00:30:15 High 2
2026-09-06 00:17:06 High 2
2026-09-05 00:16:27 High 2
2026-09-04 00:03:13 High 2
2026-09-03 00:15:47 High 2
2026-09-02 00:02:31 High 2
2026-09-01 00:11:19 High 2
2026-08-31 00:19:57 High 2
2026-08-30 00:04:14 High 2
2026-08-29 00:29:17 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