portal-mc-commit-bin

LOW
maintainer tiouo 0 votes scanned 2026-08-19 11:41:55.975910
View on AUR
Why flagged

The package installs a prebuilt AppImage from the maintainer's GitHub repository and an icon from GitHub's raw content; while the icon has an unverifiable checksum (SKIP), the AppImage is from a trusted project release, and no malicious behavior or remote code execution is present.

Triggered rules

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from the maintainer's GitHub repository and an icon from GitHub's raw content; while the icon has an unverifiable checksum (SKIP), the AppImage is from a trusted project release, and no malicious behavior or remote code execution is present.

PKGBUILD

1# Maintainer: tiouoo <tiouo@qq.com>
2
3pkgname=portal-mc-commit-bin
4pkgver=0.40.18.22
5pkgrel=1
6pkgdesc="Portal - Minecraft launcher/manager (commit build, prerelease)"
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-nightly-bin' 'portal-mc-bin')
13options=('!strip' '!emptydirs')
14_appimg="Portal.AppImage"
15source_x86_64=(
16 "$_appimg::https://github.com/tiouoo/Portal/releases/download/publish-commit/Portal.linux.x64.AppImage"
17 "portal-mc.svg::https://raw.githubusercontent.com/tiouoo/Portal/main/assets/Icon-Pattern.svg"
18)
19sha256sums_x86_64=('aa12ef1a3431e9cb1b9882add60b575ff163bc680b61f87d3428f5be13c0f6d4' 'SKIP')
20noextract=("$_appimg")
21
22package() {
23 install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/portal-mc/Portal.AppImage"
24 install -Dm755 /dev/stdin "$pkgdir/usr/bin/portal-mc" <<'EOF'
25#!/bin/sh
26exec /opt/portal-mc/Portal.AppImage "$@"
27EOF
28 install -Dm644 "$srcdir/portal-mc.svg" \
29 "$pkgdir/usr/share/icons/hicolor/scalable/apps/portal-mc.svg"
30 install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/portal-mc.desktop" <<'EOF'
31[Desktop Entry]
32Type=Application
33Name=Portal
34Comment=Portal - Minecraft launcher/manager
35Icon=portal-mc
36Exec=portal-mc %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-19 11:41:55 Low 2

Report a package

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

0 / 4000
Your suggestion