onedev
The source is a prebuilt tarball from the project's own domain (code.onedev.io), which is plausibly official despite being a non-standard host; the package installs static files and services without executing remote code or exfiltrating data.
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 prebuilt tarball from the project's own domain (code.onedev.io), which is plausibly official despite being a non-standard host; the package installs static files and services without executing remote code or exfiltrating data.
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=("https://code.onedev.io/~downloads/projects/160/builds/$_buildid/artifacts/onedev-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ben Cooper <contactme at bengcooper dot co dot uk>
pkgname=onedev
pkgver=12.0.5
pkgrel=1
_buildid=6562
pkgdesc="A self-hosted Git server with CI/CD and Kanban"
arch=('x86_64')
depends=('java-runtime-headless=17' 'git>2.11.1' 'fontconfig' 'ttf-dejavu')
url="https://code.onedev.io/onedev/server"
license=('custom:OneDev License' 'MIT')
source=("https://code.onedev.io/~downloads/projects/160/builds/$_buildid/artifacts/onedev-$pkgver.tar.gz"
"sysusers.conf"
"onedev.service"
"onedev-upgrade.sh")
sha256sums=('6384811ba29db7c80188ab337a87de71d9f619eba83578fa705ce84eec044dac'
'ed8573826c9c89d7a35e3f8b52d4de69c9377fc713b5227bf30f12a45f0c2c82'
'56c7dea1e61cf81d6dddc34fa098fa5a7ed892b1d3e506cf003b0c2c71bb5866'
'779eef381def984fed476f253e0cc0e140e379196f8ec2f1656942e1025951f1')
install=onedev.install
package() {
# Install PKGBUILD files
install -D -m 0644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/onedev.conf"
install -D -m 0644 onedev.service "$pkgdir/usr/lib/systemd/system/onedev.service"
install -D -m 0755 onedev-upgrade.sh "$pkgdir/usr/bin/onedev-upgrade"
# Install package contents
cd $pkgname-$pkgver
install -d "$pkgdir/opt/onedev-base"
install -o 663 -g 663 -d "$pkgdir/opt/onedev"
cp -r * "$pkgdir/opt/onedev-base"
install -D -m 0644 "license.txt" "$pkgdir/usr/share/licenses/onedev/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 |