pluto-sm64-bin

MEDIUM
maintainer Dominicentek 0 votes scanned 2026-08-23 00:10:13.866130
View on AUR
Why flagged

The package installs a prebuilt binary from a GitHub release with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were tampered with.

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.

Medium AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package installs a prebuilt binary from a GitHub release with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were tampered with.

PKGBUILD

1# Maintainer: Dominicentek <dominicentekgaming@gmail.com>
2pkgname=pluto-sm64-bin
3pkgver=1.2
4pkgrel=1
5pkgdesc="Pluto is an all-in-one machinima studio, forked from sm64coopdx 0.2 by the Coop Deluxe team."
6url='https://github.com/Llennpie/Pluto'
7arch=('x86_64')
8depends=('sdl2-compat' 'glew')
9source=("${url}/releases/download/${pkgver}/linux.zip"
10 'pluto-sm64.desktop' 'pluto-sm64.png' 'pluto-sm64'
11)
12sha256sums=(
13 'SKIP'
14 'ddc89d9767fd2843815a8acfb87617106337c0bd267d8ea000a1d49cadde0308'
15 '3502e5f6427294a8b85f0a2ff5621005638ffdc794f7516363001bb1021cefa5'
16 'b649cdc55a144a1884db2aa578cad4fa7e67c12868a8ce80c89a1aa2c96927c1'
17)
18
19package() {
20 mkdir -p "$pkgdir/usr/bin"
21 mkdir -p "$pkgdir/usr/share/icons/hicolor/128x128/apps"
22 mkdir -p "$pkgdir/usr/share/applications"
23 mkdir -p "$pkgdir/usr/share/pluto-sm64"
24 cp -r \
25 "$srcdir/dynos" \
26 "$srcdir/mods" \
27 "$srcdir/lang" \
28 "$srcdir/libdiscord_game_sdk.so" \
29 "$srcdir/libbass.so" \
30 "$srcdir/libbass_fx.so" \
31 "$srcdir/Panimotion.mp3" \
32 "$srcdir/sm64coopdx" \
33 "$pkgdir/usr/share/pluto-sm64"
34 cp "$srcdir/pluto-sm64.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps"
35 cp "$srcdir/pluto-sm64.desktop" "$pkgdir/usr/share/applications"
36 cp "$srcdir/pluto-sm64" "$pkgdir/usr/bin"
37 chmod +x "$pkgdir/usr/bin/pluto-sm64"
38}

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 00:10:13 Medium 2
2026-08-22 23:18:41 Medium 2

Report a package

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

0 / 4000
Your suggestion