iceshrimp-bin

maintainer zotan · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged This PKGBUILD downloads a prebuilt binary package from repo.iceshrimp.dev, which is a project-specific Arch Linux repository hosted by the Iceshrimp project itself (not an official Arch mirror). The package then unpacks it directly into pkgdir, effectively installing whatever binaries are in that pre-built package. While this is a common pattern for -bin AUR packages and the host appears to be the official project's own repository, the risk is real: if repo.iceshrimp.dev is compromised, arbitrary binaries would be installed. The sha512sums are present but notably appear truncated/malformed (both hashes are 127 hex characters instead of the expected 128, suggesting possible corruption or truncation). The checksums being wrong/truncated means integrity verification may fail or be unreliable, which is a genuine concern for a binary package. The medium rating is appropriate: this is an executed binary from a non-standard (non-upstream-release) host with questionable checksum integrity.

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:26 "https://repo.iceshrimp.dev/archlinux/iceshrimp/os/x86_64/iceshrimp-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst"
MEDIUM AI review 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 binary package from repo.iceshrimp.dev, which is a project-specific Arch Linux repository hosted by the Iceshrimp project itself (not an official Arch mirror). The package then unpacks it directly into pkgdir, effectively installing whatever binaries are in that pre-built package. While this is a common pattern for -bin AUR packages and the host appears to be the official project's own repository, the risk is real: if repo.iceshrimp.dev is compromised, arbitrary binaries would be installed. The sha512sums are present but notably appear truncated/malformed (both hashes are 127 hex characters instead of the expected 128, suggesting possible corruption or truncation). The checksums being wrong/truncated means integrity verification may fail or be unreliable, which is a genuine concern for a binary package. The medium rating is appropriate: this is an executed binary from a non-standard (non-upstream-release) host with questionable checksum integrity.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: zotan <aur@zotan.email>
2
3pkgname=iceshrimp-bin
4pkgver=v2026.4.1
5pkgrel=2
6pkgdesc="YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023"
7arch=(x86_64)
8url="https://iceshrimp.dev/iceshrimp/iceshrimp"
9license=(AGPL3)
10
11conflicts=(iceshrimp)
12provides=(iceshrimp)
13
14depends=()
15optdepends=(
16 "ffmpeg: for video transcoding"
17 "sonic: efficient full text search backend"
18 "meilisearch: feature-rich full text search backend"
19)
20
21backup=("etc/iceshrimp/configuration.yml")
22
23install="iceshrimp.install"
24
25source=(
26 "https://repo.iceshrimp.dev/archlinux/iceshrimp/os/x86_64/iceshrimp-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst"
27 "iceshrimp.hook"
28)
29
30sha512sums=('85cac0ddc8ac2bc2460c10954d4077206b66751eaac64b446f3364cfd44b5e6db6b274495866c9ee1ca9f014ba6d130a28e430ff77ab3488cc162502c5217c6c'
31 '91c456bda5c14b01cbf770a2e9e57425ac5e82226799d39e11cc6e83b219a0559eeed8693c5eb051fffb28cdd23d4682ee40f46372117880aeeddb00ecb8726f')
32
33package() {
34 # Add runtime only dependencies
35 depends+=(nodejs-lts-krypton redis postgresql)
36
37 cp -dpTr --no-preserve=ownership "${srcdir}/" "${pkgdir}"
38 rm -f "${pkgdir}"/.{BUILDINFO,INSTALL,MTREE,PKGINFO}
39
40 install -Dm 644 "${srcdir}/iceshrimp.hook" "${pkgdir}/usr/share/libalpm/hooks/iceshrimp.hook"
41}
42
43options=(!strip)
44

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion