hachimi-world-bin
maintainer puddings233
· 4 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-standard host (storage.hachimi.world), which is not on the standard whitelist; the binary is unpacked and installed without verification of its contents, posing a potential supply-chain risk if the host were compromised.
Triggered rules
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:12
source=("https://storage.hachimi.world/distribution/linux/hachimi-world-${pkgver}-${pkgrel}-${_build_hash}.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-standard host (storage.hachimi.world), which is not on the standard whitelist; the binary is unpacked and installed without verification of its contents, posing a potential supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: puddings233 <puddings233 at outlook dot com>
2
#
3
_build_hash='ga1e9bc3-175'
4
pkgname='hachimi-world-bin'
5
pkgver='1.3.0'
6
pkgrel=4
7
pkgdesc='A community-driven open-source meme culture music community, bin version.'
8
arch=('x86_64')
9
depends=('hicolor-icon-theme')
10
url='https://hachimi.world/'
11
license=('AGPL-3.0')
12
source=("https://storage.hachimi.world/distribution/linux/hachimi-world-${pkgver}-${pkgrel}-${_build_hash}.deb")
13
sha256sums=('64c9a4f4444b7d2608b4a02029c6aadbcc41da15313e42843ebacacc84fc64a5')
14
15
prepare() {
16
cd "$srcdir"
17
bsdtar -xf data.tar.zst
18
}
19
20
package() {
21
cd "${srcdir}/opt/hachimi-world"
22
23
# opt dir
24
install -dm 755 "${pkgdir}/opt/hachimi-world"
25
cp -a bin lib \
26
"${pkgdir}/opt/hachimi-world"
27
28
# bin link
29
install -dm 755 "${pkgdir}/usr/bin"
30
ln -sf "/opt/hachimi-world/bin/Hachimi World" "${pkgdir}/usr/bin/Hachimi_World"
31
32
# desktop dir
33
install -dm 755 "${pkgdir}/usr/share/applications"
34
install -dm 755 "${pkgdir}/usr/share/icons/hicolor/512x512/apps"
35
install -Dm0644 "lib/hachimi-world-Hachimi_World.desktop" "${pkgdir}/usr/share/applications/hachimi-world.desktop"
36
install -Dm0644 "lib/Hachimi_World.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/hachimi-world.png"
37
}
38
39
# vim: ts=2 sw=2 et:
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 13:49:03 | MEDIUM | 2 |