pluto-sm64

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

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from a public Git repository with a matching tag, includes only project-owned sources and static assets, and installs no remote-executed code; the low-vote flag is a metadata concern, not a security risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
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.

PKGBUILD

1# Maintainer: Dominicentek <dominicentekgaming@gmail.com>
2pkgname=pluto-sm64
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')
9makedepends=('python3' 'gcc' 'make')
10source=("git+${url}#tag=${pkgver}"
11 'pluto-sm64.desktop' 'pluto-sm64.png' 'pluto-sm64'
12)
13sha256sums=(
14 'SKIP'
15 'ddc89d9767fd2843815a8acfb87617106337c0bd267d8ea000a1d49cadde0308'
16 '3502e5f6427294a8b85f0a2ff5621005638ffdc794f7516363001bb1021cefa5'
17 'b649cdc55a144a1884db2aa578cad4fa7e67c12868a8ce80c89a1aa2c96927c1'
18)
19
20build() {
21 cd Pluto
22 make PLUTO_UPDATER=0 -j$(nproc)
23}
24
25package() {
26 pluto="$srcdir/Pluto/build/us_pc"
27 mkdir -p "$pkgdir/usr/bin"
28 mkdir -p "$pkgdir/usr/share/icons/hicolor/128x128/apps"
29 mkdir -p "$pkgdir/usr/share/applications"
30 mkdir -p "$pkgdir/usr/share/pluto-sm64"
31 cp -r \
32 "$pluto/dynos" \
33 "$pluto/mods" \
34 "$pluto/lang" \
35 "$pluto/libdiscord_game_sdk.so" \
36 "$pluto/libbass.so" \
37 "$pluto/libbass_fx.so" \
38 "$pluto/Panimotion.mp3" \
39 "$pluto/sm64coopdx" \
40 "$pkgdir/usr/share/pluto-sm64"
41 cp "$srcdir/pluto-sm64.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps"
42 cp "$srcdir/pluto-sm64.desktop" "$pkgdir/usr/share/applications"
43 cp "$srcdir/pluto-sm64" "$pkgdir/usr/bin"
44 chmod +x "$pkgdir/usr/bin/pluto-sm64"
45}

Scan history

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

Report a package

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

0 / 4000
Your suggestion