simplelaunch

CLEAN
maintainer itsflame 0 votes scanned 2026-09-26 00:12:15.973514
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 verifiable source tarball hosted on the project's official GitHub repository, installs only scripts and configuration/data files, and has no suspicious or obfuscated code execution.

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

1pkgname=simplelaunch
2pkgver=1.0
3pkgrel=1
4pkgdesc="A lightweight CLI tool to detach GUI apps from the terminal, with easy job listing and log viewing for tiling WM users (i3, Hyprland, Sway)"
5arch=('any')
6url="https://github.com/itsflameee/simplelaunch"
7license=('MIT')
8depends=('bash' 'util-linux' 'procps-ng')
9source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
10sha256sums=('fdbc61fe75bdf6a2646bba8ecab7cebee6b9b476b27666910a169e536cd38b3b')
11
12package() {
13 cd "$pkgname-$pkgver"
14
15 install -Dm755 bin/launch "$pkgdir/usr/bin/launch"
16 install -Dm755 bin/slaunch "$pkgdir/usr/bin/slaunch"
17
18 install -Dm644 simplelaunch/slaunch.conf "$pkgdir/etc/simplelaunch/slaunch.conf"
19 install -Dm644 simplelaunch/emojis.txt "$pkgdir/etc/simplelaunch/emojis.txt"
20
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 00:12:15 Clean 2
2026-09-25 17:12:25 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