opencode-sandbox-git
LOW
maintainer Antiquete
0 votes
scanned 2026-09-13 11:14:35.915839
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: <your AUR username>
2
3
pkgname=opencode-sandbox-git
4
pkgver=1.0.0.4.g3a13fdd
5
pkgrel=1
6
pkgdesc="Run OpenCode inside an isolated Docker sandbox (git master)"
7
arch=("any")
8
url="https://github.com/Antiquete/opencode-sandbox"
9
license=("GPL-3.0-or-later")
10
depends=("bash" "docker")
11
makedepends=("git")
12
source=("opencode-sandbox::git+https://github.com/Antiquete/opencode-sandbox.git")
13
sha256sums=("SKIP")
14
15
pkgver() {
16
cd "$srcdir/opencode-sandbox"
17
git describe --always --tags --dirty | sed 's/^v//; s/-/./g'
18
}
19
20
package() {
21
cd "$srcdir/opencode-sandbox"
22
install -Dm755 opencode-sandbox "$pkgdir/usr/bin/opencode-sandbox"
23
install -Dm755 opencode-project-init "$pkgdir/usr/bin/opencode-project-init"
24
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 11:14:35 | Low | 1 |