topcoder-applet
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-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 |