audiomuse-ai-clap-text-model
LOW
maintainer jorge_barroso
0 votes
scanned 2026-09-12 01:24:32.088301
Why flagged
The package downloads a model file (ONNX) from the project's official GitHub repository; while the host is not whitelisted, the source is legitimate and the file is non-executable data, posing minimal risk.
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 downloads a model file (ONNX) from the project's official GitHub repository; while the host is not whitelisted, the source is legitimate and the file is non-executable data, posing minimal risk.
PKGBUILD
1
pkgname=audiomuse-ai-clap-text-model
2
pkgver=5.0.0
3
pkgrel=1
4
pkgdesc='CLAP text encoder ONNX model exported for AudioMuse-AI'
5
arch=('any')
6
url='https://github.com/NeptuneHub/AudioMuse-AI'
7
license=('CC0-1.0')
8
9
_model_tag="v${pkgver}-model"
10
11
source=(
12
"clap_text_model-${pkgver}.onnx::https://github.com/NeptuneHub/AudioMuse-AI/releases/download/${_model_tag}/clap_text_model.onnx"
13
)
14
15
sha256sums=('200d48f3905ff1f272af5006dd9851f94071a7dde4eafd9c07bc09c5ac65a714')
16
17
package() {
18
install -Dm644 "$srcdir/clap_text_model-${pkgver}.onnx" \
19
"$pkgdir/usr/share/audiomuse-ai/clap/clap_text_model.onnx"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 01:24:32 | Low | 2 |