hachimi-world-bin

MEDIUM
maintainer puddings233 4 votes scanned 2026-09-17 00:27:14.276658
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'
4pkgname='hachimi-world-bin'
5pkgver='1.3.0'
6pkgrel=4
7pkgdesc='A community-driven open-source meme culture music community, bin version.'
8arch=('x86_64')
9depends=('hicolor-icon-theme')
10url='https://hachimi.world/'
11license=('AGPL-3.0')
12source=("https://storage.hachimi.world/distribution/linux/hachimi-world-${pkgver}-${pkgrel}-${_build_hash}.deb")
13sha256sums=('64c9a4f4444b7d2608b4a02029c6aadbcc41da15313e42843ebacacc84fc64a5')
14
15prepare() {
16 cd "$srcdir"
17 bsdtar -xf data.tar.zst
18}
19
20package() {
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)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion