vampy
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package builds from a git source with an unverifiable checksum (SKIP), and the project was recently orphaned and re-adopted, increasing supply-chain risk, though it builds from a plausible project-owned repository and does not execute remote code.
Triggered rules
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.
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package builds from a git source with an unverifiable checksum (SKIP), and the project was recently orphaned and re-adopted, increasing supply-chain risk, though it builds from a plausible project-owned repository and does not execute remote code.
PKGBUILD
1
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
2
# Contributor: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
3
4
pkgname=vampy
5
pkgver=2.3
6
pkgrel=1
7
pkgdesc="Wrapper plugin that enables you to use Python Vamp in any Vamp host."
8
arch=('x86_64'
9
'i686'
10
'pentium4')
11
url="https://code.soundsoftware.ac.uk/projects/pyin"
12
_url="https://gitlab.com/tallero/vampy"
13
_sdk_url="https://github.com/c4dm/vamp-plugin-sdk"
14
license=('GPL')
15
depends=(vamp-plugin-sdk python python2 python-numpy python2-numpy)
16
source=("git+$_url")
17
md5sums=('SKIP')
18
19
build() {
20
cd $pkgname
21
git clone $_sdk_url
22
cd "vamp-plugin-sdk"
23
./configure
24
make -j3
25
cd .. &&
26
make LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib CPPFLAGS="-Wno-error=register" -f Makefile.linux
27
}
28
29
package() {
30
cd $pkgname
31
install -Dm755 vampy.so "$pkgdir/usr/lib/vampy.so"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 03:12:42 | MEDIUM | 2 |
| 2026-06-18 16:11:54 | CLEAN | 0 |