iceshrimp-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:26
"https://repo.iceshrimp.dev/archlinux/iceshrimp/os/x86_64/iceshrimp-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst"
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# Maintainer: zotan <aur@zotan.email>
pkgname=iceshrimp-bin
pkgver=v2026.4.1
pkgrel=2
pkgdesc="YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023"
arch=(x86_64)
url="https://iceshrimp.dev/iceshrimp/iceshrimp"
license=(AGPL3)
conflicts=(iceshrimp)
provides=(iceshrimp)
depends=()
optdepends=(
"ffmpeg: for video transcoding"
"sonic: efficient full text search backend"
"meilisearch: feature-rich full text search backend"
)
backup=("etc/iceshrimp/configuration.yml")
install="iceshrimp.install"
source=(
"https://repo.iceshrimp.dev/archlinux/iceshrimp/os/x86_64/iceshrimp-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst"
"iceshrimp.hook"
)
sha512sums=('85cac0ddc8ac2bc2460c10954d4077206b66751eaac64b446f3364cfd44b5e6db6b274495866c9ee1ca9f014ba6d130a28e430ff77ab3488cc162502c5217c6c'
'91c456bda5c14b01cbf770a2e9e57425ac5e82226799d39e11cc6e83b219a0559eeed8693c5eb051fffb28cdd23d4682ee40f46372117880aeeddb00ecb8726f')
package() {
# Add runtime only dependencies
depends+=(nodejs-lts-krypton redis postgresql)
cp -dpTr --no-preserve=ownership "${srcdir}/" "${pkgdir}"
rm -f "${pkgdir}"/.{BUILDINFO,INSTALL,MTREE,PKGINFO}
install -Dm 644 "${srcdir}/iceshrimp.hook" "${pkgdir}/usr/share/libalpm/hooks/iceshrimp.hook"
}
options=(!strip)
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 |