o-pi-web-git
LOW
maintainer Orion-zhen
0 votes
scanned 2026-09-17 19:25:56.508581
Why flagged
The package builds from a git source hosted on the maintainer's GitHub, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
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 builds from a git source hosted on the maintainer's GitHub, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Orion-zhen <https://github.com/Orion-zhen>
2
3
pkgname=o-pi-web-git
4
pkgver=r535.g99afe65
5
pkgrel=1
6
pkgdesc="Orion's Pi Agent with custom tools and enhancements (WebUI version)"
7
arch=('x86_64')
8
url='https://github.com/Orion-zhen/o-pi'
9
license=('AGPL-3.0-only')
10
depends=('bash' 'git' 'glibc' 'gcc-libs' 'icu')
11
makedepends=('bun>=1.4.0')
12
optdepends=('libnotify: desktop notifications')
13
provides=('o-pi-web')
14
conflicts=('o-pi-web')
15
options=('!strip' '!debug')
16
source=("o-pi::git+${url}.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "$srcdir/o-pi"
21
printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22
}
23
24
prepare() {
25
cd "$srcdir/o-pi"
26
bun install --no-save
27
}
28
29
build() {
30
cd "$srcdir/o-pi"
31
bun run build:web
32
}
33
34
package() {
35
cd "$srcdir/o-pi"
36
install -Dm755 dist/web/opi-web "$pkgdir/usr/bin/opi-web"
37
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 19:25:56 | Low | 2 |