toplip
maintainer pizzaman
· 10 votes
· base
heavything
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (2ton.com.au), used to build multiple utilities; despite the non-whitelisted host, it is the legitimate upstream source, and the build process compiles from source without executing untrusted binaries.
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 tarball from the project's official domain (2ton.com.au), used to build multiple utilities; despite the non-whitelisted host, it is the legitimate upstream source, and the build process compiles from source without executing untrusted binaries.
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:14
source=("https://2ton.com.au/HeavyThing-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Aranguren <pizzaman@hotmail.com>
2
# Contributor: Sam Stuewe <halosghost at archlinux dot info>
3
# Contributor: Serge Victor <arch at random dot re>
4
# Contributor: polyzen <polycitizen at gmail dot com>
5
pkgbase=heavything
6
pkgname=('rwasa' 'webslap' 'hnwatch' 'dhtool' 'sshtalk' 'toplip')
7
pkgver=1.24
8
pkgrel=1
9
pkgdesc='A General purpose x64 Asm library for 2ton products'
10
arch=('x86_64')
11
makedepends=('fasm')
12
url='https://2ton.com.au/HeavyThing'
13
license=('GPL3')
14
source=("https://2ton.com.au/HeavyThing-$pkgver.tar.gz")
15
sha256sums=('77bb53d7717d825515f159a3794808e1edf46ca6b515a1686df3dd6b8a94432d')
16
17
build () {
18
cd "HeavyThing-$pkgver"
19
./assemble_all.sh
20
}
21
22
package_rwasa () {
23
pkgdesc='a full featured web server that eclipses nginx'
24
url='https://2ton.com.au/rwasa/'
25
cd "HeavyThing-$pkgver/rwasa"
26
install -Dm755 rwasa "$pkgdir/usr/bin/rwasa"
27
}
28
29
package_webslap () {
30
pkgdesc='a website quality assurance reporting tool'
31
url='https://2ton.com.au/webslap/'
32
cd "HeavyThing-$pkgver/webslap"
33
install -Dm755 webslap "$pkgdir/usr/bin/webslap"
34
}
35
36
package_hnwatch () {
37
pkgdesc='a HackerNews API realtime terminal watch/reader'
38
url='https://2ton.com.au/hnwatch/'
39
cd "HeavyThing-$pkgver/hnwatch"
40
install -Dm755 hnwatch "$pkgdir/usr/bin/hnwatch"
41
}
42
43
package_dhtool () {
44
pkgdesc='a Diffie-Hellman parameter generator/verifier/converter'
45
url='https://2ton.com.au/dhtool/'
46
cd "HeavyThing-$pkgver/dhtool"
47
install -Dm755 dhtool "$pkgdir/usr/bin/dhtool"
48
}
49
50
package_sshtalk () {
51
pkgdesc='an ephemeral multi-person SSH chat'
52
url='https://2ton.com.au/sshtalk/'
53
cd "HeavyThing-$pkgver/sshtalk"
54
install -Dm755 sshtalk "$pkgdir/usr/bin/sshtalk"
55
}
56
57
package_toplip () {
58
pkgdesc='a command line very strong encryption utility'
59
url='https://2ton.com.au/toplip/'
60
cd "HeavyThing-$pkgver/toplip"
61
install -Dm755 toplip "$pkgdir/usr/bin/toplip"
62
}
63
64
# vim:set ts=2 sw=2 et:
65
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 |