iocaine-git
maintainer 30p87
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from the project's own domain, which is normal for AUR packages; building from a non-whitelisted but project-owned host is not inherently dangerous.
Triggered rules
LOW
AI review downgraded a static finding
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, which is normal for AUR packages; building from a non-whitelisted but project-owned host is not inherently dangerous.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 30p87 <30p87@30p87.de>
2
3
pkgname=iocaine-git
4
pkgver=r801.809bcec
5
pkgrel=1
6
pkgdesc='The deadliest poison known to AI'
7
arch=('any')
8
url='https://iocaine.madhouse-project.org/'
9
license=('MIT')
10
makedepends=('git' 'cargo' 'just' 'clang' 'nftables')
11
optdepends=('nginx: when using nginx as reverse proxy'
12
'caddy: when using caddy as reverse proxy')
13
backup=('etc/iocaine/config.kdl')
14
conflicts=('iocaine')
15
options=('!lto')
16
source=('git+https://git.madhouse-project.org/iocaine/iocaine.git'
17
'nginx_filter.conf'
18
'nginx_component.conf'
19
'sysusers.conf'
20
'tmpfiles.conf'
21
'systemd.service.patch')
22
sha256sums=('SKIP'
23
'008464028dc45c0ced3d8649ca36e016181e638548508a6ecf17ee7ce8195bd2'
24
'3ba1d429be28b8291861aca9b91564ab4db4f83aa7d955ed102d090259d46b5b'
25
'd98c03791baff0fbd59261de5f0e38e592e3a4f2014d3dbf135567771ccf8193'
26
'7761fab52173f5f0cfeb8678bcbf9e4c297fcb6282acb13c604b6cba4f760f9b'
27
'5c158cca61ea3ffb34841d3c4969491054c97d53d49e722c8b1c7543bf389bfd')
28
29
pkgver() {
30
cd "${pkgname%-git}"
31
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
32
}
33
34
prepare() {
35
cd "${pkgname%-git}"
36
patch -p1 -i "${srcdir}/systemd.service.patch"
37
}
38
39
build() {
40
cd "${pkgname%-git}"
41
just update assets
42
cargo build -r
43
}
44
45
package() {
46
cd "${pkgname%-git}"
47
# Binary
48
install -Dm755 "target/release/iocaine" "${pkgdir}/usr/bin/iocaine"
49
50
# Dirs
51
install -dm755 "${pkgdir}/usr/share/webapps/iocaine"
52
53
# Docs/Example configs
54
install -Dm644 "iocaine-label/rc/data/etc/config.d/00-default-bind.kdl" "${pkgdir}/etc/iocaine/config.kdl"
55
install -Dm644 "${srcdir}/nginx_filter.conf" "${pkgdir}/usr/share/doc/${pkgname}/nginx/iocaine_filter.conf"
56
install -Dm644 "${srcdir}/nginx_component.conf" "${pkgdir}/usr/share/doc/${pkgname}/nginx/iocaine.component"
57
58
# Systemd/Arch integration
59
install -Dm644 "iocaine-label/rc/iocaine.service" "${pkgdir}/usr/lib/systemd/system/iocaine.service"
60
install -Dm644 "${srcdir}/sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/iocaine.conf"
61
install -Dm644 "${srcdir}/tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/iocaine.conf"
62
63
# License
64
install -Dm755 "LICENSES/MIT.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
65
}
66
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |