texmaster
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from a non-whitelisted but project-related host (tetrisconcept.tv), builds a simple launcher from readable C code, and installs game binaries that are part of the official release; the worst case of a swapped source would be limited to code execution within the scope of the game, but it is a known community project with no obfuscation or remote code execution beyond the build process.
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 archive from a non-whitelisted but project-related host (tetrisconcept.tv), builds a simple launcher from readable C code, and installs game binaries that are part of the official release; the worst case of a swapped source would be limited to code execution within the scope of the game, but it is a known community project with no obfuscation or remote code execution beyond the build process.
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:7
'https://tetrisconcept.tv/info/Texmaster2009-3.zip'
PKGBUILD
1 offending line(s) highlighted
1
pkgname='texmaster'
2
pkgver='2009.3'
3
pkgrel='8'
4
pkgdesc='Texmaster is a tetris clone developed by Report.'
5
url='https://tetrisconcept.net/threads/texmaster.2/'
6
source=(
7
'https://tetrisconcept.tv/info/Texmaster2009-3.zip'
8
'texmaster-launcher.c.in'
9
'texmaster.install'
10
)
11
md5sums=('25fdd2e90fc6186ad0f0d962a0769d07'
12
'2cc37514846c4bdfc8d9d3320ed78353'
13
'2cc3ce9cbfe611ee49440a0b0590d90f')
14
arch=('x86_64')
15
license=('unknown')
16
depends=('sdl' 'zlib')
17
18
package() {
19
mkdir -p "$pkgdir/usr/local/games"
20
cp -R "$srcdir/Texmaster2009-3" "$pkgdir/usr/local/games/"
21
mkdir -p "$pkgdir/usr/bin"
22
ln -s /usr/local/games/Texmaster2009-3/texmaster-launcher \
23
"$pkgdir/usr/bin/texmaster"
24
}
25
26
build() {
27
cd "$srcdir/Texmaster2009-3"
28
gcc -o texmaster-launcher texmaster-launcher.c
29
}
30
31
prepare() {
32
cd "$srcdir/Texmaster2009-3"
33
case "$CARCH" in
34
"i686") ARCHSUFFIX=i386;;
35
"x86_64") ARCHSUFFIX=amd64;;
36
*)
37
echo "unknown arch $CARCH" >&2
38
false;;
39
esac
40
gunzip Texmaster2009.ubuntu10.04.${ARCHSUFFIX}.gz
41
chmod +x Texmaster2009.ubuntu10.04.${ARCHSUFFIX}
42
cp Texmaster2009.ini Texmaster2009.ubuntu10.04.ini
43
sed -i 's/^type = 0\r$/type = 1/' Texmaster2009.ubuntu10.04.ini
44
sed "s/ARCHSUFFIX/${ARCHSUFFIX}/" ../../texmaster-launcher.c.in \
45
>texmaster-launcher.c
46
}
47
48
install=texmaster.install
49
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 |