nerimity-bin
The AppImage is downloaded from the official GitHub releases page of the upstream project (github.com/Nerimity/nerimity-desktop), which is the canonical and expected source for this software. The favicon is fetched from the project's own domain (nerimity.com). Both sources are legitimate and project-owned. The use of 'SKIP' checksums is sloppy packaging practice and means integrity is not verified at build time, but this is a common (if discouraged) pattern in AUR -bin packages and does not constitute an active supply-chain attack — GitHub's TLS and release infrastructure provide some protection. There is no obfuscation, no unofficial/personal host, no piracy, and no broken logic. The risk is low: sloppy but not a genuine security concern beyond the general caveat of running any prebuilt binary.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 85%): The AppImage is downloaded from the official GitHub releases page of the upstream project (github.com/Nerimity/nerimity-desktop), which is the canonical and expected source for this software. The favicon is fetched from the project's own domain (nerimity.com). Both sources are legitimate and project-owned. The use of 'SKIP' checksums is sloppy packaging practice and means integrity is not verified at build time, but this is a common (if discouraged) pattern in AUR -bin packages and does not constitute an active supply-chain attack — GitHub's TLS and release infrastructure provide some protection. There is no obfuscation, no unofficial/personal host, no piracy, and no broken logic. The risk is low: sloppy but not a genuine security concern beyond the general caveat of running any prebuilt binary.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:18
"nerimity.ico::https://nerimity.com/favicon.ico"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Dessyume <dess@dessyu.me>
_pkgname=nerimity
pkgname=nerimity-bin
pkgver=2.2.0
pkgrel=3
pkgdesc="A modern and sleek chat app."
arch=('x86_64')
url="https://github.com/Nerimity/nerimity-desktop"
license=('custom:unknown')
depends=('fuse2' 'hicolor-icon-theme')
options=('!strip')
_appimage="Nerimity-${pkgver}.AppImage"
source=(
"${_appimage}::${url}/releases/download/v${pkgver}/${_appimage}"
"nerimity.ico::https://nerimity.com/favicon.ico"
)
sha256sums=('SKIP' 'SKIP')
prepare() {
chmod +x "${srcdir}/${_appimage}"
"${srcdir}/${_appimage}" --appimage-extract
}
build() {
:
}
package() {
install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/nerimity/nerimity.AppImage"
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/nerimity" <<'EOF'
#!/bin/sh
exec /opt/nerimity/nerimity.AppImage "$@"
EOF
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/nerimity.desktop" <<'EOF'
[Desktop Entry]
Name=Nerimity
Comment=A modern and sleek chat app.
Exec=nerimity %U
Icon=nerimity
Terminal=false
Type=Application
Categories=Network;Chat;
StartupNotify=true
EOF
install -Dm644 "${srcdir}/nerimity.ico" \
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/nerimity.ico"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |