habboon-client-bin
Triggered rules
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:13
source_x86_64=("https://app.habboon.pw/habboon_1.0.12_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt Electron/Chromium-based binary .deb from app.habboon.pw, which is the maintainer's own personal/project host rather than an established distribution channel (GitHub releases, official CDN, etc.). The binary is executed directly on the user's system. While a sha512 checksum is present, it cannot be independently verified against any upstream source listing, meaning if the host is compromised or the file is swapped, the checksum in the PKGBUILD would need to be updated to reflect the attack — but the current checksum only protects against accidental corruption, not a deliberate host-side substitution if the attacker also controls the PKGBUILD. The application appears to be a Habbo Hotel private-server client (Habboon), which is a niche community project. The maintainer email matches the domain, suggesting this is a self-hosted release by the developer, which is a common but non-ideal AUR pattern. The real concern is an Electron binary from a single personal host with no reproducibility or independent verification path — a genuine medium supply-chain risk, not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Habboon <support@habboon.pw>
pkgname=habboon-client-bin
pkgver=1.0.12
pkgrel=1
pkgdesc="A desktop application for the Habboon Client."
arch=('x86_64')
url="https://www.habboon.pw"
license=('ISC')
groups=('')
depends=('at-spi2-core' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nss' 'util-linux-libs' 'xdg-utils')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://app.habboon.pw/habboon_1.0.12_amd64.deb")
sha512sums_x86_64=('d94cb4fba56c0c1a5e6041c6e7299099a65465106bcae277d188c9b1e8d1a71ee6db1dd76e5588eb15109acb9ca56e6b8f80067cf27ae9ef5f1f5af11b3283bb')
package() {
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
install -D -m644 "${pkgdir}/opt/Habboon Desktop App/LICENSES.chromium.html" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 00:09:25 | MEDIUM | 2 |