plasma-visual

maintainer wraith · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from its own source on GitHub, which is normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

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 its own source on GitHub, which is normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: wraith <xyznuts@gmail.com/>
2pkgname=plasma-visual
3_pkgname=plasma
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Terminal fluid plasma field visualization engine rendered with characters and math"
7arch=('any')
8url="https://github.com/wraithtcc/plasma"
9license=('MIT')
10depends=('python')
11makedepends=('python-build' 'python-installer' 'python-wheel')
12source=("https://github.com/wraithtcc/plasma/archive/refs/tags/1.0.0.zip")
13sha256sums=('SKIP')
14
15build() {
16 cd "$_pkgname-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$_pkgname-$pkgver"
22 python -m installer --destdir="$pkgdir" dist/*.whl
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 17:28:09 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