portal-commit-bin
A prebuilt AppImage binary is downloaded from a GitHub release tagged 'publish-commit' under a personal/low-profile account (tiouoo/Portal) with SKIP'd checksums, meaning the binary is unverifiable and could be silently swapped; it is then installed and executed directly, representing a real supply-chain risk from an unverifiable prebuilt executable.
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:17
"portal.png::https://portal.tiouo.cc/portal-logo.png"
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): A prebuilt AppImage binary is downloaded from a GitHub release tagged 'publish-commit' under a personal/low-profile account (tiouoo/Portal) with SKIP'd checksums, meaning the binary is unverifiable and could be silently swapped; it is then installed and executed directly, representing a real supply-chain risk from an unverifiable prebuilt executable.
PKGBUILD
1 offending line(s) highlighted# Maintainer: tiouoo <tiouo@qq.com>
pkgname=portal-commit-bin
pkgver=0.40.21.9
pkgrel=1
pkgdesc="Portal - Minecraft launcher/manager (commit build, prerelease)"
arch=('x86_64')
url="https://portal.tiouo.cc/"
license=('GPL-3.0-or-later')
depends=('fuse2' 'hicolor-icon-theme' 'xdg-utils')
provides=("portal=$pkgver")
conflicts=('portal' 'portal-nightly-bin' 'portal-bin')
options=('!strip' '!emptydirs')
_appimg="Portal-0.40.21.9.AppImage"
source_x86_64=(
"$_appimg::https://github.com/tiouoo/Portal/releases/download/publish-commit/Portal.linux.x64.AppImage"
"portal.png::https://portal.tiouo.cc/portal-logo.png"
)
sha256sums_x86_64=('SKIP' 'SKIP')
noextract=("$_appimg")
package() {
install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/portal/Portal.AppImage"
install -Dm755 /dev/stdin "$pkgdir/usr/bin/portal" <<'EOF'
#!/bin/sh
exec /opt/portal/Portal.AppImage "$@"
EOF
install -Dm644 "$srcdir/portal.png" \
"$pkgdir/usr/share/icons/hicolor/512x512/apps/portal.png"
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/portal.desktop" <<'EOF'
[Desktop Entry]
Type=Application
Name=Portal
Comment=Portal - Minecraft launcher/manager
Icon=portal
Exec=portal %U
Terminal=false
Categories=Game;
MimeType=x-scheme-handler/portal;application/zip;application/x-zip-compressed;
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 13:43:44 | Medium | 3 |
| 2026-08-19 13:41:59 | Medium | 3 |