ntorrent
maintainer Cent
· 42 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt Java binary from Google Code's archived downloads, which is not on a standard host but is a legitimate historical source; the package installs static files without executing remote code or exhibiting malicious behavior.
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 source is a prebuilt Java binary from Google Code's archived downloads, which is not on a standard host but is a legitimate historical source; the package installs static files without executing remote code or exhibiting malicious behavior.
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:16
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ntorrent/nTorrent-bin-${pkgver}.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vincent Post <cent@centzilius.de>
2
# Contributor: KacperA
3
# Contributor: Joao Cordeiro <jlcordeiro at gmail dot com>
4
# Contributor: ahcaliskan
5
# Contributor: bakerct
6
7
pkgname=ntorrent
8
pkgver=0.5.1
9
pkgrel=3
10
pkgdesc="A graphical user interface client to rtorrent written in java."
11
arch=('i686' 'x86_64')
12
url="http://code.google.com/p/ntorrent"
13
license=('GPL3')
14
depends=('java-runtime')
15
optdepends=("rtorrent")
16
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ntorrent/nTorrent-bin-${pkgver}.tar.bz2"
17
'ntorrent.sh'
18
'ntorrent.desktop')
19
md5sums=('1ea043bd77c21fb3969b55ed3008d7b4'
20
'355c948db97bafdf19c01b574c21dbe7'
21
'afc084d01929ad93573995f17b8717bd')
22
package() {
23
install -d "${pkgdir}/usr/share/java/${pkgname}"
24
install -d "${pkgdir}/usr/share/${pkgname}"
25
install -m644 "${srcdir}/lib/"* "${pkgdir}/usr/share/java/${pkgname}"
26
cp -r "${srcdir}/plugins" "${srcdir}/boot.properties" "${pkgdir}/usr/share/${pkgname}"
27
install -D -m755 "${srcdir}/ntorrent.sh" "${pkgdir}/usr/bin/ntorrent"
28
install -D -m644 "${srcdir}/ntorrent.desktop" "${pkgdir}/usr/share/applications/ntorrent.desktop"
29
install -D -m644 "${srcdir}/plugins/ntorrent/icons/ntorrent48.png" "${pkgdir}/usr/share/pixmaps/ntorrent.png"
30
}
31
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 |