stegosaurus-lv2
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a source tarball hosted on SourceForge, which is a known platform; the build process uses standard waf commands and a Python 2 virtual environment for dependencies, posing no evident risk of remote code execution or data exfiltration.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a source tarball hosted on SourceForge, which is a known platform; the build process uses standard waf commands and a Python 2 virtual environment for dependencies, posing no evident risk of remote code execution or data exfiltration.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Anton Karmanov <a.karmanov@inventati.org>
2
pkgname=stegosaurus-lv2
3
pkgver=0.4.0
4
pkgrel=1
5
pkgdesc="lv2 drum synthersizer without sampling"
6
arch=('i686' 'x86_64')
7
url="https://sourceforge.net/projects/$pkgname"
8
license=('BSD')
9
depends=('lv2' 'cairo')
10
makedepends=('python-virtualenv' 'python2')
11
source=("https://sourceforge.net/projects/$pkgname/files/stegosaurus_v0.4.0_October_2021.tar.gz")
12
md5sums=('6c67794431aedfefd44e3aca21c862dd')
13
14
prepare() {
15
cd stegosaurus
16
virtualenv -p python2 python2_env
17
source python2_env/bin/activate
18
python -V
19
}
20
21
build() {
22
cd stegosaurus
23
LDFLAGS="${LDFLAGS} -z muldefs" # Ignore multiple defenitions
24
LV2_PATH="${HOME}./lv2/:/usr/local/lib/lv2/:/usr/lib/lv2/"
25
env LV2_PATH="$LV2_PATH" ./waf configure --prefix="${pkgdir}/usr"
26
./waf build
27
}
28
29
package() {
30
cd stegosaurus
31
./waf --destdir="$pkgdir" install
32
}
33
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 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 01:56:03 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |