lunaro
maintainer Not1Emerald
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a shell script and license from the project's GitHub repository, which is a legitimate source; the script is installed as-is without obfuscation or remote code execution, and the low severity is due to few votes and recent upload, not malicious behavior.
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 downloads a shell script and license from the project's GitHub repository, which is a legitimate source; the script is installed as-is without obfuscation or remote code execution, and the low severity is due to few votes and recent upload, not malicious behavior.
PKGBUILD
1
# Maintainer: Not1Emerald <entityinf@gmail.com>
2
pkgname=lunaro
3
pkgver=2.2
4
pkgrel=1
5
pkgdesc="yad launcher, appimage/py/jar/sh support, igpu/dgpu forcing, favorites, aliases, logs everything, dumps your stuff in ~/pwogams, maybe has an easter egg, still being updated, recc removing your sudo password or -r (run as root) might not work"
6
arch=('any')
7
url="https://github.com/not1emerald/lunaro"
8
license=('MIT')
9
depends=('yad' 'switcheroo-control')
10
optdepends=('python: for running .py apps'
11
'jre-openjdk: for running .jar apps')
12
install=lunaro.install
13
source=("lunaro.sh::https://raw.githubusercontent.com/not1emerald/lunaro/main/lunaro.sh"
14
"LICENSE::https://raw.githubusercontent.com/not1emerald/lunaro/main/LICENSE"
15
"lunaro.install")
16
sha256sums=('5f488246328704557c905c21bce8fc3c57d736dac2bca49582d26a7a63b2113f'
17
'1cdc4498db31a881a21077e32db0c1e6ffb7f12aa41fdef8f860b933318042ff'
18
'SKIP')
19
20
package() {
21
install -Dm755 "$srcdir/lunaro.sh" "$pkgdir/usr/bin/lunaro"
22
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 09:11:06 | LOW | 2 |