aspm27-server

LOW
maintainer fredima2x 0 votes scanned 2026-08-27 13:32:42.941682
View on AUR
Why flagged

The package builds from source hosted on the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not inherent risk.

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 the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not inherent risk.

PKGBUILD

1# Maintainer: Frederick Martel
2pkgname=aspm27-server
3pkgver=0.2.1
4pkgrel=1
5pkgdesc="Server component of aspm - a slick, modern messenger focused on simplicity, security and speed"
6arch=('x86_64' 'aarch64')
7url="https://github.com/fredima2x/aspm27"
8license=('custom')
9depends=('sqlite' 'gcc-libs')
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/fredima2x/aspm27/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 cd "aspm27-$pkgver/server"
16 export RUSTUP_TOOLCHAIN=stable
17 cargo build --release --locked
18}
19
20package() {
21 cd "aspm27-$pkgver"
22 install -Dm755 "server/target/release/server" "$pkgdir/usr/bin/aspm27-server"
23 install -Dm644 "docs/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 13:32:42 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