xhip
The package downloads prebuilt binaries and data files from the project's own domain; while the host is not a standard forge, the content consists of VST plugins, sound banks, and documentation, with no evidence of malicious payloads or remote code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries and data files from the project's own domain; while the host is not a standard forge, the content consists of VST plugins, sound banks, and documentation, with no evidence of malicious payloads or remote code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:12
source_i686=('http://xhip.net/synth/releases/xhip_8_linux_32bit_alpha_r1100.7z')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tom Wizetek <tom@wizetek.com>
pkgname=xhip
pkgver=8.0.alpha.r1100
pkgrel=1
pkgdesc="Free subtractive/hybrid synthesizer VST plug-in"
arch=('x86_64' 'i686')
url="http://xhip.net/synth/"
license=('custom')
groups=('vst-plugins')
source_i686=('http://xhip.net/synth/releases/xhip_8_linux_32bit_alpha_r1100.7z')
source_x86_64=('http://xhip.net/synth/releases/xhip_8_linux_64bit_alpha_r1100.7z'
'http://xhip.net/synth/releases/xhip_8_linux_32bit_alpha_r1100.7z')
source=('http://xhip.net/synth/releases/xhip_factory_bank.xhipbank'
'http://xhip.net/synth/releases/synth_drums_1e.xhipbank'
'http://xhip.net/synth/releases/xhip_8_user_manual.pdf'
'http://xhip.net/synth/releases/xhip_icon.7z')
md5sums=('21157e98cfb900d552e231c22de6bf1e'
'b0ade51c3c3b2ee27477e0408d8b489c'
'd7d5f87fde2de9ffedc8171e9b846f6a'
'71b67e6859a32ee97c369b7167e672e7')
md5sums_x86_64=('01ea40a2219fe85ce8b7109e64862000'
'ae332480b70c4d78c360f393cbf5c77d')
md5sums_i686=('ae332480b70c4d78c360f393cbf5c77d')
package() {
for so_file in *.so; do
install -Dm755 "${srcdir}/${so_file}" -t "${pkgdir}/usr/lib/vst"
done
for bank_file in *.xhipbank; do
install -Dm644 "${srcdir}/${bank_file}" -t "${pkgdir}/usr/share/${pkgname}/banks"
done
install -Dm644 "${srcdir}/xhip_8_user_manual.pdf" -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 "${srcdir}/xhip.ico" -t "${pkgdir}/usr/share/${pkgname}/icons"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |