topcoder-applet
The PKGBUILD downloads a JNLP file from topcoder.com (which IS the official TopCoder domain — the cheaper model's claim that it's 'non-standard' is incorrect). The JNLP file itself is not directly executed during the build/install phase; it is copied to /usr/local/topcoder and a .desktop file is installed. The actual execution happens later when the user launches it via javaws. There is an MD5 checksum (weak but present). The main concerns are: (1) MD5 is a weak integrity check, (2) no HTTPS for the source URL (plain HTTP), (3) the JNLP is a vendor-provided launcher that will download and run Java code at runtime from TopCoder's servers — but this is the intended behavior of JNLP/Java Web Start. The source host is the official vendor domain. This is sloppy packaging (HTTP instead of HTTPS, weak checksums, installing to $HOME during package()) but not a genuine supply-chain attack from an unofficial host. Rating low rather than medium because the source is the official vendor domain.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 75%): The PKGBUILD downloads a JNLP file from topcoder.com (which IS the official TopCoder domain — the cheaper model's claim that it's 'non-standard' is incorrect). The JNLP file itself is not directly executed during the build/install phase; it is copied to /usr/local/topcoder and a .desktop file is installed. The actual execution happens later when the user launches it via javaws. There is an MD5 checksum (weak but present). The main concerns are: (1) MD5 is a weak integrity check, (2) no HTTPS for the source URL (plain HTTP), (3) the JNLP is a vendor-provided launcher that will download and run Java code at runtime from TopCoder's servers — but this is the intended behavior of JNLP/Java Web Start. The source host is the official vendor domain. This is sloppy packaging (HTTP instead of HTTPS, weak checksums, installing to $HOME during package()) but not a genuine supply-chain attack from an unofficial host. Rating low rather than medium because the source is the official vendor domain.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:27
source=("http://topcoder.com/contest/arena/ContestAppletProd7.2.jnlp"
PKGBUILD
1 offending line(s) highlighted# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.
# Maintainer: Koushik Sahu <koushiksahu68@gmail.com>
pkgname=topcoder-applet
pkgver=1.0
pkgrel=1
epoch=
pkgdesc="TopCoder applet for participating and practicing on TopCoder competitive programming events. All rights to the TopCoder applet are reserved by TopCoder, Inc."
arch=('x86_64')
url="https://www.topcoder.com/community/arena"
license=('unknown')
groups=()
depends=(jre8)
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("http://topcoder.com/contest/arena/ContestAppletProd7.2.jnlp"
"topcoder_logo.png"
"topcoder-applet.desktop")
noextract=()
md5sums=('938ae37090f43dfc69ffe03efddf6f5c' 'e678ae8884b6b3a0d3a4fc4539b26a50' '64e45a763b70e950f716d7d81cd6435a')
validpgpkeys=()
programname="ContestAppletProd7.2.jnlp"
logoname="topcoder_logo.png"
desktopname="topcoder-applet.desktop"
package() {
mkdir -p $pkgdir/usr/local/topcoder
mkdir -p $pkgdir$HOME/.local/share/applications
cp $programname $pkgdir/usr/local/topcoder
cp $logoname $pkgdir/usr/local/topcoder
cp $desktopname $pkgdir$HOME/.local/share/applications
chmod +x $pkgdir$HOME/.local/share/applications/$desktopname
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |