audiomuse-ai-clap-text-model

LOW
maintainer jorge_barroso 0 votes scanned 2026-09-12 01:24:32.088301
View on AUR
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

1pkgname=audiomuse-ai-clap-text-model
2pkgver=5.0.0
3pkgrel=1
4pkgdesc='CLAP text encoder ONNX model exported for AudioMuse-AI'
5arch=('any')
6url='https://github.com/NeptuneHub/AudioMuse-AI'
7license=('CC0-1.0')
8
9_model_tag="v${pkgver}-model"
10
11source=(
12 "clap_text_model-${pkgver}.onnx::https://github.com/NeptuneHub/AudioMuse-AI/releases/download/${_model_tag}/clap_text_model.onnx"
13)
14
15sha256sums=('200d48f3905ff1f272af5006dd9851f94071a7dde4eafd9c07bc09c5ac65a714')
16
17package() {
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)SeverityRules
2026-09-12 01:24:32 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion