iocaine
The source is a Git repository from the project's own domain, building the project's own code; non-whitelisted host is not inherently dangerous as it is plausibly the official project infrastructure.
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 source is a Git repository from the project's own domain, building the project's own code; non-whitelisted host is not inherently dangerous as it is plausibly the official project infrastructure.
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:16
source=("git+https://git.madhouse-project.org/iocaine/iocaine.git#tag=iocaine-${pkgver}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: 30p87 <30p87@30p87.de>
pkgname=iocaine
pkgver=3.5.0
pkgrel=2
pkgdesc='The deadliest poison known to AI'
arch=('any')
url='https://iocaine.madhouse-project.org/'
license=('MIT')
makedepends=('git' 'cargo' 'just' 'clang' 'nftables')
optdepends=('nginx: when using nginx as reverse proxy'
'caddy: when using caddy as reverse proxy')
backup=('etc/iocaine/config.kdl')
conflicts=('iocaine-git')
options=('!lto')
source=("git+https://git.madhouse-project.org/iocaine/iocaine.git#tag=iocaine-${pkgver}"
'nginx_filter.conf'
'nginx_component.conf'
'sysusers.conf'
'tmpfiles.conf'
'systemd.service.patch')
sha256sums=('6560d53c573a4e8a16a03a27ae78145bea84a4fbc909a149b4498c4357308826'
'008464028dc45c0ced3d8649ca36e016181e638548508a6ecf17ee7ce8195bd2'
'3ba1d429be28b8291861aca9b91564ab4db4f83aa7d955ed102d090259d46b5b'
'd98c03791baff0fbd59261de5f0e38e592e3a4f2014d3dbf135567771ccf8193'
'7761fab52173f5f0cfeb8678bcbf9e4c297fcb6282acb13c604b6cba4f760f9b'
'ed95d2d7e8a73b8b9dace5ac6192b255147729465a8016933cf322feac4e7a61')
prepare() {
cd "${pkgname}"
patch -p1 -i "${srcdir}/systemd.service.patch"
}
build() {
cd "${pkgname}"
just update assets
cargo build -r
}
package() {
cd "${pkgname}"
# Binary
install -Dm755 "target/release/iocaine" "${pkgdir}/usr/bin/iocaine"
# Dirs
install -dm755 "${pkgdir}/usr/share/webapps/iocaine"
# Docs/Example configs
install -Dm644 "iocaine-powder/embeds/defaults/config.kdl" "${pkgdir}/etc/iocaine/config.kdl"
install -Dm644 "${srcdir}/nginx_filter.conf" "${pkgdir}/usr/share/doc/${pkgname}/nginx/iocaine_filter.conf"
install -Dm644 "${srcdir}/nginx_component.conf" "${pkgdir}/usr/share/doc/${pkgname}/nginx/iocaine.component"
# Systemd/Arch integration
install -Dm644 "iocaine-powder/embeds/iocaine.service" "${pkgdir}/usr/lib/systemd/system/iocaine.service"
install -Dm644 "${srcdir}/sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/iocaine.conf"
install -Dm644 "${srcdir}/tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/iocaine.conf"
# License
install -Dm755 "LICENSES/MIT.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |