logmein-hamachi
maintainer Dotty
· 234 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the official vendor's domain (vpn.net) which is plausibly the project's own release infrastructure; the files are self-contained binaries and scripts for a legitimate VPN service, and the build process does not execute remote code or perform unsafe operations.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a source tarball from the official vendor's domain (vpn.net) which is plausibly the project's own release infrastructure; the files are self-contained binaries and scripts for a legitimate VPN service, and the build process does not execute remote code or perform unsafe operations.
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://vpn.net/installers/${pkgname}-${pkgver}-x64.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
2
# Contributor: Lauri Niskanen <ape@ape3000.com>
3
# Contributor: Andrea Scarpino <andrea@archlinux.org>
4
# Contributor: metzen <metzen@gmail.com>
5
6
pkgname=logmein-hamachi
7
pkgver=2.1.0.203
8
pkgrel=1
9
pkgdesc="A zero-configuration VPN service"
10
url="https://www.vpn.net/linux"
11
arch=("x86_64")
12
license=("custom")
13
conflicts=("hamachi")
14
replaces=("hamachi")
15
options=("!strip")
16
source=("https://vpn.net/installers/${pkgname}-${pkgver}-x64.tgz"
17
"${pkgname}.service")
18
sha256sums=('67d4e845a28b118112ed3bc1d0ae8f84898c640e988a2ac8d38e31dcf697c07f'
19
'b32e32f2c98519b469a660f7459eeb12f454767bcec0f5edf8ae6bd89eef3dba')
20
21
package() {
22
cd ${pkgname}-${pkgver}-x64
23
24
# Directories
25
install -d "${pkgdir}"/opt/${pkgname}/bin
26
install -d "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib/systemd/system
27
install -d "${pkgdir}"/usr/share/licenses/${pkgname}
28
29
# Files
30
install -m 755 hamachid "${pkgdir}"/opt/${pkgname}/bin
31
install -m 755 dnsup "${pkgdir}"/opt/${pkgname}/bin
32
install -m 755 dnsdown "${pkgdir}"/opt/${pkgname}/bin
33
install -m 444 README "${pkgdir}"/opt/${pkgname}
34
install -m 444 LICENSE "${pkgdir}"/opt/${pkgname}
35
install -m 444 CHANGES "${pkgdir}"/opt/${pkgname}
36
ln -sf "/opt/${pkgname}/bin/hamachid" "${pkgdir}"/usr/bin/hamachi
37
install -m 644 "${srcdir}"/${pkgname}.service "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
38
39
# License
40
ln -sf "/opt/${pkgname}/LICENSE" "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
41
}
42
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 |