simplelaunch
CLEAN
maintainer itsflame
0 votes
scanned 2026-09-26 00:12:15.973514
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
1
pkgname=simplelaunch
2
pkgver=1.0
3
pkgrel=1
4
pkgdesc="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)"
5
arch=('any')
6
url="https://github.com/itsflameee/simplelaunch"
7
license=('MIT')
8
depends=('bash' 'util-linux' 'procps-ng')
9
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
10
sha256sums=('fdbc61fe75bdf6a2646bba8ecab7cebee6b9b476b27666910a169e536cd38b3b')
11
12
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-26 00:12:15 | Clean | 2 |
| 2026-09-25 17:12:25 | Low | 1 |