audiomuse-ai-neural-fingerprint
LOW
maintainer jorge_barroso
0 votes
scanned 2026-09-12 01:24:32.088301
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
pkgname=audiomuse-ai-neural-fingerprint
2
pkgver=5.0.0
3
pkgrel=1
4
pkgdesc='Neural fingerprint model and matching AudioMuse-AI product-quantization codebook'
5
arch=('any')
6
url='https://github.com/NeptuneHub/AudioMuse-AI'
7
license=('AGPL-3.0-only')
8
9
_model_tag="v${pkgver}-model"
10
11
source=(
12
"neural_fingerprint-${pkgver}.onnx::https://github.com/NeptuneHub/AudioMuse-AI/releases/download/${_model_tag}/neural_fingerprint.onnx"
13
"neural_fingerprint_pq-${pkgver}.npz::https://github.com/NeptuneHub/AudioMuse-AI/releases/download/${_model_tag}/neural_fingerprint_pq.npz"
14
)
15
16
sha256sums=('b65814daa7da7d7c3de894250936db6e4363f78bd41e310f4597ddc9b46f295b'
17
'88b1a66fde39a416874c5181e8e484235f621a5dc6370f05595910e0a333ec3a')
18
19
package() {
20
install -Dm644 \
21
"$srcdir/neural_fingerprint-${pkgver}.onnx" \
22
"$pkgdir/usr/share/audiomuse-ai/neural-fingerprint/neural_fingerprint.onnx"
23
24
install -Dm644 \
25
"$srcdir/neural_fingerprint_pq-${pkgver}.npz" \
26
"$pkgdir/usr/share/audiomuse-ai/neural-fingerprint/neural_fingerprint_pq.npz"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 01:24:32 | Low | 1 |