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