portal-mc-bin

MEDIUM
maintainer tiouo 0 votes scanned 2026-08-20 09:12:45.854639
View on AUR
Why flagged

Installs a prebuilt AppImage binary from a personal/project GitHub release (tiouoo/Portal) with a pinned checksum, which is acceptable, but the icon is fetched from a personal domain (portal.tiouo.cc) with SKIP'd checksum; the main concern is the AppImage itself is an unreviewed prebuilt executable from a low-reputation, few-votes package with a personal domain, making supply-chain trust difficult to verify.

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:17 "portal.png::https://portal.tiouo.cc/portal-logo.png"
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt AppImage binary from a personal/project GitHub release (tiouoo/Portal) with a pinned checksum, which is acceptable, but the icon is fetched from a personal domain (portal.tiouo.cc) with SKIP'd checksum; the main concern is the AppImage itself is an unreviewed prebuilt executable from a low-reputation, few-votes package with a personal domain, making supply-chain trust difficult to verify.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: tiouoo <tiouo@qq.com>
2
3pkgname=portal-mc-bin
4pkgver=1.0.4
5pkgrel=1
6pkgdesc="Portal - Minecraft launcher/manager (stable release)"
7arch=('x86_64')
8url="https://portal.tiouo.cc/"
9license=('GPL-3.0-or-later')
10depends=('fuse2' 'hicolor-icon-theme' 'xdg-utils')
11provides=("portal-mc=$pkgver")
12conflicts=('portal-mc' 'portal-mc-commit-bin' 'portal-mc-nightly-bin')
13options=('!strip' '!emptydirs')
14_appimg="Portal.AppImage"
15source_x86_64=(
16 "$_appimg::https://github.com/tiouoo/Portal/releases/latest/download/Portal.linux.x64.AppImage"
17 "portal.png::https://portal.tiouo.cc/portal-logo.png"
18)
19sha256sums_x86_64=('c1b9c1b3ea683db9bac7949ba8bf11f00e123fb2e2834f76a80fcff210f13050' 'SKIP')
20noextract=("$_appimg")
21
22package() {
23 install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/portal/Portal.AppImage"
24 install -Dm755 /dev/stdin "$pkgdir/usr/bin/portal" <<'EOF'
25#!/bin/sh
26exec /opt/portal/Portal.AppImage "$@"
27EOF
28 install -Dm644 "$srcdir/portal.png" \
29 "$pkgdir/usr/share/icons/hicolor/512x512/apps/portal.png"
30 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/portal.desktop" <<'EOF'
31[Desktop Entry]
32Type=Application
33Name=Portal
34Comment=Portal - Minecraft launcher/manager
35Icon=portal
36Exec=portal %U
37Terminal=false
38Categories=Game;
39MimeType=x-scheme-handler/portal;application/zip;application/x-zip-compressed;
40EOF
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 09:12:45 Medium 3
2026-08-20 09:10:51 Medium 3

Report a package

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

0 / 4000
Your suggestion