omarchy-games-menu-bin
LOW
maintainer akitaonrails
0 votes
scanned 2026-09-15 17:20:16.402287
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to limited votes and recent upload, not malicious content.
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 binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to limited votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: AkitaOnRails <fabio.akita@gmail.com>
2
pkgname=omarchy-games-menu-bin
3
pkgver=0.1.4
4
pkgrel=1
5
pkgdesc="Steam-like QuickShell launcher grid for distrobox-managed PC ports, recomps and emulators (Rust backend, prebuilt binary)"
6
arch=('x86_64')
7
url="https://github.com/akitaonrails/omarchy-games-menu"
8
license=('MIT')
9
depends=('quickshell')
10
provides=('omarchy-games-menu')
11
conflicts=('omarchy-games-menu')
12
source=("omarchy-games-menu-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/omarchy-games-menu-${pkgver}-x86_64.tar.gz")
13
sha256sums=('cb30e227287104593f539664906a79f188c4ce528bd55fde98fec09400032150')
14
15
package() {
16
install -Dm755 "ogm" "${pkgdir}/usr/bin/ogm"
17
install -Dm755 "games-menu" "${pkgdir}/usr/bin/games-menu"
18
install -Dm644 "omarchy-games-menu.desktop" \
19
"${pkgdir}/usr/share/applications/omarchy-games-menu.desktop"
20
install -dm755 "${pkgdir}/usr/share/omarchy-games-menu"
21
cp -r qml "${pkgdir}/usr/share/omarchy-games-menu/qml"
22
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
23
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 2 |