synapse-shell

LOW
maintainer Maskrpone 0 votes scanned 2026-09-25 19:13:08.013724
View on AUR
Why flagged

The package builds from source hosted on GitLab under the project's official repository, uses standard Rust build practices, and the only concerns are a skipped checksum and low votes/recent upload, which affect trust but not inherent safety.

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 builds from source hosted on GitLab under the project's official repository, uses standard Rust build practices, and the only concerns are a skipped checksum and low votes/recent upload, which affect trust but not inherent safety.

PKGBUILD

1pkgname=synapse-shell
2pkgver=1.0.2
3pkgrel=1
4pkgdesc="A custom status bar indicator in GTK4 written in Rust"
5arch=('x86_64')
6url="https://gitlab.com/Maskrpone/synapse-gtk4"
7license=('MIT')
8depends=('gtk4' 'cairo' 'gtk4-layer-shell')
9makedepends=('cargo')
10source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/Maskrpone/synapse-gtk4/-/archive/v$pkgver/synapse-gtk4-v$pkgver.tar.gz")
11sha256sums=('SKIP')
12_reponame="synapse-gtk4"
13_binname="synapse_shell"
14
15prepare() {
16 cd "$_reponame-v$pkgver"
17 # Fetches dependencies before the build phase to allow building offline later
18 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
19}
20
21build() {
22 cd "$_reponame-v$pkgver"
23 cargo build --frozen --release --all-features
24}
25
26package() {
27 cd "$_reponame-v$pkgver"
28 install -Dm755 "target/release/$_binname" "$pkgdir/usr/bin/$_binname"
29 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 19:13:08 Low 2

Report a package

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

0 / 4000
Your suggestion