aspm27-server
LOW
maintainer fredima2x
0 votes
scanned 2026-08-27 13:32:42.941682
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
2
pkgname=aspm27-server
3
pkgver=0.2.1
4
pkgrel=1
5
pkgdesc="Server component of aspm - a slick, modern messenger focused on simplicity, security and speed"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/fredima2x/aspm27"
8
license=('custom')
9
depends=('sqlite' 'gcc-libs')
10
makedepends=('cargo')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/fredima2x/aspm27/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "aspm27-$pkgver/server"
16
export RUSTUP_TOOLCHAIN=stable
17
cargo build --release --locked
18
}
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-27 13:32:42 | Low | 2 |